clip2png.pl, clip2gif.pl - Convert bitmap image from clipboard to png or gif
clip2png clip2png -f outputfile.png -e clip2gif etc.
If you have ImageMagick installed (and Perl of course), you can use this script to quickly convert bitmaps in the clipboard to png or gif files on disk. I generally use this to send small attached files from screen captures (made with PrtSC or Alt-PrtSc).
pl2bat clip2png.pl
and pl2bat clip2gif.pl
to create Windows batch files.
Note: You can use the following for the 2 steps above. Adapt the final directory to one in your path.
copy clip2gif.pl clip2png.pl & pl2bat clip2png.pl & pl2bat clip2gif.pl & copy clip2png.bat c:\bin & copy clip2gif.bat c:\bin
perl -e ``print q(Milivoj Ivkovic <mi).qq(\x40alma.ch>\n)''
perl(1), convert, http://www.imagemagick.org