Page 1 of 1

debian-dependent bug in resize?

Posted: 2009-11-02T04:35:44-07:00
by Marius
Greetings.

I've got a server running Debian (2.6.26-2-686 last built on October 17th), Version: ImageMagick 6.5.7-1.
Using the resize function with the "^" delimiter to fill given area errors and leaves me with a broken image, but if I use any command without a "^" sign, the command works just fine.

The same command works on other servers not running Debian, which is why I am filing it in the bugs forum.

Re: debian-dependent bug in resize?

Posted: 2009-11-02T08:32:56-07:00
by broucaries
Dear marius,

Could you fill a debian bug report please ? You could use for instance reportbug-ng command that is really nice for reporting debian bug.

Thank you

Bastien (the debian imagemagick developper)

Re: debian-dependent bug in resize?

Posted: 2009-11-03T00:13:24-07:00
by Marius
Hi,

I've now done as you requested, thank you.

Re: debian-dependent bug in resize?

Posted: 2009-12-25T09:16:41-07:00
by broucaries
Any news of this bug ?

Re: debian-dependent bug in resize?

Posted: 2009-12-25T11:17:49-07:00
by fmw42
have you tried either escaping the ^ (as \^) or putting the size in quotes

convert image -resize WidthxHeight\^ result

or

convert image -resize "WidthxHeight^" result