I think it is therefore sufficient to change
ScreenCapture>200,10,300,60,Z:\filename.bmp
to
ScreenCapture>200,10,300,60,Z:\filename.jpg
But does the jpg format create a compressed file? because I would need the saved file to have no color or pixel alterations compared to the one on the video.
Search found 22 matches
- Sat Feb 08, 2025 6:46 pm
- Forum: Technical / Scripting
- Topic: Screen Capture format and save alpha channel
- Replies: 3
- Views: 1379
- Sat Feb 08, 2025 4:05 pm
- Forum: Technical / Scripting
- Topic: Screen Capture format and save alpha channel
- Replies: 3
- Views: 1379
Screen Capture format and save alpha channel
I have always used on my macroscheduler V. 11, screencapture command with BMP saving, maybe because other formats cannot be used with this version or is there already the possibility of saving PNG and JPG? :? Anyway, this is not my problem. However, I have seen that when the BMP file is saved, it co...
- Sun Feb 04, 2024 9:37 am
- Forum: General Discussion
- Topic: IF with AND
- Replies: 2
- Views: 9180
Re: IF with AND
OK.. thanks..
- Sat Feb 03, 2024 5:05 pm
- Forum: General Discussion
- Topic: IF with AND
- Replies: 2
- Views: 9180
IF with AND
I don't understand why the IF function with AND doesn't work. Skips the lines after the IF and goes directly after the ENDIF Let>cnr=1 Let>dir=-1 The various versions are all ignored If>cnr=1 AND dir=-1 If>(cnr=1) AND (dir=-1) This even gives an "Unknown Identifier CNR" error If>{(cnr=1) AND (dir=-1...
- Sat Feb 03, 2024 10:11 am
- Forum: General Discussion
- Topic: Confirm completion of uploading image from web.
- Replies: 0
- Views: 18604
Confirm completion of uploading image from web.
I am automatically saving screenshots from the WEB and I have set a waiting time of 10 seconds, after scrolling the screen because with my slow internet line at 25Mb/sec and the site where I download from is slow, the image has time to download. Sometimes these 10 seconds are a lot, sometimes they a...
- Sat Feb 03, 2024 9:37 am
- Forum: General Discussion
- Topic: SCREENCAPTURE and number file progressive
- Replies: 5
- Views: 12633
Re: SCREENCAPTURE and number file progressive
Even if sooner or later I will have to update my v.11 version, this latest solution is truly extraordinary. I didn't know you could use VB in Macro Scheduler, I'm really still a newbie.
- Thu Feb 01, 2024 9:46 am
- Forum: General Discussion
- Topic: SCREENCAPTURE and number file progressive
- Replies: 5
- Views: 12633
Re: SCREENCAPTURE and number file progressive
Thanks for the advice, but is that command available from some version of Macro Scheduler upwards?
- Wed Jan 31, 2024 7:41 pm
- Forum: General Discussion
- Topic: SCREENCAPTURE and number file progressive
- Replies: 5
- Views: 12633
SCREENCAPTURE and number file progressive
Hi everyone, I'm saving screenshots with progressive file names, but my code writes in this way Let>cnc=1 Let>cnr=1 ScreenCapture>20,20,3200,1350,Z:\LAVORI\MAPPE\HALTA\ZONA_%cnr%_%cnc%.bmp the file write is ZONA_1_1.bmp I would need files named like this. il file write is ZONA_001_001.bmp next ZONA_...
- Sat Aug 28, 2021 3:11 pm
- Forum: Technical / Scripting
- Topic: How to convert number to string?
- Replies: 5
- Views: 6189
Re: How to convert number to string?
Error why ? Let>SPX=150 Let>SPX=SPX+0,001 Msg>%SPX% Wait>1 Let>string=%SPX% Msg>%string% Wait>1 StringReplace>string,1,9,pippo Msg>%string% %pippo% // screen 150,001 950,009 is OK StringReplace>string,,,.,pippo // error access violation in address 0041991D in module msched.exe Read of address 000000...
- Sat Aug 28, 2021 2:17 pm
- Forum: Technical / Scripting
- Topic: How to convert number to string?
- Replies: 5
- Views: 6189
Re: How to convert number to string?
Thanks for answer, but the number change and not is fix. Let>CC=0 Input>CC,Insert number (es. 100,70) Let>CC=CC+10,20 // CC= 100,90 Send>https://www.xxxxxx.com/%CC% // CC=100,90 and not point 100.90 !! with comma website non answer. _______________________________________ Furthermore why: Let>CC=0 I...
- Sat Aug 28, 2021 8:32 am
- Forum: Technical / Scripting
- Topic: How to convert number to string?
- Replies: 5
- Views: 6189
How to convert number to string?
Sorry for the trivial question. I should enter a number converted to text into a URL. Let>CC=0 Input>CC,Insert number (es. 100,70) Let>CC=CC+10,20 Also I wanted to know if there is a more elegant way to insert URLs in a website window already open. I currently use this system which works but I don't...
- Thu Aug 26, 2021 9:14 am
- Forum: Technical / Scripting
- Topic: MOVE SCREENING -- LDOWN LUP
- Replies: 5
- Views: 5505
Re: MOVE SCREENING -- LDOWN LUP
I don't try to move a window, but its internal. I have to go through a list
- Wed Aug 25, 2021 5:47 pm
- Forum: Technical / Scripting
- Topic: MOVE SCREENING -- LDOWN LUP
- Replies: 5
- Views: 5505
Re: MOVE SCREENING -- LDOWN LUP
My monitor is 3440 x 1440 so I enter 3000/3300 as SX and 1200/1300 as SY These are the variable values : X=3440 Y=1440 SX= 3000 variable to 3300 SY= 1200 variable to 1300 X1= Before 100 next 3390 The shift of the image on the screen to the right occurs regularly but does not shift to the left, but t...
- Wed Aug 25, 2021 8:45 am
- Forum: Technical / Scripting
- Topic: MOVE SCREENING -- LDOWN LUP
- Replies: 5
- Views: 5505
MOVE SCREENING -- LDOWN LUP
Hi, with this simple code I should translate the image on the screen, simulating dragging with the mouse. Everything works, but while the translation from right to left moves correctly by about 3000 pixels, the one from left to right (2nd part of the code) moves only 300-400 pixels. Non ho ancora ca...
- Tue Aug 24, 2021 2:14 pm
- Forum: Technical / Scripting
- Topic: Unrecognized images
- Replies: 2
- Views: 3822
Re: Unrecognized images
That's right, even looking for the newly created image gave an error.
Today everything seems to be working OK.
Mystery.
Today everything seems to be working OK.
Mystery.