No animations can be created, neither AGIF ( use GIFSICLE, thread: http://newsgroup.xnview.com/viewtopic.php?t=3722 download: http://freefile.kristopherw.us/uploads/ ... fs150k.zip ) nor APNG (no solution exists except coding my own ??? )
Both AGIF and APNG can be decomposed
Code: Select all
NC -xall -out bmp ANIMOLD.GIF
Code: Select all
NC -xall -out bmp ANIMNEW.PNG
- very "sensitive" to commandline bugs ( http://newsgroup.xnview.com/viewtopic.php?t=15674 )
- if AGIF uses differential frames ("optimized"), only differential frames are extracted. Should extract full frames IMHO (maybe optionally differential, add switch)
- from APNG got full frames, but maybe that's what the APNG contained ... very few APNG's around, testing not too deep
