home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Examples / image2m / README < prev   
Encoding:
Text File  |  1995-12-05  |  455 b   |  17 lines

  1.  
  2. Here's a small application I cooked up to take a .TIFF file and
  3. create the equivalent Objective C code, allowing me to compile
  4. icons into a library and not force people to import them into
  5. each of their projects.
  6.  
  7. Regards,
  8. Mark_Onyschuk@NeXT.COM
  9.  
  10.  
  11.  
  12.  
  13. Notes:  the file "example" shows a sample of the output generated
  14. by image2m.  The following options are available:  -h gives help
  15. and -s is "silent" mode, supressing verbose status output.
  16.  
  17. -Don Yacktman