To read all comments associated with this story, please click here.
Because this format is aimed at the web and thus 'compete' against standard jpg. Do you see many jpeg2000 images on the web? No, because they are computionally very expensive for what is roughly 20% better compression. Personally I think it's great for archiving high resolution images, not so much for web surfing.
Quoting one of the commentators on the site:
For example I took "10.jpg", a 1.1 meg file, adjusted the jpeg compression and got it down to 189k with no visible loss of quality. That's an over 80% reduction in file size and I didn't have to change the file format.
The Web doesn't need a new file format, especially one that doesn't really do anything substantively different. WebP is no different than JPEG with a higher compression setting as the default.
So WebP does not even fare well against standard jpeg...
They did; see here:
http://code.google.com/speed/webp/docs/c_study.html
Jpeg 2000? You mean the zombie?
Seriously, someone here is using jpeg2000?
Seriously, did you have some point with your comment? Why shouldn't someone use JPEG-2000? It is computationally more expensive, yes, but it also produces slightly less artifacting and smaller files than regular JPEG. If you are going to use a lossy format for archiving purposes you may as well go for JPEG-2000.
I do, but I use it in lossless compression mode. In planetary science, it's a particularly useful format as it allows you to view segments very large images at different zoom levels simply by evaluating different chunks of the image file. This is a huge advantage of using the DWT, especially when the image sizes grow to be overly large.
eg: HiRISE images ( http://hirise.lpl.arizona.edu/ ) come in at about 2.5 Gigapixels; jpeg2000 is perfect for viewing pieces of the image at different zoom levels.
That said, implementing jpeg2000 for web photos would be silly, as the web is currently designed. Pretty much all images on the web are viewed at 100% zoom; should that change, jpeg2000 would be useful. As it is, other algorithms are faster than the DWT used.





Member since:
2005-11-21
How come Google isn't comparing it against JP2?