home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 580b.lha / FixIFF_DPI / docs < prev    next >
Encoding:
Text File  |  1991-11-07  |  1.2 KB  |  30 lines

  1. This  program  is  for  users  of ADPro 2.0 and Professional Page.  The IFF
  2. Saver  in  ADPro  2.0  now  includes the standard DPI chunk in all files it
  3. writes.   This  allows ADPro, as well as other program which read IFF files
  4. to  keep  track  of  the  X  &  Y  resolution of a picture.  Unfortunately,
  5. Professonal Page expects a non-standard DPI chunk.  When PPage encounters a
  6. file with the correct DPI chunk, it attempts to divide by zero and crashes.
  7.  
  8. To  aid  users who are having problems importing IFF files into PPage, ASDG
  9. wrote  this  little  utility  to  zap  the DPI chunk in IFF ILBM files.  it
  10. simply  changes "DPI " into "DPI1".  This way, nobody will recognize it and
  11. everybody should be happy.
  12.  
  13. Simply  run  from  the workbench, and fill in the file requester.  From the
  14. CLI, you must supply the filename on the command line.
  15.  
  16. This  program  requires  "req.library".  This library comes with ADPro, and
  17. CED.
  18.  
  19.  
  20. This  is only an interum fix.  You should only use it if PPage crashes when
  21. you try to load iff files saved with ADPro.  When PPage gets fixed you will
  22. not need this program anymore.
  23.  
  24.  
  25.  -- The guys at ASDG.
  26.  06-NOV-91
  27.  
  28.  
  29. THIS PROGRAM IS FREELY REDISTRIBUTABLE.
  30.