Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06327e44 authored by nicolasroard's avatar nicolasroard
Browse files

Remove red eye tool

Change-Id: I3ec169bc6b0948d3218a2e3457475ba57ea2f4c7
parent 57bd092b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@
    <string name="edge">Edges</string>
    <!--  Label for an image effect that replicates the "pop art" style of segmenting
          images into solid colors, as popularized by Andy Warhol [CHAR LIMIT=10] -->
    <string name="kmeans">Warhol</string>
    <string name="kmeans">Posterize</string>
    <!--  Label for the image downsampling effect (makes image smaller) [CHAR LIMIT=15] -->
    <string name="downsample">Downsample</string>
    <!--  Label for the image graduated filter effect  [CHAR LIMIT=15] -->
+1 −1
Original line number Diff line number Diff line
@@ -274,7 +274,7 @@ public abstract class BaseFiltersManager implements FiltersManagerInterface {
            mTools.add(geometry);
        }

        mTools.add(getRepresentation(ImageFilterRedEye.class));
        //mTools.add(getRepresentation(ImageFilterRedEye.class));
        mTools.add(getRepresentation(ImageFilterDraw.class));
    }