fix
This commit is contained in:
parent
abf67489f1
commit
fc0a59bbcb
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ proc decodeGifDimensions*(
|
||||||
result.width = data.readInt16(6).int
|
result.width = data.readInt16(6).int
|
||||||
result.height = data.readInt16(8).int
|
result.height = data.readInt16(8).int
|
||||||
|
|
||||||
proc newImage*(gif: Gif): Image {.raises: [].} =
|
proc newImage*(gif: Gif): Image {.raises: [PixieError].} =
|
||||||
gif.frames[0].copy()
|
gif.frames[0].copy()
|
||||||
|
|
||||||
when defined(release):
|
when defined(release):
|
||||||
|
|
Loading…
Reference in a new issue