The following command:
Code: Select all
convert input.jpg -resize 2000000@ output.jpg
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".