pixie/tests/test_jpg.nim
2022-02-11 14:00:07 -06:00

7 lines
167 B
Nim

when defined(pixieUseStb):
import pixie/fileformats/jpg
let
original = readFile("tests/fileformats/jpg/jpeg420exif.jpg")
stbDecoded = decodeJpg(original)