VincentPestana / SocketShot

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

Using compression on the image before converting to Base64 #2

Closed VincentPestana closed 4 years ago

VincentPestana commented 4 years ago

Further compress the image, right after the image is converted to a byte[].

VincentPestana commented 4 years ago

Gzip compression only decreases the png(already compressed) by 1%, cpu load definitely increases.