projects
/
imager.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
[rt #75878] pass --verbose through to Imager::Probe in sub-modules
[imager.git]
/
JPEG
/
imjpeg.h
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
12
#endif