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