RSS/Atom feed Twitter
Site is read-only, email is disabled

OpenEXR Plug-in

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

OpenEXR Plug-in Sashi Kumar 11 Apr 12:51
Sashi Kumar
2013-04-11 12:51:27 UTC (over 11 years ago)

OpenEXR Plug-in

Hey guys,
I am K Sashi Kumar, doing 2nd year Undergraduate at College of Engineering, Guindy (CEG) Anna University, Chennai. I have been trying to contribute to GIMP for some months. I am a beginner in Open Source environment - https://github.com/ksashikumar

I worked on the bug - https://bugzilla.gnome.org/show_bug.cgi?id=649172 and trying to fix the UTF-8 un-escaping. I also did a simple plug-in for exporting layers to file (http://registry.gimp.org/node/28015)

I am willing to do a plug-in for GIMP that would import/export the OpenEXR files with settings since GIMP can now work on 32-bit pixel data. It would be a great plug-in for VFX designers. GEGL already has operation for loading and saving EXR files. But I think loading multiple layers is not possible through GEGL right now. So I would write code for:

* Importing EXR files with settings, * Exporting EXR files with settings, * Loading multiple layered EXR files

The plug-in would be similar to ProEXR - http://www.fnordware.com/ProEXR/ which is for photoshop.

I discussed this with the OpenEXR developers and I will also get help from them. Also I would like to extend this for GSoC. Can somebody help me?