home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / getbitmp.zip / GETBITMP.DOC < prev    next >
Text File  |  1988-01-05  |  3KB  |  48 lines

  1.  
  2. GETBITMP -- Free bitmap utility application for Microsoft Windows
  3.             written by Bernard de Champlain for "Les Consultants Génicom inc."
  4.  
  5.      Getbitmp  is  a  small  utility  that  permits  you to grab bitmaps in the
  6. Clipboard,  to resize them and to save them in standard bitmap files.  The size
  7. of the bitmap is not limited by the 64 x 64 limit of IconEdit.  The source code
  8. is supplied for those of you who might want to modify it, the EXE file has been
  9. compiled  with  Windows  SDK 1.04.  This  program  is  by  no  means a complete
  10. application, I have added options as they were needed. A couple of new features
  11. that MAY be added in the future include:  1) seeing the bitmap,  2) loading the
  12. bitmap  from a file,  3) Copying the bitmap to the clipboard.  This program has
  13. been  designed  for  monochrome  bitmaps  and will probably not work with color
  14. bitmaps.
  15.  
  16.      A  typical  usage  would  be:  Drawing a pattern with Paint,  copying that
  17. pattern to the Clipboard, then using Getbitmp you would use the Capture option,
  18. if  needed  use  the Size option (explained later),  and to finish use the Save
  19. option  and  enter the file name (the .BMP extension is the default).  The Size
  20. option  does  not  actualy resize the internal representation of the bitmap but
  21. only the next saved copy, so there is no loss of information and it is possible
  22. to  make  multiple  saves  of  the same bitmap but with different sizes without
  23. having  to reCaputure the bitmap.  The default size when you first use the size
  24. option is the actual size of the bitmap, all sizes are in pixels. The method is
  25. the algorithm used to resize the bitmaps, White on Black preserves white pixels
  26. at  the  expense  of  black pixels by ORing the lines to be eliminated with the
  27. remaining lines,  Black on White preserves black pixels at the expense of white
  28. pixels  by ANDing the lines to be eliminated with the remaining lines and Color
  29. on  Color  throws  all  eliminated  lines  out without trying to preserve their
  30. information.
  31.  
  32.      This  program  was writen while developping a much larger program for "Les
  33. Consultants  Génicom  inc."  as  a  utility for manipulating bitmaps (there are
  34. over Fourty Bitmaps in the main program), since there were none available. This
  35. program may be freely distributed as long as this notice remains.  For private,
  36. noncommercial  use  only,  NOT  FOR  RESALE.  If  anyones  wants to modify this
  37. program,  please  make  the new (and improved) version available to everyone by
  38. uploading to Compuserve and keep me posted...
  39.  
  40. Les Consultants Génicom inc.
  41. CAN: 3431 Drummond, S.100, Montréal, QC, H3G 1X6, Tel: (514)-844-1031
  42.                                                    or  (514)-844-1032
  43. USA: 55 Prentiss Street, Watertown, MA, 02172,    Tel: (617)-239-8242
  44.  
  45. [76246,353] on Compuserve for Les Consultants Génicom or me.
  46.  
  47.                                                            Bernard de Champlain
  48.