PNGDecrush
PNGDecrush copied to clipboard
A C# library for reversing the 'pngcrush' optimization process that is applied to PNG files in an iOS app.
I put this code work on my own server, feel free to use. I will not save any image on my server. https://ez.schwarzer.wang/tools/pngdecrush Source code: ```csharp public ActionResult PngDeCrush() {...
Hello! This pull request adds .NET Core Compatibility for PNGDecrush, allowing you to use it on a new version of the .NET Platform. (As a sidenote, this also brings .NET...
Is there a way to compile and run this under GNU/Linux? If not, would it be at least possible to make it work with Wine provided that you make a...