Table of Contents

Name

fitimg - force an image to be a specific size.

Synopsis

fitimg inimage outimage xsize ysize

Description

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].

See Also

assemble(6D)


Table of Contents