mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 09:44:31 +03:00
Remove outdated comment about 8-bit DQT support
This commit is contained in:
parent
6db0843af4
commit
0a235314b8
|
@ -235,9 +235,8 @@ def SOF(self, marker):
|
||||||
|
|
||||||
def DQT(self, marker):
|
def DQT(self, marker):
|
||||||
#
|
#
|
||||||
# Define quantization table. Support baseline 8-bit tables
|
# Define quantization table. Note that there might be more
|
||||||
# only. Note that there might be more than one table in
|
# than one table in each marker.
|
||||||
# each marker.
|
|
||||||
|
|
||||||
# FIXME: The quantization tables can be used to estimate the
|
# FIXME: The quantization tables can be used to estimate the
|
||||||
# compression quality.
|
# compression quality.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user