Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[seahawk-II & seahawk] Images should be webp format #38

Open
steph1111 opened this issue Sep 1, 2024 · 2 comments
Open

[seahawk-II & seahawk] Images should be webp format #38

steph1111 opened this issue Sep 1, 2024 · 2 comments

Comments

@steph1111
Copy link
Member

All images need to be converted to webp format if they have not been already. I have been using this free service.

@steph1111
Copy link
Member Author

steph1111 commented Sep 1, 2024

for i in *.jpg; do cwebp -q 50 "$i" -o "${i%.jpg}.webp"; done
for i in *.jpeg; do cwebp -q 50 "$i" -o "${i%.jpeg}.webp"; done

@steph1111
Copy link
Member Author

In the seahawk-II folder matt photobomb still needs to be converted (it got converted upside down somehow) and the closeup of the stack got overwritten. Currently I am using direct links to the branch, hopefully when it goes to main it wont be too hard to fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant