home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PILOT / PC / RC2BMP / README.TXT < prev    next >
Encoding:
Text File  |  1996-08-26  |  1.1 KB  |  33 lines

  1. This is version 1.0 of prc2bmp.exe. This utility runs on Win95 or WinNT. It
  2. extracts application icons from .prc files and saves them as Windows .bmp
  3. files. From there you can use many popular image editting and converting
  4. tools to do what you want with them.
  5.  
  6. Software archive sites may want to batch convert .bmp's into transparent
  7. .gifs for web pages (use PaintShop Pro to do this... search for psp32.zip).
  8.  
  9. For black bits on the pilot, the .bmp file has black bits. Therefore, white
  10. is the background color. To save transparent .gifs, specify white as the
  11. transparent color.
  12.  
  13. prc2bmp supports wildcards. For example, if you are in a directory of .prc
  14. files, specify:
  15.  
  16. prc2bmp *.prc
  17.  
  18. and you'll get one .bmp for each .prc. Makes batch converting simple.
  19.  
  20. This software is free; the source is included in this .zip file.
  21.  
  22. For those that want to build this themselves, copy the files into a
  23. directory, load VC++ 4.1 or greater, file...open project, select
  24. prc2bmp.mak. Now build and you're set.
  25.  
  26. Any questions, send me some mail.
  27.  
  28. 8/26/96
  29. - Scott Ludwig
  30. scottlu@eskimo.com
  31. http://www.eskimo.com/~scottlu
  32.  
  33.