My app make screenshot using methods from WinAPI. Screen is ok, it is saved as gif and has 76 kB. Jpg, png and other formats have more size. I have to send this file via net and it takes several seconds, about 2-3 seconds. It is posibility to compress this file in .NET or any free external software ? Quality don’t have good, because I have to read only several labels.
Thanks
You could look at resizing the image in c#. It’s fairly easy to do… here’s some code I’ve used in the past to do this: