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

Method Summary
 BufferedImage processImage(BufferedImage image, int x, int y, Map<String,String> parameters)
          Process image
 

Method Detail

processImage

BufferedImage processImage(BufferedImage image,
                           int x,
                           int y,
                           Map<String,String> parameters)
Process image

Parameters:
image - image to process
x - width
y - height
parameters - parameters map
Returns:
processed image


Copyright © 2008-2010 Openmind. All Rights Reserved.