Table of Contents
fitimg - force an image to be a specific size.
fitimg inimage
outimage xsize ysize
fitimg uniformly scales a picture to a
specific size. This is accomplished by scaling the image to be smaller than
the specified size, and surrounding it by a white border as needed to make
the final image exactly xsize by ysize pixels. The aspect ratio of the source
image is preserved. This is useful for making an array of images using [lq]assemble[rq].
assemble(6D)
Table of Contents