Hello guys, thank you for great software!

I have a problem.  If i double crop image - result does not reflect my
expectations.  Here is quick example:

    $ identify input.jpg 
    input.jpg JPEG 424x520 424x520+0+0 8-bit DirectClass 38.3711kb

    $ convert -crop 200x200+20+100 input.jpg -crop 180x180+20+20 output.jpg
    $ identify output.jpg
    output.jpg JPEG 180x100 180x100+0+0 8-bit DirectClass 9.7168kb

so final size is not 180x180 as it was expected ..

that is quite uncommon to use double crop (because you can calculate
final crop), but i use this example as demonstration.  Actual use of
double crop in third part software, where you can crop and then do
another crop without knowing actually geometry of your first crop.

thanks

-- 
lg
_______________________________________________
Magick-bugs mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-bugs

Reply via email to