Skip to content

Projects in GSoC 2011

Porting GIMP plugins to GEGL operations

Mentor : Mukund Sivaraman

Student : Robert Sasu

Integration status : finished (integrated in GIMP 2.10)

The main point is to port GIMP plug-ins to GEGL, because GEGL API supports higher pixel depth, has a smart job and memory management, allows non-destructive editing.

See also * GSoC page * Repository branch

OpenCL in GEGL

Mentor : João S. O. Bueno

Student : Victor Oliveira

Integration status : finished (integrated in GIMP 2.10)

The proposal is about making it possible to write GEGL operations in OpenCL. There are two tasks:

  • Automatic memory management and migration of tiles from GPU to the CPU and the other way around.
  • Make some GEGL operations in OpenCL.

See also * GSoC page * Repository branch

Adaptive Cloning (aka Seamless cloning)

Mentor : Michael Natterer

Student : Barak Itkin

Integration status : playground (stability and performance issues)

Direct cloning of parts from one image to another, usually ends in bad results because of different lighting conditions and other settings (such as white-balance) which causes the color of the cloned part not to match the source image and look out of place. There are some techniques to solve this, by using poisson equations and some other methods. This suggestion allows a fast (realtime) solution for allowing to paste seamlessly parts from one image to another.

See also * GSoC page * GEGL-repository branch * GIMP-repository branch (1) * GIMP-repository branch (2) * A Youtube demo video

Barak Itkin recently posted an update in his blog to outline the changes to be made.

Replace GimpSizeEntry widget

Mentor : Martin Nordholts

Student : Enrico Schröder

Integration status : work in progress

The GimpSizeEntry widget in its current form, which is used across the user interface for entering values and their corresponding units (e.g. image dimensions, lengths, etc.), has a couple of issues both from a users and a developers standpoint. The project is to rewrite the widget being based on GtkEntry with the ability to directly enter and display the desired unit in the text field itself instead of in an external control. Simple mathematical terms for the input of values in different units will be possible using the existing parser (gimpeevl).

See also * GSoC page * Repository branch

Warp tool for GIMP

Mentor : Alexia Death

Student : Michael Muré

Integration status : finished (integrated in GIMP 2.10)

The goal is to implement a live on-canvas iWarp like tool. Behavior: The basic usecase of this tool would be:

  1. The user select the iwarp tool. Nothing is displayed on top of the image.
  2. If needed, the user select a particular behavior for the tool (drag,shrink, grow, whirl, pinch ..)
  3. The user do a stroke on the canvas. The image is updated accordingly.

See also