jpgstb -> jpg

This commit is contained in:
Ryan Oldenburg 2020-11-29 15:46:29 -06:00
parent c5942a478f
commit 63aba341ab
4 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
## Public interface to you library.
import pixie/images, pixie/masks, pixie/paths, pixie/common, pixie/blends,
pixie/fileformats/bmp, pixie/fileformats/png, pixie/fileformats/jpgstb,
pixie/fileformats/bmp, pixie/fileformats/png, pixie/fileformats/jpg,
flatty/binny, os
export images, masks, paths, common, blends

View file

@ -1,4 +1,4 @@
import pixie/fileformats/jpgstb, fidget/opengl/perf
import pixie/fileformats/jpg, fidget/opengl/perf
let data = readFile("tests/images/jpg/jpeg420exif.jpg")

View file

@ -1,4 +1,4 @@
import pixie/fileformats/jpgstb
import pixie/fileformats/jpg
let
original = readFile("tests/images/jpg/jpeg420exif.jpg")