convert -crop
Posted: 2015-03-25T10:32:44-07:00
hi
i try to do next
convert MyFile.jpg -crop 184x200+0+74 -crop 79x200+0+0 rezult.jpg
if i done step by step - all is fine
but when i do two steps in one execution
resulted image has dimension 79*126
my understanding is - that second crop will be crop from result of first crop
myFile.jpg is big ( like 500*500 )
after first crop - result should be image 184*200
after second crop - 79*200
but actually i get 79*126 ... it like second offset doesnt works
please advice what to do
i want to do 2-3-4 commands in one execution to avoid lost of quality
i try to do next
convert MyFile.jpg -crop 184x200+0+74 -crop 79x200+0+0 rezult.jpg
if i done step by step - all is fine
but when i do two steps in one execution
resulted image has dimension 79*126
my understanding is - that second crop will be crop from result of first crop
myFile.jpg is big ( like 500*500 )
after first crop - result should be image 184*200
after second crop - 79*200
but actually i get 79*126 ... it like second offset doesnt works
please advice what to do
i want to do 2-3-4 commands in one execution to avoid lost of quality