Class ScaleImageCommonSize


public class ScaleImageCommonSize extends ScaleImage<CommonSize>
Creates a scaled copy of images, ensuring all images have identical output size.

When given input images of either varying or identical size, it will produce outputs of identical (scaled) size.

Whenever the scaled image is smaller than the output size, it is aligned (e.g. centered) and unused pixels are assigned the background color of 0.

Author:
Owen Feehan