]> git.imager.perl.org - imager.git/blobdiff - imext.c
he unpack code for ICO/CUR file handling could extend 32-bit unsigned values to 64...
[imager.git] / imext.c
diff --git a/imext.c b/imext.c
index 98f2c4578a55d15a64802f979311668a7f4e8c8d..b1ce6188ebd746d00daeaaf9b3ecce6077fdda8c 100644 (file)
--- a/imext.c
+++ b/imext.c
@@ -1,6 +1,7 @@
 #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);
@@ -210,7 +211,16 @@ im_ext_funcs imager_function_table =
     i_poly_poly_aa,
     i_poly_poly_aa_cfill,
     i_poly_aa_m,
-    i_poly_aa_cfill_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