Skip to content

Projects in GSoC 2013

Implement GEGL ops that GIMP needs (OpenCL ports)

Mentor : Victor Oliviera (victorm)

Student : Carlos Zubieta (zurwolf)

Category : Plug-Ins/Scripts

Status : finished

Integration status : finished

The release of GIMP 2.10 is partially blocked by legacy plug-ins. Some of them have to be ported to GEGL operations, some can just work on GEGL buffers for now. Since 2011 with the participation of Victor Oliveira at the GSoC, the “new” GIMP core library, GEGL, has support for OpenCL. A lot of work has been done to give full OpenCL support to GEGL, but there still much more to do. Some of the lacking OpenCL support parts are the GEGL operations. I propose to port to OpenCL the existing GEGL operations list on the wiki at the processing, color grading and effects section of the Porting filters to OpenCL page.

Minimal Student Requirements: * Good C knowledge * basic GObject knowledge

See also

Implement the combined selection tool

Mentor : Michael Natterer (mitch)

Student : Ajay Ramanathan (Chinu)

Category : Tools, User Interface

Status : not finished

Integration status : not integrated

This projects aim is to implement a unified selection tool that combines the functionality of the rectangle/ellipse selection tool, fuzzy select, select by color, foreground selection tool, free selection tool and intelligent scissors into three new tools, and is easier and faster to use. The combined selection tool should be an all-in-one tool for selecting regions based on an interaction design research made by Voralberg students in 2010.

Minimal Student Requirements:

  • Good C knowledge
  • Basic Gtk+/GObject knowledge and/or at least some interest in User Interface programming

See also

Improve support for importing and exporting PSD files

Mentor : Michael Schumacher (schumaml)

Student : Simon Lui (Crystallis)

Status : finished

Integration status : finished

While existing PSD plug-in supports many essential features of the file format, fixing bugs and adding support for some missing features would make a rather useful GSoC project.

Note that until non-destructive editing is at least designed for GIMP, it isn't possible to implement support for layer styles or adjustment layers. The code, however, should be ready for that.

Additional work could involve (better) support for resources, such as:

Minimal Student Requirements:

  • Good C knowledge
  • Highly recommended — some knowledge of GIMP's internals (core)

See also:

n-Point Image Deformation Tool

Mentor : Alexia Death (Alexia_Death)

Student : Marek Dvorožňák (korek)

Category : Tools

Status : finished

Integration status : playground (stability and performance issues)

During image editing it's very useful to have a possibility to deform an image in a way so that it behaves like a real world object (or object made of a rubber). At present there are many image deformation methods allowing us to do that. Some of them are implemented as tools in various software - for example Puppet Warp in Photoshop. I propose to implement a method into GIMP which behaves similarly to these methods but is more intuitive (easier to use), more predictable and should be fast enough.

See also