Uses of Interface
net.sourceforge.openutils.mgnlmedia.media.processors.ImagePostProcessor

Packages that use ImagePostProcessor
net.sourceforge.openutils.mgnlmedia.media.configuration   
net.sourceforge.openutils.mgnlmedia.media.processors   
 

Uses of ImagePostProcessor in net.sourceforge.openutils.mgnlmedia.media.configuration
 

Methods in net.sourceforge.openutils.mgnlmedia.media.configuration that return ImagePostProcessor
 ImagePostProcessor ImageProcessorsManager.getImagePostProcessor(String name)
          Get image post processor by its name
 

Methods in net.sourceforge.openutils.mgnlmedia.media.configuration that return types with arguments of type ImagePostProcessor
 Collection<ImagePostProcessor> ImageProcessorsManager.getImagePostProcessorsList()
          Get all image post processors
 Map<String,ImagePostProcessor> ImageProcessorsManager.getImagePostProcessorsMap()
          Get the map of image post processors
 

Uses of ImagePostProcessor in net.sourceforge.openutils.mgnlmedia.media.processors
 

Classes in net.sourceforge.openutils.mgnlmedia.media.processors that implement ImagePostProcessor
 class BlackAndWhitePostProcessor
           
 class LogSizePostProcessor
          Example post processor that logs required image size and resulting image size if the parameter "logsize" is specified
 class 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.