>>17
Probably they're poor and can't afford a decent hard drive.
Name:
Anonymous2011-10-30 15:28
>>18 http://www.turnkeylinux.org/blog/png-vs-jpg
Page load times are important. Amazon insiders estimate that every 100 ms increase in latency costs Amazon roughly %1 of profit. Our mistake was very simple: we used PNG for everything.
Name:
Anonymous2011-10-30 15:30
>>19
Never knew, Amazon.com is poor. We should donate money to these pitiful beggars.
Name:
Anonymous2011-10-30 15:54
>>20
We should give them a nickel so they can buy themselves a decent lossy image format, like WebP.
>>22 want a reason, jpeg2000 is under patent, you can't use for commercial purposes without paying. Why should I pay when I get same quality (or even better) with png for free?
Name:
Anonymous2011-10-30 18:31
I never understood the relevance for jp2k, right now there is no publicly known claim. And for the rest of the story:
By that measure you couldn't use any format which isn't widely used, also I've seen commercial software using it. You just need the balls to do it.
The same story was LCD optimized font rendering, once enough people stand up patent trolls can suck it.
Name:
Anonymous2011-10-30 19:22
`
>wants to have image with alpha
>decides that instead of using PNG he'll go with JPEG
>comes up with obscure idea to use Birth-acquired herpes to store Alpha values of image
>>25
Do you have any details on that? From where I'm standing, the patents are still scaring my software into shipping with the patented code disabled.
Name:
Anonymous2011-10-30 19:50
>>19
Dude, who gives a shit about web development?
Use PNG. If you care about file size (you don't, you just think you do), then use images that compress better. Reduce the number of colors, reduce the size and rescale, whatever. Or, be an idiot and reinvent the wheel by adding alpha to JPG. Sometimes it's good to go through the exercise just to confirm to yourself that you're a moron.
Write a program to process the sprite and generate a set of rectangular JPEG images for inner area and PNG images for contours and transparency. Present it on your page with *tables*.
Name:
FrozenVoid2011-10-31 9:34
>PNG or JPG, which is better for sprites
If you store sprites you should use gif, which is small,transparent,animated and has custom pallette