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
- have a -DIM_ENABLE_DEPRECATED option which includes deprecated.h for you
- relational next
- we have tools/ and contrib/ argh
- experimenting with
png_set_shift( read->pPng, 2 );
in im_png2vips.c
test image in gmail
- Joe's new def
- Joe's new defs
@ -42,13 +32,16 @@ Actions:
output file at some point.
- 1-bit PNG read is broken?
> The bug is that 1bit depth PNG addresses are incorrectly interpreted. At
> 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:
>
> pngcrush -c 0 -bit_depth 1 *.png
experimenting with
png_set_shift( read->pPng, 2 );
in im_png2vips.c
test image in gmail
- rename vipsCC in SWIG as pyvips?