Package nl.vpro.domain.image.backend
Image domain that are used by the image server itself.
-
Interface Summary Interface Description BackendImageMetadata<T extends BackendImageMetadata<T>> ExtendsMutableMetadatato include more information about the image, and its original source. -
Class Summary Class Description BackendImage This is the image object as used by poms image serverBackendImage_ BackendImage.Builder BasicBackendImageMetadata The implementation ofBackendImageMetadataThis is used to (temporary) represent an image on the image backend server for use in poms gui.ImageInfo Get file format, image resolution, number of bits per pixel and optionally number of images, comments and physical resolution from JPEG, GIF, BMP, PCX, PNG, IFF, RAS, PBM, PGM, PPM and PSD files (or input streams).ImageStream An image stream represents the actual blob data for an image.ImageStream.Builder ReusableImageStream A version ofImageStreamthat on first use ofReusableImageStream.getStream()will copy the stream to a file, so you call it multiple times.ReusableImageStream.Builder ReusableImageStream.FileDeleter -
Exception Summary Exception Description ImageEmptyException A stream representing the image was found, but it is empty, unlikely representing a valid image.ImageNotFoundException