Title:
Floyd-Steinberg_dithering_(Java) Download
Description: an implementation of Floyd-Steinberg dithering in Java for color images. As input we receive an image in 24-bit RGB format and a palette of at most 256 colors, and as output we produce a palettized image where each pixel value is an index into the palette. The images are represented as arrays of arrays where the first index is y and the second index is x
To Search:
- [GraphicEx87] - : GraphicEx.pas document makes TImage su
File list (Check if you may need any files):
FloydSteinbergDither.java