mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-01 19:53:19 +03:00
Merge pull request #4174 from mixmastamyk/patch-1
Fix mismatched function name, add explanation
This commit is contained in:
commit
8626762024
|
@ -33,7 +33,10 @@ Possible subsampling values are 0, 1 and 2 that correspond to 4:4:4, 4:2:2 and
|
||||||
4:2:0.
|
4:2:0.
|
||||||
|
|
||||||
You can get the subsampling of a JPEG with the
|
You can get the subsampling of a JPEG with the
|
||||||
`JpegImagePlugin.get_subsampling(im)` function.
|
`JpegImagePlugin.get_sampling(im)` function.
|
||||||
|
|
||||||
|
In JPEG compressed data a JPEG marker is used instead of an EXIF tag.
|
||||||
|
(ref.: https://www.exiv2.org/tags.html)
|
||||||
|
|
||||||
|
|
||||||
Quantization tables
|
Quantization tables
|
||||||
|
|
Loading…
Reference in New Issue
Block a user