Jump to content

Recommended Posts

Posted (edited)

Is it possible to take and read a screenshot without saving it into file?

I want to make as fast as possible.

Edited by Hidix17

CVlOH5y.png

Posted (edited)

Leave the filename empty, e.g.:

$hGDIBitmap = _ScreenCapture_Capture("", 0, 0, 199, 199)
This will capture the screen and save the raw bitmap in the memory. The return value is the handle to the GDI bitmap! Edited by UEZ

Please don't send me any personal message and ask for support! I will not reply!

Selection of finest graphical examples at Codepen.io

The own fart smells best!
Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!
¯\_(ツ)_/¯  ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ

Posted

The idea was to don't save the screenshot on hard disc but in the ram memory to make is faster but still easy to read and send via tcp

CVlOH5y.png

Posted

The idea was to don't save the screenshot on hard disc but in the ram memory to make is faster but still easy to read and send via tcp

Please don't send me any personal message and ask for support! I will not reply!

Selection of finest graphical examples at Codepen.io

The own fart smells best!
Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!
¯\_(ツ)_/¯  ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ

Posted (edited)

I was written with an older AutoIt version.

Just remove this line and it should work.

Further, Load_BMP_From_Mem and _GDIPlus_BitmapCreateDIBFromBitmap were integrated meanwhile -> _GDIPlus_BitmapCreateFromMemory() is now the function!

Edited by UEZ

Please don't send me any personal message and ask for support! I will not reply!

Selection of finest graphical examples at Codepen.io

The own fart smells best!
Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!
¯\_(ツ)_/¯  ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...