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.
debian-dependent bug in resize?
-
- Posts: 467
- Joined: 2008-12-21T11:51:10-07:00
Re: debian-dependent bug in resize?
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)
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)
-
- Posts: 467
- Joined: 2008-12-21T11:51:10-07:00
Re: debian-dependent bug in resize?
Any news of this bug ?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: debian-dependent bug in resize?
have you tried either escaping the ^ (as \^) or putting the size in quotes
convert image -resize WidthxHeight\^ result
or
convert image -resize "WidthxHeight^" result
convert image -resize WidthxHeight\^ result
or
convert image -resize "WidthxHeight^" result