From 08e0d5d9622972c60420c622f4398ce77aadd370 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 24 Sep 2014 09:00:22 +0100 Subject: [PATCH] sync --- TODO | 3 +++ libvips/iofuncs/init.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index e7afd2d8..8872fa8e 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,9 @@ - python: + - colour difference does detach / reattach bands (badly), it should + use the thing in the base class instead + - dECMC result differs from Lindbloom's result: http://www.brucelindbloom.com/index.html?Eqn_DeltaE_CIE2000.html diff --git a/libvips/iofuncs/init.c b/libvips/iofuncs/init.c index 31de246f..950fb46e 100644 --- a/libvips/iofuncs/init.c +++ b/libvips/iofuncs/init.c @@ -389,8 +389,8 @@ vips_leak( void ) vips__type_leak(); #ifdef DEBUG -#endif /*DEBUG*/ vips_buffer_dump_all(); +#endif /*DEBUG*/ } /**