#include "imexttypes.h"
#include "imager.h"
#include "imio.h"
+#include "imexif.h"
static im_context_t get_context(void);
static i_img *mathom_i_img_8_new(i_img_dim, i_img_dim, int);
i_mutex_unlock,
im_context_slot_new,
im_context_slot_set,
- im_context_slot_get
+ im_context_slot_get,
+
+ /* level 9 */
+ i_poly_poly_aa,
+ i_poly_poly_aa_cfill,
+ i_poly_aa_m,
+ i_poly_aa_cfill_m,
+
+ i_img_alpha_channel,
+ i_img_color_model,
+ i_img_color_channels,
+
+ /* level 10 */
+ im_decode_exif
+
+ /* level 11 */
};
/* in general these functions aren't called by Imager internally, but