 |
 |
New Cocoa app idea: favicon converter for Mac OS X
|
 |
|
 |
|
Banned
Join Date: Sep 2000
Location: Fightclub
Status:
Offline
|
|
I was recently frustrated to find that there was no Mac OS X app that could make favicon.ico files that would display correctly in a browser (you know, the favourites icons that appear in your URL bars and tabs in Chimera, Mozilla etc).
There ARE apps which save in .ico format (eg. Iconographer), but I was not able to get a working favicon.ico file that would display properly, preserving transparency, in the browser.
Believe me: I tried everything: Photoshop, GraphicConverter, Iconographer etc. No amount of saving, opening, importing, exporting, copying or pasting could produce the result I wanted.
Eventually I had to fire up VirtualPC and use an app inside that which did a fine job of converting some transparent gifs into a favicon file for me. It worked.
So I am wanting to develop (or see developed) a small Cocoa app with just one purpose: making working favicon files.
I am thinking of a simple drag and drop interface. Nothing fancy. Just clean and smooth and gets the job done!
If anyone wants to work on this with me, reply to this thread. Also any feedback or ideas too would be good.
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: May 2002
Status:
Offline
|
|
Are there specs available for the favicon.ico format? I might be interested in the idea.
|
|
[vash:~] banana% killall killall
Terminated
|
| |
|
|
|
 |
|
 |
|
Grizzled Veteran
Join Date: Jan 2002
Location: Melbourne, Australia
Status:
Offline
|
|
The "favicon.ico" format is just a Windows Icon with a single 16x16 incon in it. Look up the ICO format for details on it. It is basically a multipage bitmap (BMP).
Wesley
|
|
|
| |
|
|
|
 |
|
 |
|
Professional Poster
Join Date: Oct 2001
Location: London
Status:
Offline
|
|
|
|
|
|
| |
|
|
|
 |
|
 |
|
Banned
Join Date: Sep 2000
Location: Fightclub
Status:
Offline
|
|
Originally posted by WJMoore:
The "favicon.ico" format is just a Windows Icon with a single 16x16 incon in it. Look up the ICO format for details on it. It is basically a multipage bitmap (BMP).
Wesley
Yes and it's frustrating that such a simple format should be so difficult to produce easily on the Mac. There ARE tools that do it, but getting them to work easily, and with support for transparency, is a real pain...
|
|
|
| |
|
|
|
 |
|
 |
|
Professional Poster
Join Date: Apr 1999
Location: Copenhagen, Denmark
Status:
Offline
|
|
Originally posted by eno:
Yes and it's frustrating that such a simple format should be so difficult to produce easily on the Mac. There ARE tools that do it, but getting them to work easily, and with support for transparency, is a real pain...
It doesn't have to be a Windows Icon file. PNG, JPEG, GIF or others will do, but you'll have to remember to specify the fileformat in the HTML:
Code:
<link rel="icon" href="/favicon.png" type="image/png">
|
|
JLL
- My opinions may have changed, but not the fact that I am right.
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: Nov 2001
Location: State of Denial
Status:
Offline
|
|
IIRC, if you want it to work in Windows IE, it has to be a Windows icon. I could be wrong, though.
Also, all the favicons I've made with Iconographer have worked perfectly. Or at least, I've not heard anything to the contrary from anyone...
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|