net.sourceforge.openutils.mgnlmedia.media.processors
Class BlackAndWhitePostProcessor
java.lang.Object
net.sourceforge.openutils.mgnlmedia.media.processors.BlackAndWhitePostProcessor
- All Implemented Interfaces:
- ImagePostProcessor
public class BlackAndWhitePostProcessor
- extends Object
- implements ImagePostProcessor
- Version:
- $Id: $
- Author:
- molaschi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlackAndWhitePostProcessor
public BlackAndWhitePostProcessor()
processImage
public BufferedImage processImage(BufferedImage image,
int x,
int y,
Map<String,String> parameters)
- Process image
- Specified by:
processImage in interface ImagePostProcessor
- Parameters:
image - image to processx - widthy - heightparameters - parameters map
- Returns:
- processed image
Copyright © 2008-2010 Openmind. All Rights Reserved.