Changes between Initial Version and Version 1 of Ticket #55443, comment 18
- Timestamp:
- 04/05/2022 08:54:01 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55443, comment 18
initial v1 5 5 mogrify -format webp -quality 82 "$DIR/*.jpg" 6 6 }}} 7 8 ''Addendum'': resizing down to 1024x768 on that image creates a file at 300kb if the result is a JPG, and 306kb if it's a WebP file.