jpgstb -> jpg
This commit is contained in:
parent
c5942a478f
commit
63aba341ab
4 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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")
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import pixie/fileformats/jpgstb
|
||||
import pixie/fileformats/jpg
|
||||
|
||||
let
|
||||
original = readFile("tests/images/jpg/jpeg420exif.jpg")
|
||||
|
|
Loading…
Reference in a new issue