why i still see jpeg in 2020 ?
Visualizing and Understanding JPEG Format
11–20 of 47 posts
Re: Visualizing and Understanding JPEG Format
#12> lossless storage: > to make JPEG store data losslessly: use grayscale, 100% quality, then either width or eight to 1 pixel, or duplicate the padded data 8 times (JPEG images are stored in 8x8 blocks). Interesting. I wonder if this is used internally in any applications.
Re: Visualizing and Understanding JPEG Format
#13why i still see jpeg in 2020 ?
Also, some of the alternative formats have licensing or patent issues that would effectively block wide adoption.
Re: Visualizing and Understanding JPEG Format
#14why i still see jpeg in 2020 ?
What's wrong with JPEG?
Though there are other lossful encoding schemes developed since that either produce better results with the same data size or comparable results with better compression (or both). But the improvements have not been large enough to make the industry as a whole consider making the effort to support these other formats (and in some cases there would be licensing/patent issues making support legally/financially onerous on top of the coding/testing required).
Re: Visualizing and Understanding JPEG Format
#15Very cool to be able to manipulate the bytes directly and seeing how it affects the image.
Re: Visualizing and Understanding JPEG Format
#16https://github.com/ilyakurdyukov/jpeg-quantsmooth (good for most mid-quality and high-quality images)
https://github.com/victorvde/jpeg2png (use for very low-quality images, slower)
jpeg-quantsmooth gives a sharper output (use "-q6" option).
jpeg2png output is a little blurry, but it does a better job of unblocking very low-quality images.
Re: Visualizing and Understanding JPEG Format
#17why i still see jpeg in 2020 ?
BPG isn't supported by any browsers.
WEBP isn't supported by IE11 or Safari.
Re: Visualizing and Understanding JPEG Format
#18Earlier quoted context omitted.
What's wrong with JPEG?
Nothing particularly. Though there are other lossful encoding schemes developed since that either produce better results with the same data size or comparable results with better compression (or both). But the improvements have not been large enough to make the industry as a whole consider making the effort to support these other formats (and in some cases there would be licensing/patent issues making support legally…
Re: Visualizing and Understanding JPEG Format
#19Re: Visualizing and Understanding JPEG Format
#20The model used by JPEG is not that unusual in image processing, so this can help us to understand many types of processes.
This person has a whole bunch of this stuff! Gold!