PNG image encoding in C#.
This is essentially a fork of pngcs.
Changes:
- turned it into a Unity package
- using Unity's SharpZipLib package
The main use I have for this is to read/write PNG metadata, which Unity's EncodeToPNG method doesn't support.
PNG image encoding in C#.
This is essentially a fork of pngcs.
Changes:
The main use I have for this is to read/write PNG metadata, which Unity's EncodeToPNG method doesn't support.