Uses of Package
org.mycore.services.imaging

Packages that use org.mycore.services.imaging
org.mycore.services.imaging   
 

Classes in org.mycore.services.imaging used by org.mycore.services.imaging
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.
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.
MCRImgService.ScaleMode
           
Stopwatch
          A class to help benchmark code It simulates a real stop watch