pixman/demos
Antti S. Lankila a161a6ba23 Add sRGB blending demo program
Simple sRGB color blender test can be used to determine if the sRGB processing
works as expected. It blends alpha ramps of purple and green together such that
at midpoint of image, 50 % blend of both is realized. At that point, sRGB-aware
processing yields a result close to #bbb rather than #888, which is the linear
light blending result.

The demo also contains the sample computation for sRGB premultiplied alpha.
2012-07-30 15:40:16 -04:00
..
alpha-test.c demos: Comment out some unused variables 2011-05-31 18:07:34 -04:00
checkerboard.c demos: Add checkerboard demo 2012-03-24 16:29:36 -04:00
clip-in.c Move all the GTK+ based test programs to a new subdir, "demos" 2011-02-15 09:25:17 -05:00
clip-test.c Move all the GTK+ based test programs to a new subdir, "demos" 2011-02-15 09:25:17 -05:00
composite-test.c composite-test.c: Add a parrot image 2012-03-27 22:04:32 -04:00
convolution-test.c Move all the GTK+ based test programs to a new subdir, "demos" 2011-02-15 09:25:17 -05:00
gradient-test.c Modify gradient-test to show a bug in NONE processing 2012-01-03 11:36:31 -05:00
gtk-utils.c gtk-utils.c: In pixbuf_from_argb32() use a8r8g8b8_to_rgba_np() 2012-04-02 15:25:00 -04:00
gtk-utils.h Move all the GTK+ based test programs to a new subdir, "demos" 2011-02-15 09:25:17 -05:00
Makefile.am Add sRGB blending demo program 2012-07-30 15:40:16 -04:00
parrot.c composite-test.c: Add a parrot image 2012-03-27 22:04:32 -04:00
parrot.jpg Add the original parrot image. 2012-03-27 22:04:36 -04:00
quad2quad.c demos: Add quad2quad program 2012-03-24 16:29:27 -04:00
radial-test.c Move all the GTK+ based test programs to a new subdir, "demos" 2011-02-15 09:25:17 -05:00
screen-test.c Move all the GTK+ based test programs to a new subdir, "demos" 2011-02-15 09:25:17 -05:00
srgb-test.c Add sRGB blending demo program 2012-07-30 15:40:16 -04:00
trap-test.c Move all the GTK+ based test programs to a new subdir, "demos" 2011-02-15 09:25:17 -05:00
tri-test.c Offset rendering in pixman_composite_trapezoids() by (x_dst, y_dst) 2011-04-18 16:27:29 -04:00