source: trunk/JPGPROC/source/gbmsrc/gbmjpg.h@ 3

Last change on this file since 3 was 2, checked in by stevenhl, 8 years ago

Import sources from cwmm-full.zip dated 2005-03-21

File size: 440 bytes
Line 
1/*
2
3gbmjpg.h - JPEG format
4
5*/
6
7#ifdef IJG
8
9extern GBM_ERR jpg_qft(GBMFT *gbmft);
10extern GBM_ERR jpg_rhdr(const char *fn, int fd, GBM *gbm, const char *opt);
11extern GBM_ERR jpg_rpal(int fd, GBM *gbm, GBMRGB *gbmrgb);
12extern GBM_ERR jpg_rdata(int fd, GBM *gbm, byte *data);
13extern GBM_ERR jpg_w(const char *fn, int fd, const GBM *gbm, const GBMRGB *gbmrgb, const byte *data, const char *opt);
14extern const char *jpg_err(GBM_ERR rc);
15
16#endif
Note: See TracBrowser for help on using the repository browser.