Is it okay to use PNG images in a website? I haven't really seen them used much so was wondering what the drawbacks are. There must be some as surely everyone would be using them?...
Are they, for example, MSIE and Chrome compliant etc...
|
|
|
IE 6 will only render GIF-like transparency in PNG images unless you use filters. Other than that, they work fine, and they're becoming more popular now. |
|||||
|
|
Here's a few Fortune 500 corporate websites implementing PNGs on their front page:
actually the only one I found that didn't (I only looked at about 10) was Siemens.com |
||||
|
|
|
They can be used just fine these days. Older versions of IE (6.0 and older) didn't support all transparency modes of them, which was the biggest reason why people avoided the format. Other browsers such as Firefox, Chrome, Opera, Konqueror or Links didn't have such issues. |
|||
|
|
|
Yes it is ok to use pngs, but there are some things worth pointing out.
|
|||
|
|
|
PNG files tend to become the standard today, particularly because PNG is an open format precisely designed for the web. The W3C recommends the use of PNG for websites, as using PNG will produce more compact files when dealing with graphics, logos, etc. PNG is a lossless compression format. While PNG is the only format that allows you to use transparency, you might want to use JPG (which is mostly a lossy compression format) for larger pictures. And guess what? Even Google is using a png image for its olympics logo. |
|||
|
PNGs are actually VERY often used today. Few are the sites without at least a few PNGs. And they are not to be feared either. The only problem there is is with IE6, and that has two possible solutions as well:
|
|||
|
|
|
And lets not forget that the Stack Overflow logo is a PNG, another reason to use it! |
|||
|
|
|
PNGs are a more versatile graphical format for the web, having excellent alpha transparency as well as good compression and no proprietary restrictions (GIF was once the subject of a protracted IP rights case when Compuserve claimed ownership of the compression format used). However, the jury is still out on their use in general. They do appear to be especially good for small logos and icons but for large detailed images, GIF is largely comparable in file size and JPEG still has the best overall filesize to quality ratio (and that can make a big difference to a web site's loading time). PNG is gaining traction as a format though and you can expect to see it being used more and more everywhere you look. The alpha transparency features alone make PNG a useful format for interesting interfaces elements, such as overlays and cutaways. |
|||
|
|
PNG files are still not fully supported by IE (including IE8). For this reason, I'd be sure to use a pngfix, or to avoid them if you can. That is, assuming you are attempting to support IE. Update I suppose my answer was a bit vague. IE8 (and its predecessors I'd assume) doesn't repaint a PNG properly while respecting limitations placed on it via CSS. I myself had to abandon a PNG just two days ago for this very reason. I'll note that my PNG had feathered edges where the alpha-channels were used to illustrate a drop-shadow on the edges of an image - these were repainted as solid black. This problem may not persist if your image has solid edges with no feathering. |
|||||||||||||
|