rm inline
This commit is contained in:
parent
4b97780a54
commit
01de5d536b
1 changed files with 1 additions and 1 deletions
|
@ -929,7 +929,7 @@ proc buildImage(state: var DecoderState): Image =
|
||||||
else:
|
else:
|
||||||
failInvalid()
|
failInvalid()
|
||||||
|
|
||||||
proc decodeJpeg*(data: string): Image {.inline, raises: [PixieError].} =
|
proc decodeJpeg*(data: string): Image {.raises: [PixieError].} =
|
||||||
## Decodes the JPEG into an Image.
|
## Decodes the JPEG into an Image.
|
||||||
|
|
||||||
var state = DecoderState()
|
var state = DecoderState()
|
||||||
|
|
Loading…
Reference in a new issue