mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 18:12:08 -05:00
8 lines
137 B
Plaintext
8 lines
137 B
Plaintext
convert image_unoptimized.jpg \
|
|
-sampling-factor 4:2:0 \
|
|
-strip \
|
|
-quality 70 \
|
|
-interlace JPEG \
|
|
-colorspace RGB \
|
|
image_optimized.jpg
|