small tidies
This commit is contained in:
John Cupitt 2011-04-21 09:57:04 +01:00
parent 40ee1823e5
commit 620c02a833
2 changed files with 7 additions and 1 deletions

6
TODO
View File

@ -1,6 +1,12 @@
- need vips_image_invalidate_area() - need vips_image_invalidate_area()
- greyscale palette images always come out as RGB
perhaps we should search the palette for differences? or see if the three
maps we get are the same pointer?
- leak check, again - leak check, again
add something to vips.c to let us call operations via VipsOperation add something to vips.c to let us call operations via VipsOperation

View File

@ -28,8 +28,8 @@
*/ */
/* /*
*/
#define VIPS_DEBUG #define VIPS_DEBUG
*/
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>