This commit is contained in:
John Cupitt 2009-09-21 16:42:16 +00:00
parent af1cb6e7ad
commit af3842a804
1 changed files with 11 additions and 18 deletions

29
TODO
View File

@ -1,23 +1,13 @@
- need in deprecated_dispatch.c - test new bool/arith stuff
im_remainderconst_vec - relational next
- have a -DIM_ENABLE_DEPRECATED option which includes deprecated.h for you
- we have tools/ and contrib/ argh - we have tools/ and contrib/ argh
- experimenting with
png_set_shift( read->pPng, 2 ); - Joe's new defs
in im_png2vips.c
test image in gmail
- Joe's new def
@ -42,13 +32,16 @@ Actions:
output file at some point. output file at some point.
- 1-bit PNG read is broken? - 1-bit PNG read is broken?
> The bug is that 1bit depth PNG addresses are incorrectly interpreted. At experimenting with
> least the greyscale ones. I don't recall whether indexed 1 bit works. You
> can make a 1 bit image of that type as follows: png_set_shift( read->pPng, 2 );
>
> pngcrush -c 0 -bit_depth 1 *.png in im_png2vips.c
test image in gmail
- rename vipsCC in SWIG as pyvips? - rename vipsCC in SWIG as pyvips?