diff options
author | Darin Adler <darin@src.gnome.org> | 2000-05-04 14:53:48 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2000-05-04 14:53:48 +0000 |
commit | 24fa8a64bcd200b1c2f15ffb9d8d5c34e279601f (patch) | |
tree | 8d83b25348c9d5413f741aad41997db13dcd06bd /gdk-pixbuf/.cvsignore | |
parent | fec650eb382ba8cd7dfec4a9b1976eedb335e17e (diff) | |
download | gtk+-24fa8a64bcd200b1c2f15ffb9d8d5c34e279601f.tar.gz |
Added some tests of composite to highlight problems in the old
* gdk-pixbuf/.cvsignore:
* gdk-pixbuf/Makefile.am:
* gdk-pixbuf/test-gdk-pixbuf.c (store_pixel), (fill_with_pixel),
(load_pixel), (simple_composite_test_one),
(simple_composite_test_one_type), (simple_composite_test), (main):
Added some tests of composite to highlight problems in the old
implementation. These tests run without any user interaction.
Just do "make check".
* gdk-pixbuf/pixops/pixops.c (pixops_composite_nearest),
(composite_pixel), (composite_line): Fix composite to do a textbook
"A over B" composite. This was clearly the intent, and it was easy
to fix the code to do it. (Note to those that read my earlier tries
at a patch; this version fixes typos that were present in all
my patch attempts. I checked the final version by adding more tests.)
Diffstat (limited to 'gdk-pixbuf/.cvsignore')
-rw-r--r-- | gdk-pixbuf/.cvsignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk-pixbuf/.cvsignore b/gdk-pixbuf/.cvsignore index e80ab794d8..da164a845d 100644 --- a/gdk-pixbuf/.cvsignore +++ b/gdk-pixbuf/.cvsignore @@ -5,6 +5,7 @@ Makefile .libs *.la *.lo +test-gdk-pixbuf testpixbuf testpixbuf-drawable testpixbuf-scale |