]> bicyclesonthemoon.info Git - ott/enhance/blobdiff - enhance.c
palette diff tool
[ott/enhance] / enhance.c
index 10362666e8352e7cfdedcb8ec215b9ba17228053..2e0056b07fbfea964969bb1d9ac5ceb8f825f1c1 100644 (file)
--- a/enhance.c
+++ b/enhance.c
@@ -1,7 +1,7 @@
 /*
 enhance.c
 The tool with multiple enhancements and manipulations of pictures
-01.12.2022
+03.12.2022
 
 Copyright (C) 2022  Balthasar SzczepaƄski
 
@@ -37,6 +37,7 @@ on Pentium III libdevil must be recompiled with
 #include "npb.h"
 #include "pal_mix.h"
 #include "pal_unmix.h"
+#include "pal_mixdiff.h"
 #include "remap_t_1.h"
 
 int main (int argc, char **argv)
@@ -69,6 +70,8 @@ int main (int argc, char **argv)
                f = &subtool_pal_mix;
        else if (strcmp(argv[1], "pal_unmix")==0)
                f = &subtool_pal_unmix;
+       else if (strcmp(argv[1], "pal_mixdiff")==0)
+               f = &subtool_pal_mixdiff;
        else if (strcmp(argv[1], "remap_t_1")==0)
                f = &subtool_remap_t_1;
        else