mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 01:34:24 +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):
|
||||
#
|
||||
# Define quantization table. Support baseline 8-bit tables
|
||||
# only. Note that there might be more than one table in
|
||||
# each marker.
|
||||
# Define quantization table. Note that there might be more
|
||||
# than one table in each marker.
|
||||
|
||||
# FIXME: The quantization tables can be used to estimate the
|
||||
# compression quality.
|
||||
|
|
Loading…
Reference in New Issue
Block a user