From dc229765ed57fbeff24252c84f77c5f2f271eb06 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 10 Dec 2013 10:31:11 +0000 Subject: [PATCH] sync --- TODO | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/TODO b/TODO index 4a48b6f3..5de090e8 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,19 @@ +- some malloc/free cycling in + + vips sharpen in out + + it's as vips repeatedly discovers some sharing in buffer_ref_unref and junks + the buffer that was built on init + + can we delay buffer on init build? + +- cmyk2srgbjpeg needs options to set the input and output profile paths + +- should use vips error system too + + + + - do restrict on some more packages, we've just done arithmetic so far