Package org.mycore.services.imaging

Interface Summary
CacheManager The cache manager represents an object which is responsible for the creating and deleting cache files for an image in the MyCore system.
ImgProcessor An image processor (short ImgProcesor) represent an object with the ability to manipulate image data.
 

Class Summary
MCRImgCacheCommands  
MCRImgCacheEventHandler  
MCRImgCacheManager The MCRImgCacheManager deliver the method for getting data into and out of the cache structure which lies in the IFS.
The cache structure is just an one level flat tree:
|--> [imgCache] --> [cached Image File] --> [versions of image]

Cached image file is a subfolder of the root node imgCache in IFS.
MCRImgProcessor This implementation of ImgProcessor is responsible for the manipulation of image data.
MCRImgService  
Stopwatch A class to help benchmark code It simulates a real stop watch
 

Enum Summary
MCRImgService.ScaleMode