#include <stdint.h>

Go to the source code of this file.
| Classes | |
| struct | pam | 
| Typedefs | |
| typedef struct pam | pam_t | 
| Enumerations | |
| enum | { PAM_GRAYSCALE_ALPHA = 5000, PAM_RGB_ALPHA, PAM_RGB, PAM_GRAYSCALE } | 
| Functions | |
| pam_t * | pam_convert (pam_t *in, int type) | 
| pam_t * | pam_copy (pam_t *pam) | 
| pam_t * | pam_create_from_file (const char *inpath) | 
| void | pam_destroy (pam_t *pam) | 
| int | pam_write_file (pam_t *pam, const char *outpath) | 
| anonymous enum |