I am facing the need to create a rather large number of apng animations from png images that I rendered with processing. I found a stand alone tool for that task, which however does not support batch processing. Looking for solutions, I came across a website in Switzerland, that seems to have provided a Java Library for creating APNGs earlier, which I guess should also work fine with processing. Only the download links are gone (website from 2008) and I cannot find any other recource on the web.
So I wonder, does anyone have experience about the possibilities of Processing and APNG Batch creation, not neccessarily limited to a Java library? I would be grateful for any hint!
yes, that is the one, thank you very much for providing the download link (for the record: actually it i s on the website, only I overlooked it). Drag&drop of the jar onto the sketch worked fine, storing the sketch copies the jar into the sketch folder.
I used the first example on the website, replaced the names of the ‘frames to add’ by actual png files that I copied into the sketch folder. Processing detects an ‘Unhandled exception type JapngException’ in line 4 ( apng.assemble(new File(“./test1.png”)); ). Same result for examples 2 and 3…