- Sep
- 50
- 0
I suggest adding a command to create screenshots in the .JPG format.
If this is possible, I will make a list of possible keys and parameters.
If this is possible, I will make a list of possible keys and parameters.
By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!And Rex could doubtless add .JPG support to @SNAPSHOT if there were demand.
Not that I try to be a prick, BUT wouldn't it be MUCH better to use PNG, given we're talking about a screenshot of a window full of text?
My mistake. It's been a while since I've used @SNAPSHOT.@SNAPSHOT saves it to the clipboard. I need to get the finished file in the JPG format.
My mistake. It's been a while since I've used @SNAPSHOT.
I think I have much of the code to do this. I may be able to throw something together.
do forever ( echo %@snapshot[DESKTOP] > NUL & convert clipboard:image %_datetime.jpg & sleep 5 )
I'm uploading a basic screenshot plugin here. (The HTML doc file is rubbish; please ignore.)
My pleasure!Thank you very much!
There is a bug related to loading the x64 plugin if it is already loaded. And there is another request, I'll let you know later.My pleasure!
There is a bug related to loading the x64 plugin if it is already loaded.
And there is another request, I'll let you know later.
Not difficult, but I'm expected to do some Real Work next week. It may be a few days before I can add this.If you save to a JPG format, can you save as a percentage of the actual size? For example, 10%, 50%, etc.
Not difficult, but I'm expected to do some Real Work next week. It may be a few days before I can add this.
Excellent! Thank you!Okay, I'm putting up a new build with resizing support (and much better docs) here.
Note that the new /R only works when saving to a file. You can't resize when saving to the clipboard.