zonetrooperex - 2013-05-30

Using APNG_Optimizer for me creates larger APNG files:

cube.png = 972KB to 1.1mb
saturn.png = 889KB to 927KB

I'm using it in a CMD file like:

for %%i in (APNGs*.png) do "apngopt.exe" "%%i" "%%i"

does the output filename have to be different?