exe to save image in clipboard as image file

  • Thread starter Thread starter Daniel Kirsch
  • Start date Start date
D

Daniel Kirsch

Hi,
I'm searching for a single executable with commandline options to save
data from the clipboard to an *.bmp image file (win32).

something like that:

saveImage.exe "c:\\temp\\foobar.bmp"

This will especially be used to save screenshots shot with the print key.

Thanks a lot for any hints or links
Daniel
 
Hi,
I'm searching for a single executable with commandline options to save
data from the clipboard to an *.bmp image file (win32).

something like that:

saveImage.exe "c:\\temp\\foobar.bmp"

This will especially be used to save screenshots shot with the print key.

Thanks a lot for any hints or links
Daniel

Not a command line exe, but if you can find a copy of PrintKey 2000 (was
freeware), it's an excellent capture utility with multiple select options
and can save in multiple image formats. I use it frequently.

Wayne
 
Wayne said:
Not a command line exe, but if you can find a copy of PrintKey 2000 (was
freeware), it's an excellent capture utility with multiple select options
and can save in multiple image formats. I use it frequently.

Thanks for that hint. However I just need a commandline tool to run
within another application. We have a dll wrapped to Mozilla XPConnect
which does some strange things on winXP when saving from the clipboard.
We currently can't fix it so I want to go to most straight forward way. :-)

Daniel
 
Thanks for that hint. However I just need a commandline tool to run
within another application. We have a dll wrapped to Mozilla XPConnect
which does some strange things on winXP when saving from the
clipboard. We currently can't fix it so I want to go to most straight
forward way. :-)

Daniel

Now I see you need. Sorry I can't help. :-(
 
Daniel Kirsch said:
Hi,
I'm searching for a single executable with commandline options to
save data from the clipboard to an *.bmp image file (win32).

something like that:

saveImage.exe "c:\\temp\\foobar.bmp"

This will especially be used to save screenshots shot with the print
key.

IrfanView works for that

i_view32.exe /clippaste /convert=c:\filename.bmp
 
Back
Top