fix
This commit is contained in:
parent
287d9bc80e
commit
c95190ed98
|
@ -1183,6 +1183,9 @@ proc decodeJpegDimensions*(
|
|||
break
|
||||
of 0xC1:
|
||||
failInvalid("unsupported extended sequential DCT format")
|
||||
of 0xC4:
|
||||
# Define Huffman Table
|
||||
state.decodeDHT()
|
||||
of 0xDB:
|
||||
# Define Quantization Table(s)
|
||||
state.skipChunk()
|
||||
|
|
Loading…
Reference in a new issue