Code: Select all
/usr/local/bin/convert 11053304.jpg 11043461.jpg 11033336.jpg +append -colorspace sRGB -strip -coalesce -thumbnail 691x336^ -gravity center -extent 691x336 -fill none -stroke gray -strokewidth 1 -draw "rectangle 0,0 690,335" -format jpg test.jpg
I get it 69335 bytes.
in 6.8.5-3:
I get it 70871 bytes.
and with
Code: Select all
-define jpeg:extent=82kb
I get it 82231 bytes.
in 6.8.5-3:
convert Infinite loop.
and with
Code: Select all
-define jpeg:extent=85kb
I get it 82231 bytes.
in 6.8.5-3:
I get it 84644 bytes.
with “-define jpeg:extent=XXkb”, 6.8.5-3 convert often Infinite loop.
CAN FIX IT ASAP?