1.1 --- a/TODO Wed Mar 19 15:39:55 2003 +0000 1.2 +++ b/TODO Thu Mar 20 01:08:05 2003 +0000 1.3 @@ -1,5 +1,5 @@ 1.4 t2p TODO list 1.5 -$Id: TODO,v 1.16 2003/03/12 23:57:35 eric Exp $ 1.6 +$Id: TODO,v 1.17 2003/03/19 17:08:05 eric Exp $ 1.7 1.8 No particular order. 1.9 1.10 @@ -7,6 +7,12 @@ 1.11 1.12 t2p: 1.13 1.14 +* support JPEG (JFIF, EXIF) 1.15 + 1.16 +* multiple "-b" options on command line 1.17 + 1.18 +* page labels on command line 1.19 + 1.20 * pages containing multiple images 1.21 * spec language needs major changes 1.22 * split process_page into multiple parts: 1.23 @@ -14,9 +20,7 @@ 1.24 * add image 1.25 * close page 1.26 1.27 -* support JPEG (JFIF, EXIF) 1.28 - 1.29 -* page labels 1.30 +* overlay G4 images in different colors - use ImageMask and the fill color 1.31 1.32 * crop 1.33 1.34 @@ -38,8 +42,6 @@ 1.35 1.36 * generate text, line art - option to embed fonts 1.37 1.38 -* overlay G4 images in different colors - use ImageMask and the fill color 1.39 - 1.40 * bilevel thresholding of color and grey scale input 1.41 1.42 * automatic separation using timify code from Tim Shoppa? 1.43 @@ -52,8 +54,6 @@ 1.44 1.45 bitblt routines: 1.46 1.47 -* fix rotate 180 1.48 - 1.49 * finish optimized bitblt code 1.50 1.51 * optimize inner loops in flip_h and flip_v with Duff's Device