Wed, 12 Mar 2003 09:52:09 +0000
*** empty log message ***
TODO | file | annotate | diff | revisions |
1.1 diff -r 82cb954059c4 -r 8400d97f798b TODO 1.2 --- a/TODO Wed Mar 12 08:38:04 2003 +0000 1.3 +++ b/TODO Wed Mar 12 09:52:09 2003 +0000 1.4 @@ -1,5 +1,5 @@ 1.5 t2p TODO list 1.6 -$Id: TODO,v 1.13 2003/03/12 00:18:04 eric Exp $ 1.7 +$Id: TODO,v 1.14 2003/03/12 01:52:09 eric Exp $ 1.8 1.9 No particular order. 1.10 1.11 @@ -8,6 +8,11 @@ 1.12 t2p: 1.13 1.14 * pages containing multiple images 1.15 + * spec language needs major changes 1.16 + * split process_page into multiple parts: 1.17 + * open page 1.18 + * add image 1.19 + * close page 1.20 1.21 * support JPEG (JFIF, EXIF) 1.22 1.23 @@ -54,6 +59,10 @@ 1.24 * optimize inner loops in flip_h and flip_v with Duff's Device 1.25 1.26 * check for endian problems 1.27 + * reading TIFF - don't bit-reverse on big-endian machines 1.28 + * rle table 1.29 + * g4_get_pixel() 1.30 + * g4_find_pixel() 1.31 1.32 ----------------------------------------------------------------------------- 1.33