Search found 2 matches

by jlp2097
2016-03-07T15:01:31-07:00
Forum: Magick++
Topic: fill given area operator (^) not working?
Replies: 2
Views: 8504

Re: fill given area operator (^) not working?

Solved it. Seems that even though that ImageMagick 6.7.7 is the latest version on Linux Mint, it is quite outdated. This version does not support the fillArea operator (but also does not complain about it). Updating to a recent Imagemagick version solved it.
by jlp2097
2016-03-06T13:33:55-07:00
Forum: Magick++
Topic: fill given area operator (^) not working?
Replies: 2
Views: 8504

fill given area operator (^) not working?

Hi, I am trying to resize an image with the dimensions 3264x1836 with the Geometry specification 1280x1280^. The expected output is a file with the dimensions 2276x1280. This works fine when using command-line convert: convert 160102-IMG_20160102_122843.jpg -resize 1280x1280^ test.jpg However my pro...