jpg negated with -thumbnail option
Posted: 2011-01-27T22:03:12-07:00
When using the -thumbnail option in imagemagick 6.3.7 11/17/10, I got an image that became negated (negative b&w).

Produces:

A normal resize performs as expected.

Is this a bug? Or am I not using this correctly?
Thanks,
James

Code: Select all
convert -thumbnail 400x350 -format jpg image.jpg result.jpg

A normal resize performs as expected.
Code: Select all
convert -resize 400x350 -format jpg image.jpg normal.jpg

Is this a bug? Or am I not using this correctly?
Thanks,
James