Sign in
pigweed
/
third_party
/
github
/
32blit
/
32blit-sdk
/
refs/heads/upstream/waveform-graphics
/
.
/
32blit-sdl
/
JPEG.hpp
blob: 487d26b6edb00c283e852e7585aebf7e60c6f0b0 [
file
] [
edit
]
#pragma
once
#include
"graphics/jpeg.hpp"
blit
::
JPEGImage
blit_decode_jpeg_buffer
(
const
uint8_t
*
ptr
,
uint32_t
len
);
blit
::
JPEGImage
blit_decode_jpeg_file
(
std
::
string
filename
);