This makes sense - by default resize preserves aspect ratio. So, if you give new size this way (XxY), it always picks the biggest X or Y for the original aspect ratio and ignores the other one.
If you want the output to be always equal to X. You should use: -resize 612x ..and do not supply Y Hope it helps, Tomas On Thu, Jun 27, 2019, 08:39 Rich Shepard <[email protected]> wrote: > On Wed, 26 Jun 2019, Tomas Kuchta wrote: > > > What was your mogrify command line when you expected 6xx, but got 5xx? > > Tomas, > > mogrify -resize 612x792 <filename>.pdf > > When I ran pdfinfo on the changed file it showed the size as 512 x 792. > > Regards, > > Rich > _______________________________________________ > PLUG mailing list > [email protected] > http://lists.pdxlinux.org/mailman/listinfo/plug > _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
