PNGGIF::Raster::Dither
Inherits Enum < Comparable < Value < Object
How an image's colors are dithered when reduced to a smaller palette than the source.
Dithering trades spatial resolution for perceived color depth: instead of snapping each pixel to its nearest palette entry (which bands gradients), it scatters the two nearest entries so the eye averages them back to the in-between color.
Constants
None = 0
Ordered = 1
Diffusion = 2
Auto = 3