Im trying to compress a PNG Image using C#.NET and am having issues finding encoders to compress it.
Is there a library in C# that does that?
I am using EncoderParameters but it seems like it doesnt have any support for PNG encoder.
If someone has any other reference I could look up??
THanks