Skip to content

Commit

Permalink
Line 6 instead of 5
Browse files Browse the repository at this point in the history
  • Loading branch information
rene78 committed May 20, 2024
1 parent 35a884a commit c50fae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ Windows does not natively support the execution of shell scripts. One way to run
- The script is based on a [Stack Overflow answer](https://stackoverflow.com/a/26565210/5263954) with some minor additions. Thanks InfinitePrime!
- It works with jpg, png and tiff files.
- I have tested it on Mac and Windows 10. If there are issues on Linux machines with the script please report back.
- You can change the quality level of the converted image file. Go to `convert.sh` and change the number on line 5. 80 is the default value. Higher means better image quality but larger file sizes.
- You can change the quality level of the converted image file. Go to `convert.sh` and change the number on line 6. 80 is the default value. Higher means better image quality but larger file sizes.
- `cwebp` was copied from Google's [libwebp codec distribution](https://storage.googleapis.com/downloads.webmproject.org/releases/webp/index.html), version 1.3.2. You might want to update to a later version or use a different one, e.g. for Linux or pre Silicon Macs. The <i>cwebp</i> executable is saved in the /bin folder.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h2>Notes</h2>
<li>I have tested it on Mac and Windows 10. If there are issues on Linux machines with the script please report
back.</li>
<li>You can change the quality level of the converted image file. Go to <i>convert.sh</i> and change the number on
line 5. 80 is the default value. Higher means better image quality but larger file sizes.</li>
line 6. 80 is the default value. Higher means better image quality but larger file sizes.</li>
<li><i>cwebp</i> was copied from Google's <a
href="https://storage.googleapis.com/downloads.webmproject.org/releases/webp/index.html" target="_blank"
rel="noopener noreferrer">libwebp codec distribution</a>, version 1.3.2. You might want to update to a later
Expand Down

0 comments on commit c50fae9

Please sign in to comment.