Code

Filters. Custom predefined filters update and new ABC filters.
[inkscape.git] / src / extension / internal / filter / filter-all.cpp
old mode 100644 (file)
new mode 100755 (executable)
index 38f54e7..8467254
@@ -8,9 +8,12 @@
 #include "filter.h"
 
 /* Put your filter here */
+#include "abc.h"
 #include "color.h"
 #include "drop-shadow.h"
+#include "morphology.h"
 #include "snow.h"
+
 #include "experimental.h"
 
 namespace Inkscape {
@@ -26,19 +29,33 @@ Filter::filters_all (void )
        DropShadow::init();
        DropGlow::init();
        Snow::init();
-    
-    // Experimental
+
+    /* Experimental custom predefined filters */
+
+    // ABCs
+    Blur::init();
+    DiffuseLight::init();
+    Roughen::init();
+    SpecularLight::init();
+
     // Color
     Colorize::init();
     Duochrome::init();
     Quadritone::init();
     Solarize::init();
     Tritone::init();
-    
+
+    // Morphology
+    Crosssmooth::init();
+
     // Shadows and glows
     ColorizableDropShadow::init();
+
     // TDB
+    Chromolitho::init();
+    Drawing::init();
     Posterize::init();
+    PosterizeBasic::init();
 
        // Here come the rest of the filters that are read from SVG files in share/filters and
        // .config/Inkscape/filters