• Øyvind Kolås's avatar
    swscale: add two spatially stable dithering methods · 3e601662
    Øyvind Kolås authored
    Both of these dithering methods are from http://pippin.gimp.org/a_dither/ for
    GIF they can be considered better than bayer (provides more gray-levels), and
    spatial stability - often more than twice as good compression and less visual
    flicker than error diffusion methods (the methods also avoids error-shadow
    artifacts of diffusion dithers).
    
    These methods are similar to blue/green noise type dither masks; but are
    simple enough to generate their mask on the fly. They are still research work
    in progress; though more expensive to generate masks (which can be used in a
    LUT) like 'void and cluster' and similar methods will yield superior results
    3e601662
Name
Last commit
Last update
..
arm Loading commit data...
bfin Loading commit data...
ppc Loading commit data...
x86 Loading commit data...
Makefile Loading commit data...
bayer_template.c Loading commit data...
colorspace-test.c Loading commit data...
input.c Loading commit data...
libswscale.v Loading commit data...
options.c Loading commit data...
output.c Loading commit data...
rgb2rgb.c Loading commit data...
rgb2rgb.h Loading commit data...
rgb2rgb_template.c Loading commit data...
swscale-test.c Loading commit data...
swscale.c Loading commit data...
swscale.h Loading commit data...
swscale_internal.h Loading commit data...
swscale_unscaled.c Loading commit data...
swscaleres.rc Loading commit data...
utils.c Loading commit data...
version.h Loading commit data...
yuv2rgb.c Loading commit data...