mdn / sprints

Archived: MDN Web Docs issues are tracked in the content repository.
https://github.com/mdn/content
Creative Commons Zero v1.0 Universal
149 stars 142 forks source link

Information about TIFF compression is incorrect #2777

Closed lwchkg closed 4 years ago

lwchkg commented 4 years ago

Request type

Details

The information about compression in TIFF files in https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types#TIFF is incorrect.

The current page reads "Most TIFF files are uncompressed, but lossless PackBits and LZW compression are supported, as is lossy JPEG compression.".

The mistakes are as follows:

I recommend changing to the following: Many different loseless and lossy compression schemes are supported by TIFF images. However, with the exception of bilevel images, TIFF image are most commonly uncompressed.

Reference: https://en.wikipedia.org/wiki/TIFF#TIFF/IT_compression

a2sheppy commented 4 years ago

Someone had already taken a whack at this, but I re-whacked it to be better.