mirror of https://github.com/status-im/nimPNG.git
commit
7ff39ec00d
|
@ -126,7 +126,7 @@ type
|
|||
use_lz77: bool
|
||||
windowsize: range[2..32768]
|
||||
minmatch: range[3..258]
|
||||
nicematch: range[3..358]
|
||||
nicematch: range[3..258]
|
||||
lazymatching: bool
|
||||
bits: BitStream
|
||||
data: string
|
||||
|
|
Loading…
Reference in New Issue