I am looking for an APNG encoder in native c#, that does not rely on c/c++ libraries. So far I have only found a few readers and I'd like to avoid writing that library myself if possible.
I've coded a C# PNG coder (PngCs) and lately I've evaluating adding APNG support to it, but, after reading the spec, I doubt I will try it - I really don't like the APNG approach. But the source code is available, it could be a starting point for writing your own APNG coder.
0
Anders Gustafsson
On
Here is an APNG viewer/parser article with source code on CodeProject. It might give you what you need.
I've coded a C# PNG coder (PngCs) and lately I've evaluating adding APNG support to it, but, after reading the spec, I doubt I will try it - I really don't like the APNG approach. But the source code is available, it could be a starting point for writing your own APNG coder.