文件名称:Floyd-Steinberg_dithering_(Java)
介绍说明--下载内容均来自于网络,请自行研究使用
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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
FloydSteinbergDither.java