Package uk.co.silentsoftware.core.converters.image.errordiffusionstrategy

Interface Summary
ErrorDiffusionDitherStrategy Interface for error diffusion strategies
 

Class Summary
AbstractErrorDiffusionDitherStrategy  
AtkinsonDitherStrategy Implementation of the Atkinson error diffusion algorithm
BurkesDitherStrategy Implementation of the Burkes error diffusion algorithm
FloydSteinbergDitherStrategy Implementation of the Floyd-Steinberg error diffusion algorithm
JarvisJudiceNinkeDitherStrategy Implementation of the Jarvis-Judice-Ninke error diffusion algorithm
LowErrorAtkinsonDitherStrategy Special low error dither strategy especially for Spectrum image conversion and only (currently) in use in this program, based on the Atkinson distribution but using only 25% error distribution.
NoDitherStrategy Direct colour conversion with no error distribution (hence no error is distributed in distributeError()!)
StuckiDitherStrategy Implementation of the Stucki error diffusion algorithm