Class ScaleImageIndependently


public class ScaleImageIndependently extends ScaleImage<NoSharedState>
Creates a scaled copy of images, treating each image independently, and without any padding or alignment.

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

However, when given inputs of varying size, it will usually produce outputs of varying (scaled) size.

Author:
Owen Feehan