After searching about this i found two interesting answers:
but as i see javaFX doesn't support APNG images.How to solve this problem with any external library or write some code.I need a solution on that...
Thanks for help.
After searching about this i found two interesting answers:
but as i see javaFX doesn't support APNG images.How to solve this problem with any external library or write some code.I need a solution on that...
Thanks for help.
There is no apng support in JavaFX 8.
Use a 3rd party library to decode the apng, extract the frames and metadata from it, then convert those to JavaFX images and play them back using JavaFX's animation support:
Or pre-convert the apng files to gifs: