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

Month updates july 2024 #72

Merged
merged 11 commits into from
Aug 1, 2024
Merged

Month updates july 2024 #72

merged 11 commits into from
Aug 1, 2024

Conversation

alifeee
Copy link
Member

@alifeee alifeee commented Jul 30, 2024

preview on http://shhm.alifeee.co.uk/month-updates-july-2024/

ready to be posted on the 1st August (after people included have had a chance to see and suggest edits)

alifeee added 11 commits July 30, 2024 20:04
convert them from jpg with
```bash
while read image; do fname=$(basename "${image}"); name=$(echo "${fname%.*}"); echo "${name}";cwebp "${image}" -o "${name}.webp";  done <<< $(find ./quality -type f)
```
with
```bash
file . -type f -name "*.webp" > files.txt
while IFS= read -r jpg
do
    convert "$jpg""[1024x>]" "$jpg"
done < files.txt
```
   cwebp [options] -q quality input.png -o output.webp

where quality is between 0 (poor) to 100 (very good).
Typical value is around 80.

Try -longhelp for an exhaustive list of advanced options.
@alifeee alifeee marked this pull request as ready for review August 1, 2024 16:51
@LouiseMcMahon LouiseMcMahon merged commit d76913a into main Aug 1, 2024
1 check passed
@LouiseMcMahon LouiseMcMahon deleted the month-updates-july-2024 branch August 1, 2024 17:30
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

Successfully merging this pull request may close these issues.

2 participants