Hallo, I can reproduce this bug in my enviroment. I use the same package version: 7:6.3.7.9.dfsg2-1~lenny3
Here is what I have tried: $: convert -resize 128x95 in.jpg out.jpg - no error $: convert -resize 128x95^ in.jpg out.jpg convert: invalid argument for option `128x95^': -resize. $: convert -resize 128x95\^ in.jpg out.jpg convert: invalid argument for option `128x95^': -resize. $: convert -resize "128x95^" in.jpg out.jpg convert: invalid argument for option `128x95^': -resize. $: convert -resize "128x95\^" in.jpg out.jpg convert: invalid argument for option `128x95\^': -resize. Best regards Vitek -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

