home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / tools / 1862 < prev    next >
Encoding:
Text File  |  1993-01-05  |  3.2 KB  |  84 lines

  1. Path: sparky!uunet!mcsun!sun4nl!sunatb!pebo
  2. From: pebo@sunatb.UUCP (Peter Bodifee)
  3. Newsgroups: comp.os.ms-windows.programmer.tools
  4. Subject: Re: How to print bitmaps from clipboard?
  5. Keywords: print bitmaps
  6. Message-ID: <1457@sunatb.UUCP>
  7. Date: 4 Jan 93 09:12:58 GMT
  8. References: <1456@sunatb.UUCP>
  9. Reply-To: pebo@sunatb.atb.bso.nl
  10. Organization: BSO/Automation Technology Breda B.V., The Netherlands
  11. Lines: 71
  12.  
  13. SUMMARY
  14.  
  15. Below are the reactions on my request how to print screen dumps on a postscript
  16. printer. Thank you for your help. Somebody here gave me a pointer to a
  17. shareware program "WinGIF" (from SuperSet Software Corp.) which can apart
  18. from a lot more also paste the clipboard and print it.
  19. The time consuming part with printing on a postscript printer can not be
  20. avoided (I think ...)
  21. -----
  22. From: dbstrutt@acs.ucalgary.ca (David Strutt)
  23.  
  24. Regarding your request for help in printing a screen dumped to
  25. the clipboard, try going into paintbrush and pasting the contents
  26. of the clipboard into there. Paintbrush will allow you to print
  27. out whatever you pasted, using whatever printer you have set up
  28. under Print Manager.
  29. -----
  30. From: gfowler@javelin.sim.es.com (Gary Fowler)
  31.  
  32. You can also paste it into Paintbrush and print it from there, but I don't
  33. think it would be much quicker.  It may be worth a try though.
  34. -----
  35. From: chris@chrism.demon.co.uk (Chris Marriott)
  36.  
  37. The simplest way is to paste the clipboard image into PaintBrush, and
  38. print from there.  In order to get the whole image into PaintBrush,
  39. do the following:
  40.  
  41. 1.  Select "Zoom Out" from PaintBrush.
  42. 2.  Select Edit/Paste - a cross-hatch grid will appear.
  43. 3.  Select Edit/Paste *again* - the picture will appear.
  44. 4.  Select "Zoom In".
  45. 5.  Print
  46.  
  47. Note that you have to Paste *twice*!
  48. -----
  49. From: charvel@salzo.Cary.NC.US (Jeff Cogswell)
  50.  
  51. I use a postscript printer at work, and have found that it's
  52. a ROYAL PAIN to print bitmapped images.  The problem is that
  53. Postscript is vector-based, much like CorelDRAW, so apparantly
  54. the individual pixels have to be converted to individual
  55. Postscript commands.  I know nothing about your printer, but
  56. my HP Laserjet can be switched out of laserjet, and then I
  57. can just dump a straight bitmap, greatly speeding up the
  58. process.  Of course, I have to switch printers from inside
  59. Windows, too.
  60.  
  61. If I *do* print a bitmap in Postscript, though, it takes
  62. about as long as you described, and I do it the same way,
  63. by sucking the clipboard into another graphics program.
  64. (I use either CorelDRAW or the shareware program
  65. PaintShop Pro.)
  66. ------
  67. From: wkay@vlsi21.gsfc.nasa.gov (Kevin Kay)
  68.  
  69. Just curious, but have you tried a screen grabbing utility called
  70. "Grabit."  It's available on ftp.cica.indiana.edu and does a pretty
  71. good job.  Anything you can get on the screen, you can print...
  72. The printing performance (speedwise) is not spectacular, but the
  73. author claims that the speed hit is by design.  He claims to give
  74. you extensive algorithms for handling various colors/grays
  75. etc...
  76.  
  77. Just a thought, maybe it could save you a few headaches.....
  78.  
  79. -- 
  80. Peter Bodifee                   UUCP:     {uunet}!sun4nl!sunatb!pebo
  81. "UNIX is the answer,            Internet: pebo@sunatb.atb.bso.nl
  82. what is the question?"          Phone:    +31 76 484848 
  83. #include <disclaimer.h>         Fax:      +31 76 422424
  84.