Search found 2 matches

by i5aeid
04 May 2021, 17:33
Forum: Ask for Help (v1)
Topic: Save a screenshot to a file Topic is solved
Replies: 16
Views: 22140

Re: Save a screenshot to a file Topic is solved

does anybody know how to make a script that would take a screenshot and save it into a file? something like: TakeScreenshot "image.png" the image type could be png, jpg or bmp. Please Help! Hi, try this: !Space:: Send, #{PrintScreen} I personally prefer using Alt+Space combination for that but you ...
by i5aeid
04 May 2021, 17:27
Forum: Ask for Help (v1)
Topic: Is it possible to use printscreen to save an image Topic is solved
Replies: 24
Views: 13791

Re: Is it possible to use printscreen to save an image Topic is solved

I use Gdip.ahk by tic to save the screenshot as file. btw, you can use other Hotkey, not just PrintScreen #Include Gdip.ahk PrintScreen:: CurrentDate := A_YYYY "-" A_MM "-" A_DD CurrentTime := A_Hour "-" A_Min "-" A_Sec "." A_MSec Screenshot(CurrentDate "_" CurrentTime ".png") Return Screenshot(Out...

Go to advanced search