7 lines
167 B
Nim
7 lines
167 B
Nim
when defined(pixieUseStb):
|
|
import pixie/fileformats/jpg
|
|
|
|
let
|
|
original = readFile("tests/fileformats/jpg/jpeg420exif.jpg")
|
|
stbDecoded = decodeJpg(original)
|