source: trunk/JPGPROC/source/gbmsrc/gbmppm.h@ 4

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

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

File size: 460 bytes
Line 
1/*
2
3gbmppm.h - Poskancers PPM format
4
5Reads and writes 24 bit RGB.
6
7*/
8
9extern GBM_ERR ppm_qft(GBMFT *gbmft);
10extern GBM_ERR ppm_rhdr(const char *fn, int fd, GBM *gbm, const char *opt);
11extern GBM_ERR ppm_rpal(int fd, GBM *gbm, GBMRGB *gbmrgb);
12extern GBM_ERR ppm_rdata(int fd, GBM *gbm, byte *data);
13extern GBM_ERR ppm_w(const char *fn, int fd, const GBM *gbm, const GBMRGB *gbmrgb, const byte *data, const char *opt);
14extern const char *ppm_err(GBM_ERR rc);
Note: See TracBrowser for help on using the repository browser.