java or javascript way to convert images file to favicon.ico -


i trying create java function convert image files such "jpg, jpeg, gif, png" favicon.ico. know library can that? want pure java or javascript way. not way using imagemagick jni

take @ image4j allow create ico images through java

as as...

list<bufferedimage> listofimages = ...; icoencoder.write(listofimages , new file("favicon.ico")); 

you may want check out reading/loading image well...


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -