Package net.sourceforge.jiu.color.dithering


package net.sourceforge.jiu.color.dithering
  • Class
    Description
    Apply a clustered dot ordered dither to a grayscale image, converting it to a bilevel image in the process.
    A diamond spot function.
    This class is used to apply error diffusion dithering to images that are being reduced in their color depth.
    A line spot function.
    This operation reduces the color depth of RGB truecolor images and grayscale images by applying ordered dithering.
    A round spot function.
    An interface for spot functions to be used for clustered dot dithering.