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 - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -