home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 580b.lha / Wasp_v1.23 / misc / TODO < prev    next >
Text File  |  1991-11-15  |  911b  |  25 lines

  1. optimize hm counting methods by computing newcol and error only once
  2. add iterative ham conversion
  3. automatic border clipping
  4. asc configuration file
  5. avoid/fix horizontal striping in sliced output
  6. delete SHAMBLACK code
  7. read gif89a
  8. read/write rgbn/rgb8
  9. handle iff input with a masking bitplane by skipping
  10.     the last bitplane or adapting colormap so it can be processed
  11. check correctness of no, mu, wf, wf2, hs, hs2, con, ehb conversions
  12. read/write sliced EHB
  13. speedups, eg. readiff nextc, profile iff creation, srgr i/o more buffering
  14. profile wf distribution method
  15. use hamlab input filters, read input from stdin, write output to stdout
  16.     either 0 bytes (not recognized) or raw 24bits rgb with an 11 byte
  17.     header:
  18.     char magic[3]="HL2";
  19.     short width;
  20.     short height;
  21.     long unknown=0x00302020;
  22. possibility to read from stdin and write to stdout with - for filename, do
  23.     all messages go to stderr?
  24. use tad input filters
  25.