net.sourceforge.openutils.mgnlmedia.media.processors
Interface ImagePostProcessor
- All Known Implementing Classes:
- BlackAndWhitePostProcessor, LogSizePostProcessor, RoundedCornersProcessor
public interface ImagePostProcessor
Interface for processors that are called after the image resize has happened. Maybe, you could choose to apply or
skip the processor checking for a parameter in parameters map.
- Version:
- $Id: $
- Author:
- molaschi
processImage
BufferedImage processImage(BufferedImage image,
int x,
int y,
Map<String,String> parameters)
- Process image
- Parameters:
image - image to processx - widthy - heightparameters - parameters map
- Returns:
- processed image
Copyright © 2008-2011 Openmind. All Rights Reserved.