2021-01-22 05:34:34 +00:00
|
|
|
when defined(pixieUseStb):
|
2021-01-22 01:07:07 +00:00
|
|
|
import pixie/fileformats/jpg
|
2020-11-28 04:51:08 +00:00
|
|
|
|
2021-01-22 01:07:07 +00:00
|
|
|
let
|
2022-02-11 19:59:57 +00:00
|
|
|
original = readFile("tests/fileformats/jpg/jpeg420exif.jpg")
|
2021-01-22 01:07:07 +00:00
|
|
|
stbDecoded = decodeJpg(original)
|