home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / acc / general / imginfo.txt < prev    next >
Text File  |  1988-12-05  |  2KB  |  43 lines

  1.  
  2. Image Info V1.1
  3.  
  4. This is a new version of IMGINFO.ACC uploaded as file  #8819.   
  5. It is not a fix of version 1.  From what I can tell (no negative 
  6. responses as of yet), version 1 seems to work.  Version 1.1 changes 
  7. the basic functionality.  Specifically:
  8.  
  9.      *  It retrieves more information than version 1.  It provides
  10.         the image size in pixels (as before).  It also uses the scan
  11.         information in the IMG file to determine the size of the 
  12.         original art work in inches.  It then takes information on 
  13.         the resolution of your output device, and calculates what I
  14.         call the optimal image size (where there will be a one to one
  15.         pixel mapping from the image onto the device).  This version
  16.         assumes a 9 pin printer with a driver supporting a 120 x 144
  17.         dots per inch output.  (see note below).
  18.  
  19.      *  It will gracefully handle a premature end of file condition
  20.         if the IMG file it read comes up short of the required 16 byte
  21.         header.
  22.  
  23.      *  It also preserves the drive and path specified between multiple
  24.         uses of the accessory.  Version 1 would reset this information
  25.         between uses.
  26.  
  27. And that's about it.  Version 1.1 was also written in Personal Pascal 
  28. and free to anyone who appreciates it.  Any comments, questions or
  29. suggestions are welcome.
  30.  
  31. Jim Williams
  32.  
  33. (Note:  My original intent was to include in this version functionality
  34.  which would allow a user to specify the resolution of their output 
  35.  device and then save that information in the executable image of the 
  36.  accessory.  Alas, after hours of fiddling, using Dan Wilga's Memfile
  37.  2.0 (which I find a most pleasant dump utility) I was unable to 
  38.  find all the information which I would have to change.  The next 
  39.  version, if there's any demand for it, will provide that functionality.  
  40.  For now, I really should be studying for the GRE this Saturday.)
  41.  
  42.  
  43.