1
0
mirror of synced 2026-02-10 10:20:51 +00:00

*** empty log message ***

This commit is contained in:
Eric Smith
2003-03-12 09:52:09 +00:00
parent 01d410d61a
commit bd84c16a7e

11
TODO
View File

@@ -1,5 +1,5 @@
t2p TODO list
$Id: TODO,v 1.13 2003/03/12 00:18:04 eric Exp $
$Id: TODO,v 1.14 2003/03/12 01:52:09 eric Exp $
No particular order.
@@ -8,6 +8,11 @@ No particular order.
t2p:
* pages containing multiple images
* spec language needs major changes
* split process_page into multiple parts:
* open page
* add image
* close page
* support JPEG (JFIF, EXIF)
@@ -54,6 +59,10 @@ bitblt routines:
* optimize inner loops in flip_h and flip_v with Duff's Device
* check for endian problems
* reading TIFF - don't bit-reverse on big-endian machines
* rle table
* g4_get_pixel()
* g4_find_pixel()
-----------------------------------------------------------------------------