1
0
mirror of synced 2026-01-12 00:02:50 +00:00

*** empty log message ***

This commit is contained in:
Eric Smith 2003-03-20 01:08:05 +00:00
parent 0a019217f0
commit e68a6fb9a0

16
TODO
View File

@ -1,5 +1,5 @@
t2p TODO list
$Id: TODO,v 1.16 2003/03/12 23:57:35 eric Exp $
$Id: TODO,v 1.17 2003/03/19 17:08:05 eric Exp $
No particular order.
@ -7,6 +7,12 @@ No particular order.
t2p:
* support JPEG (JFIF, EXIF)
* multiple "-b" options on command line
* page labels on command line
* pages containing multiple images
* spec language needs major changes
* split process_page into multiple parts:
@ -14,9 +20,7 @@ t2p:
* add image
* close page
* support JPEG (JFIF, EXIF)
* page labels
* overlay G4 images in different colors - use ImageMask and the fill color
* crop
@ -38,8 +42,6 @@ t2p:
* generate text, line art - option to embed fonts
* overlay G4 images in different colors - use ImageMask and the fill color
* bilevel thresholding of color and grey scale input
* automatic separation using timify code from Tim Shoppa?
@ -52,8 +54,6 @@ t2p:
bitblt routines:
* fix rotate 180
* finish optimized bitblt code
* optimize inner loops in flip_h and flip_v with Duff's Device