This is not totally a programming question, but I think this is best place to ask.
The front page of my website has a nice banner, where more than half the image is a "gradient" of a color, and there is also some text. Now, to get any reasonable quality text, I have to save the jpeg file at > 90% quality and takes 106KB (not too bad, but it adds some extra load on my site especially as its the landing page I want it to be fast).
Now, I want to know, if there is any image format (like PNG/GIF), where such gradients could be stored in a more compressed way. If so, I will ask my designer to directly save in that format. Problem is, converting from JPEG to PNG/GIF is not the right way and actually increases the size because the "noise" has to be losslesly encoded.
The image : http://pollwidget.org/images/first_view.jpg
thanks