Class CroppedImageServer

All Implemented Interfaces:
AutoCloseable, ImageServer<BufferedImage>

public class CroppedImageServer extends TransformingImageServer<BufferedImage>
ImageServer that treats a particular sub-region of another ImageServer as a full image, i.e. it performs dynamic cropping, without a need to export the cropped region separately.
Author:
Pete Bankhead