mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-15 18:52:19 +03:00
typo
This commit is contained in:
parent
a96ac321d5
commit
e5ff9db407
|
@ -404,7 +404,7 @@ class PngStream(ChunkStream):
|
||||||
def chunk_sRGB(self, pos, length):
|
def chunk_sRGB(self, pos, length):
|
||||||
# srgb rendering intent, 1 byte
|
# srgb rendering intent, 1 byte
|
||||||
# 0 perceptual
|
# 0 perceptual
|
||||||
# 1 relative folorimetric
|
# 1 relative colorimetric
|
||||||
# 2 saturation
|
# 2 saturation
|
||||||
# 3 absolute colorimetric
|
# 3 absolute colorimetric
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user