app, icons: add Paint Select tool in the playground
A -quick done- first step towards the addition of a smart selection tool. Require the gegl:paint-select workshop operation. Still LOT of work to do (wip): - fluctuations removal (GEGL side) - multilevels pyramid approach + banded graphcut for instant result on large image (GEGL ? GIMP ?) - Gaussian Mixtures for color models (GEGL side) - drawable offsets (GIMP side) - undo / redo (GIMP side) - scribbles edition mode (GIMP side) - dedicated icons - ...
This commit is contained in:
@ -374,6 +374,7 @@ G_BEGIN_DECLS
|
||||
#define GIMP_ICON_TOOL_N_POINT_DEFORMATION "gimp-tool-n-point-deformation"
|
||||
#define GIMP_ICON_TOOL_OFFSET "gimp-tool-offset"
|
||||
#define GIMP_ICON_TOOL_PAINTBRUSH "gimp-tool-paintbrush"
|
||||
#define GIMP_ICON_TOOL_PAINT_SELECT "gimp-tool-paint-select"
|
||||
#define GIMP_ICON_TOOL_PATH "gimp-tool-path"
|
||||
#define GIMP_ICON_TOOL_PENCIL "gimp-tool-pencil"
|
||||
#define GIMP_ICON_TOOL_PERSPECTIVE "gimp-tool-perspective"
|
||||
|
||||
Reference in New Issue
Block a user