IntelliJ Java IDE
The moose likes I/O and Streams and the fly likes Looking for a library that creates favicon type icons from other formats Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » I/O and Streams
Reply Bookmark "Looking for a library that creates favicon type icons from other formats" Watch "Looking for a library that creates favicon type icons from other formats" New topic
Author

Looking for a library that creates favicon type icons from other formats

Dan Arbo
Greenhorn

Joined: Jul 04, 2011
Posts: 18
Hi,

I am looking for a library that converts images from any ( within reason obviously ) format into a .ico one, so that it can be used as favicon in an address bar, same as the horse shoe by coderanch's URL

I tried image4j and it does create a .ico file from a .bmp. It does open as an image and I can see it when opening it with the default image viewer.
However, when opening it the link it should be the favicon for, it does not show it correctly.

All that I can see is a small square with random colour pixels. Maybe there are more than one .ico formats? A guess is that it could create desktop icon images...

I am aware that there are sites that do the conversion for you, but I would like to automate the process for those who upload an image to my site.

Thanks, Dan

Dan Arbo
Greenhorn

Joined: Jul 04, 2011
Posts: 18
Straight after posting I thought of looking at favicon specifications on wikipedia

http://en.wikipedia.org/wiki/Favicon

Apparently PNG images work as well, so I can just convert any other format submitted into PNG and resize it.

In the article mentioned above, it says that IE doesn't support anything other than .ICO, but it only goes as far as IE5. Can anybody else who have a Windows machine handy specify if the solution works for newer versions? Unfortunately - well, not really unfortunate, I am blessed - I don't have a Windows box handy.

Hope it helps somebody in the future anyway...
 
 
subject: Looking for a library that creates favicon type icons from other formats
 
Threads others viewed
favicon
favicon icon configuration in tomcat 6
Favicon creation
favicon
how to get favicon
developer file tools