Resize at Pixel Count Limit produces pixel count over limit
Posted: 2013-07-22T07:14:23-07:00
The following command:
with input.jpg being 2630×1513, the command above produces output.jpg at 1865×1073, which totals 2001145px, hence this is a bug, as the pixel count of the resulting image should "contain no more than the given number of pixels".
Code: Select all
convert input.jpg -resize 2000000@ output.jpg