8 lines
137 B
Plaintext
Executable File
8 lines
137 B
Plaintext
Executable File
convert image_unoptimized.jpg \
|
|
-sampling-factor 4:2:0 \
|
|
-strip \
|
|
-quality 70 \
|
|
-interlace JPEG \
|
|
-colorspace RGB \
|
|
image_optimized.jpg
|