Quote:
Originally Posted by yabate
As i told, this PNG head img have alpha which is transparency. And yes, jpg will have smaller load as i calculate it in a post before, but then he need to do some extra stuff cause jpeg doesn not support transparency.
Also, png8 or gif will still do the job with transparency but there will be loss in alpha quality.
And again, he has 616 http reqs, which is enormous, so he doesn't need 618 which will have if it slice it from one pic into three 
|
There is no question the use of png compared to a gif, png is obviously right... but by the time you add the background to a jpg, the size would be similar to the png. If he places all 3 pngs next to each other
Code:
<div class="top_right"><img src="images/top_bg.png" width="746" height="429" /></div>
something like...
Code:
<div class="top_right"><img src="images/top_bg.png" width="248" height="429" /><img src="images/top_bg2.png" width="248" height="429" /><img src="images/top_bg3.png" width="248" height="429" /></div>
I would have thought nothing needs to be changed but the header would load dramatically faster
