Commit | Line | Data |
---|---|---|
797a9f9c TC |
1 | #ifndef IMAGER_IMJPEG_H |
2 | #define IMAGER_IMJPEG_H | |
3 | ||
4 | #include "imdatatypes.h" | |
5 | ||
6 | i_img* | |
7 | i_readjpeg_wiol(io_glue *data, int length, char** iptc_itext, int *itlength); | |
8 | ||
9 | undef_int | |
10 | i_writejpeg_wiol(i_img *im, io_glue *ig, int qfactor); | |
11 | ||
d20ad5ba TC |
12 | extern const char * |
13 | i_libjpeg_version(void); | |
14 | ||
797a9f9c | 15 | #endif |