| Author: |
Wayne Rasband (wsr at nih.gov)
|
| History: |
2010/02/09: Initial release
|
| Source: |
Floyd_Steinberg_Dithering.java
|
| Installation: |
Drag and drop Floyd_Steinberg_Dithering.class onto
the "ImageJ" window (drag and drop installation requires ImageJ 1.43).
|
| Description: |
This plugin converts the current image to binary (0 and 255) using the
Floyd Steinberg error diffusion dithering algorithm, which is described at
en.wikipedia.org/wiki/Floyd-Steinberg_dithering
Undo (by pressing 'z') is supported.
|
| See Also: |
Dithering,
a macro that dithers an image using one of nine available methods,
including Floyd-Steinberg, Atkinson, Jarvis-Judice-Ninke, Stucki, Bayer,
Clustered and Random.
|