gimp/plug-ins/gimpressionist/infile.h

16 lines
212 B
C

#ifndef __INFILE_H
#define __INFILE_H
#include "ppmtool.h"
/* Globals */
extern gboolean img_has_alpha;
/* Prototypes */
void infile_copy_to_ppm(ppm_t * p);
void infile_copy_alpha_to_ppm(ppm_t * p);
#endif