From 23f4d9a235473bc530df92ad56a4970dfa0959af Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Fri, 27 May 2016 09:56:11 +0100 Subject: [PATCH] todo notes --- TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/TODO b/TODO index dc2f71ec..1f3a9387 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,14 @@ +- try + + http://www.camerafv5.com/files/photos/raw1/rope.dng + $ vips colourspace rope.dng 3.tif[compression=jpeg,Q=90,tile,tile-width=512,tile-height=512] srgb + + tries to save a 16-bit image? + + hangs 50% of the time, the other 50 it fails with a 16-bit error + +- save a 16-bit image to tiff with jpg compression ... should it autoconvert? + - tiff write does not support [strip] - add more webp tests to py suite