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

3D MPO 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.

3D MPO Plug-in Sashi Kumar 27 Apr 15:05
Sashi Kumar
2013-04-27 15:05:18 UTC (almost 12 years ago)

3D MPO Plug-in

Hey guys,

I have started doing a plug-in based on the enhancement request - https://bugzilla.gnome.org/show_bug.cgi?id=675262

The goal is to split the individual JPEG images in the MPO file and make them as layers in GIMP. There is already a small tool to split the MPO file - http://cstein.kings.cam.ac.uk/~chris/mposplit/mposplit.c

I have implemented the load part of the plug-in http://pastebin.com/kHsEMZbM using the mposplit.c

But the plug-in is slow while loading the image. Is there a way to speed up the process? The corresponding JPEG images gets imported by gdk-pixbuf.

Thanks in advance. Sashi.