VincentPestana / SocketShot

C# console that takes screenshots and streams them over SignalR, to a html webpage.
MIT License
1 stars 1 forks source link

Resize images to save data #3

Closed VincentPestana closed 4 years ago

VincentPestana commented 4 years ago

Resize the bitmap to a smaller resolution, so that less data is sent down the pipe

VincentPestana commented 4 years ago

Implemented in commit.

Size has been reduced greatly, about 60% reduction in message size going from 1920x1080 to 1280x720.