Package: imagemagick
Version: 6:6.0.6.2-2.1

Consider the image
http://www.pgdp.net/projects/projectID4083ea4ed90a4/053.png
Save it locally under the name 053.png

On my Debian stable I used to be able to type:
display -crop 1160x1940+310+30  -geometry 800x1200+0+0 053.png

This now fails in Debian testing. I need to type this instead to get the
same result:

convert -crop 1160x1940+310+30 053.png - | display -geometry
800x1200+0+0 -


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to