This commit is contained in:
Ryan Oldenburg 2022-06-14 16:36:08 -05:00
parent 9ed2ad32ab
commit 249264f927

View file

@ -184,8 +184,6 @@ proc decodeTiff*(data: string): Tiff =
if bitsPerSample[i] != bitsPerSample[j]:
failInvalid()
var decompressed: string
case compression:
of 1: # No compression