From f19b070884f491ecae432914131a302876e1fcf6 Mon Sep 17 00:00:00 2001 From: Jay Wang Date: Thu, 9 Jun 2016 12:49:49 -0700 Subject: Gallery: Add TruePortrait post proc feature Add TruePortrait post processing feature to Gallery CRs-Fixed: 1029226 Change-Id: Id7ea0a8f810990952008fc28d30df27421c91d14 --- src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src_pd') diff --git a/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java b/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java index 2d30d8f30..bee9560a4 100644 --- a/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java +++ b/src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java @@ -42,5 +42,9 @@ public class EditorManager { editorPlaceHolder.addEditor(new TrueScannerEditor()); editorPlaceHolder.addEditor(new HazeBusterEditor()); editorPlaceHolder.addEditor(new SeeStraightEditor()); + editorPlaceHolder.addEditor(new EditorTruePortraitBasic()); + editorPlaceHolder.addEditor(new EditorTruePortraitImageOnly()); + editorPlaceHolder.addEditor(new EditorTruePortraitMask()); + editorPlaceHolder.addEditor(new EditorTruePortraitFusion()); } } -- cgit v1.2.3