home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / Converter / PTC-AEAO.LZX / AddOn.lha / POST / wmf / README < prev    next >
Encoding:
Text File  |  1995-12-04  |  1.1 KB  |  26 lines

  1. I am releasing this now, because I have not had the time to enhance it as
  2. I had hoped.  I'm including the source because I won't have the time to
  3. make any changes or fixes.
  4.  
  5. * Mungwall still detects mismatched freemems but on small blocks, probably
  6. from malloc and calloc.  So far this has not caused a crash, but is this
  7. a problem with my program, or Lattice, or mungwall itself?  It seems to
  8. happen only when you change screens while the program is drawing, which
  9. makes me think that mungwall is getting confused as to what it is looking
  10. at.  I'll have to look into this further - try USENET for answers.
  11.  
  12. * Need to look at speeding things up.  Do some profiling!!!  There are lots
  13. of duplicate points in large files, but removing them doesn't speed things
  14. up.  My guess is the graphics.library does this nicely enough for me.
  15.  
  16. * Things to add (in order of importance):
  17.  
  18.     - Command line options.
  19.       + User input background color, which will default to white.
  20.           + Allow user to toggle rgb format of colors (bgr).
  21.     - Different WMF fill modes.
  22.     - Mouse blanking.
  23.     - An intuition inteface.
  24.     - Last but not least: variable display modes.
  25.  
  26.