home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / makelogo.zip / maklog2b.zip / makelog2.txt < prev   
Text File  |  1995-09-19  |  2KB  |  48 lines

  1.                                 MAKELOG2
  2.                       written by Marcus Groeber 1995
  3.       Fido: 2:2448/7826.1 - Internet: 100712.270@compuserve.com
  4.  
  5.   [To use this program, you'll also need BMP2LOGO by Dave Akerman.]
  6.  
  7. Ever wanted to change the logo shown by OS/2 Warp at boot time? It seems
  8. simple at first with Dave Akermans BMP2LOGO tool, but there is a catch:
  9. To create the OS2LOGO file on the drive from which OS/2 starts up, you'll
  10. also need the MAKELOGO program from IBM's DEVCON CD, which is not freely
  11. distributable. On the other hand, BMP2LOGO already does a good job in
  12. preparing .BMP images by separating bitplanes, resizing etc.
  13.  
  14. So the idea of MAKELOG2 is to offer a simple, yet free "clone" of IBM's
  15. MAKELOGO which permits you to convert the output of BMP2LOGO into an
  16. installable OS/2 Warp logo file.
  17.  
  18. The necessary procedure is described in detail in BMP2LOGO.TXT which comes
  19. with Dave's program, therefore I won't repeat it here... Only change all the
  20. occurances of IBM's MAKELOGO to the name of this program, MAKELOG2.
  21.  
  22. If you want to try it out quickly, you can use most of the bitmaps in
  23. \OS2\BITMAP, except for the larger ones, which are mostly 256 color bmps.
  24.  
  25. You should have a boot disk ready when playing with the logo file, because an
  26. invalid logo file usually causes a Trap shortly after startup which means
  27. you're locked out of your system unless you can start it from disk and change
  28. back to the old logo file. This is especially true for systems normally
  29. running from an HPFS partition.
  30.  
  31.  
  32. Technical issues:
  33. -----------------
  34. After wrapping up the first version of this program, I found PREPLOGO by
  35. Jonathan Czerwinski, which basically does the same thing as the
  36. BMP2LOGO/MAKELOG2 combination - but as MAKELOG2 was almost finished then,
  37. I deceided to release it anyway, after making some improvements to the
  38. compression algorithm.
  39.  
  40. Just like PREPLOGO, MAKELOG2 does not exploit the full scope of the
  41. compression method used, so images converted by IBM's MAKELOGO will probably
  42. come out somewhat smaller. I don't have the IBM program available for
  43. comparison, so the final optimization is left for someone else if desired...
  44.  
  45. As you can see, full source code is included, so feel free to improve the
  46. program if you find out something useful about the format. :-)
  47.  
  48.