lewisje / growl

Automatically exported from code.google.com/p/growl
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Header image is huge #288

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load the Growl website.

What is the expected output?
A header image of reasonable weight.

What do you see instead?
A 242 K image.

Original issue reported on code.google.com by boredzo on 25 Sep 2011 at 7:27

GoogleCodeExporter commented 8 years ago
The image can be much smaller. I used ImageAlpha[1] to reduce it to 
indexed-color and pngout[2] to recompress it, reducing its size by 45%.

This is a quick and easy fix; you could probably eliminate the 2400-pixel-wide 
image altogether using a CSS gradient, though you would need to evaluate 
browser support.

[1]: http://pngmini.com/
[2]: http://www.jonof.id.au/pngout

Original comment by boredzo on 25 Sep 2011 at 7:28

Attachments:

GoogleCodeExporter commented 8 years ago
I'd be ok with switching it to a gradient that matched, since we're no longer 
trying to target ie7 or anything like that. Camino was kind of the only 
holdout, and the new beta works with the current design apparently.

Anyhow, thanks for the image, I've added it to the site and it should show up 
in about 15 minutes.

Original comment by ch...@growl.info on 28 Sep 2011 at 6:31