well, I'll try textbot?
a word : resolution , if the picture size reduce, but still included all information, does that mean however size got same string length when encode? I am not know,
It may also fill several screens worth with data.
Here I convert the original screenshot to base64, and return its length:
You can see the number of characters generated is 79,016
The image is 1080 wide x 2400 high
The image size on disk is 57.9KB
(if I filled the screen with text, the length of the base64 would increase to @ 170,000 characters)
Here I resize the screenshot, get the base64 and return its length:
The number of characters generated is: 4108
The image is 90 wide x 200 high
The image size on disk is 3.0KB
You can use the GetDimensions Method and Event to return metadata about the image
Great. thank you.
the blocks works perfect.
also the blocks
above we talked works well, the frozen resulted by my Screen1 wrong setting, I forgot to check the " Scrollable " so screen just not scroll, didn't frozen.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.