]> git.imager.perl.org - imager.git/blobdiff - imdatatypes.h
fuzz testing
[imager.git] / imdatatypes.h
index 44d853816891ae434044c5cb6f994899f4bed956..0cc440c60fa584cfefc32fccd349ee5605341fe9 100644 (file)
@@ -387,6 +387,7 @@ typedef enum i_make_colors_tag {
   mc_web_map, /* Use the 216 colour web colour map */
   mc_addi, /* Addi's algorithm */
   mc_median_cut, /* median cut - similar to giflib, hopefully */
+  mc_mono, /* fixed mono color map */
   mc_mask = 0xFF /* (mask for generator) */
 } i_make_colors;
 
@@ -518,5 +519,7 @@ enum {
 
 #include "iolayert.h"
 
+#include "rendert.h"
+
 #endif