uk.co.silentsoftware.core.converters.image
Interface ImageProcessor

All Known Implementing Classes:
ErrorDiffusionConverterImpl, OrderedDitherConverterImpl

public interface ImageProcessor

Image converter (implementation of the strategy pattern to provide algorithms for image conversion)


Method Summary
 java.awt.image.BufferedImage convert(java.awt.image.BufferedImage original)
          Convert the original image to the output image
 

Method Detail

convert

java.awt.image.BufferedImage convert(java.awt.image.BufferedImage original)
Convert the original image to the output image

Parameters:
original -
Returns: