mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-11 08:42:35 +03:00
Improved grammar [ci skip]
This commit is contained in:
parent
df886ed386
commit
fdc5993ace
|
@ -593,9 +593,9 @@ def convert_dict_qtables(qtables):
|
||||||
|
|
||||||
|
|
||||||
def get_sampling(im):
|
def get_sampling(im):
|
||||||
# There's no subsampling when image have only 1 layer
|
# There's no subsampling when images have only 1 layer
|
||||||
# (grayscale images) or when they are CMYK (4 layers),
|
# (grayscale images) or when they are CMYK (4 layers),
|
||||||
# so set subsampling to default value.
|
# so set subsampling to the default value.
|
||||||
#
|
#
|
||||||
# NOTE: currently Pillow can't encode JPEG to YCCK format.
|
# NOTE: currently Pillow can't encode JPEG to YCCK format.
|
||||||
# If YCCK support is added in the future, subsampling code will have
|
# If YCCK support is added in the future, subsampling code will have
|
||||||
|
|
Loading…
Reference in New Issue
Block a user