This application capture the screen or active windows, and save them to files, or sends as Base64 images.
Base functions:
ScreenStealer.exe <window/screen> <type> <options/timer>
ScreenStealer.exe console
ScreenStealer.exe window console
ScreenStealer.exe screen console
ScreenStealer.exe window filename.html append
ScreenStealer.exe window filename.html
ScreenStealer.exe screen filename.html append
ScreenStealer.exe screen filename.html
If you provide path without extension and an integer after that, the application will create a series of images for that time period what you defined.
Example for 10 seconds of images about screen and window:
ScreenStealer.exe window folder/ 10 //10 seconds images
ScreenStealer.exe screen folder/ 10
Example about basic file output with multiple extensions:
ScreenStealer.exe screen imagefile.png
ScreenStealer.exe window imagefile.gif
ScreenStealer.exe window imagefile.bmp
For my work i used StackOverFlow and the following places:
- https://gallery.technet.microsoft.com/scriptcenter/eeff544a-f690-4f6b-a586-11eea6fc5eb8
- https://www.hanselman.com/blog/HowDoYouUseSystemDrawingInNETCore.aspx
GNU General Public License v3.0 Attila Reterics
I made this project for educational purpose (practicing), free to use. When you edit please attach References also.