Package net.sourceforge.openutils.mgnlmedia.media.processors

Interface Summary
ImagePostProcessor Interface for processors that are called after the image resize has happened.
ImageResolutionProcessor Interface for processors that resize an image.
 

Class Summary
BaseImageResolutionProcessor Base implementation of ImageResolutionProcessor.
BlackAndWhitePostProcessor  
FitInAndFillWithBandsImageResolutionProcessor Implementation of ImageResolutionProcessor that render image to fully fit the required resolution, eventually adding colored bands.
FitInImageResolutionProcessor Implementation of ImageResolutionProcessor that render image to fit inside the required resolution.
LogSizePostProcessor Example post processor that logs required image size and resulting image size if the parameter "logsize" is specified
ResizeCropCenteredImageResolutionProcessor Default ImageResolutionProcessor that resizes an image to contain the required resolution and then crops the simmetric bands that outfits.
ResizeNoCropImageResolutionProcessor ImageResolutionProcessor that resizes an image to contain the required resolution.
RoundedCornersProcessor Generate rounded corners on images.
Activated by declaring the parameter roundcorners; its value can be: no value or true: processor draws roundcorners with 5px radius int value: processor draws roundcorners with passed radius If the "background" parameter is specified (hex color), it will be applied when rounding corners.
If no "background" parameter is found, if the image format is png a transparent background is applied else a white background is applied.
 



Copyright © 2008-2010 Openmind. All Rights Reserved.