home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / GRAFIK / KONVERT / TIF2IMG / TIFTOIMG.DOC next >
Text File  |  1993-12-01  |  1KB  |  16 lines

  1. This program converts TIFF files to Ventura IMG files.                
  2.                                                                       
  3. Usage :         TIFtoIMG <TIF-Pathname> [IMG-Pathname] [/N:NumPlanes] 
  4.                                                                       
  5. where "TIF-Pathname" is the name of the TIF file to be converted,     
  6. "IMG-Pathname" is an OPTIONAL name of the resultant IMG file and      
  7. NumPlanes is an OPTIONAL number of bit planes to be stored in the     
  8. resultant IMG file.                                                   
  9.                                                                       
  10. example:        TIFTOIMG YOURPIC MYPIC /N:2                           
  11.                                                                       
  12. This will read the file YOURPIC.TIF and create the file MYPIC.IMG     
  13. storing only the 2 most significant bit planes.                       
  14.                                                                       
  15. Note: File extensions are ignored, and .TIF and .IMG are assumed.     
  16.