Jump to content


Photo

Make Sreenshots


  • Please log in to reply
7 replies to this topic

#1 Uwe

Uwe
  • Members
  • 35 posts

Posted 27 June 2006 - 06:47 PM

Hi,
my problem is I have to make Screenshots within a code!
Is it possible to make screenshots and save it in a folder?
I mean:
Code............
make a Screenshot....
Screenshot1.jpg
Screenshot2.jpg
......

Thanks Uwe

#2 ahklerner

ahklerner
  • Members
  • 1382 posts

Posted 27 June 2006 - 06:57 PM

yes...it is possible... you do have to use an external program though... KIU (user) has a small prog somwhere on this site..search for kiu clipboard..I am workin gon the same type of thing right now actually....kiu's program does require .net 1.1?..Does anyone know of a program to take the clipboard and save to an image file WITHOUT .net installed???

EDIT: CORRECTED KIU'S USER REFERENCE
****MY BAD.. :roll:

#3 ahklerner

ahklerner
  • Members
  • 1382 posts

Posted 27 June 2006 - 06:57 PM

http://www.autohotke... ... clipboard

#4 ahklerner

ahklerner
  • Members
  • 1382 posts

Posted 27 June 2006 - 07:00 PM

the output goes to whatever directory the app is installed in..you can use FileCopy to put it where you want..it output's .bmp and .png's.

#5 BoBo

BoBo
  • Guests

Posted 27 June 2006 - 08:10 PM

Does anyone know of a program to take the clipboard and save to an image file WITHOUT .net installed

Yes. [AnalogX - Capture]. Define a Hotkey within Capture and call it via the script. 8)

#6 PhiLho

PhiLho
  • Fellows
  • 6850 posts

Posted 28 June 2006 - 08:26 AM

IrfanView, MWSnap, etc.

#7 Uwe

Uwe
  • Members
  • 35 posts

Posted 28 June 2006 - 12:40 PM

Thanks a lot
I will try it!

#8 foom

foom
  • Members
  • 386 posts

Posted 28 June 2006 - 04:03 PM

AFAIK DevIL can take the screenshot from the clipboard and save it as a file. I might have a look at it tomorow.