After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 347307 - Support for .xcf images
Support for .xcf images
Status: RESOLVED WONTFIX
Product: gdk-pixbuf
Classification: Platform
Component: general
git master
Other All
: Normal enhancement
: ---
Assigned To: gdk-pixbuf-maint
gdk-pixbuf-maint
: 608155 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-07-12 13:45 UTC by onip
Modified: 2013-10-03 04:26 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Loader for Gimp XCF images (5.57 KB, text/plain)
2009-02-14 04:06 UTC, Magnus Bergman
Details

Description onip 2006-07-12 13:45:58 UTC
I'd like that EOG could visualize also .xcf files, the ones you can make with The Gimp. It is strange that Nautilus can preview xcf files while the default Image Viewer can't.

Thank You

p.s. Sorry my poor English
Comment 1 Lucas Rocha 2007-06-24 17:48:19 UTC
This should be added in gdk-pixbuf level in order to make EOG support it. Moving to GTK+ and rewriting the summary accordingly.
Comment 2 Matthias Clasen 2007-06-24 22:36:59 UTC
xcf is not an image format, but an implementation detail of the gimp. I'd rather not support it in gdk-pixbuf. That being said, gdk-pixbuf is extensible, so if 
you can convince the gimp people, they can just install a loader for the xcf
format.
Comment 3 Magnus Bergman 2009-02-14 04:06:29 UTC
Created attachment 128705 [details]
Loader for Gimp XCF images

Actually I agree with Matthias Clasen that this doesn't belong in GTK+. Extra image loaders can be added as plugins and including them with GTK+ is just bloat. But since I've written such a loader (which uses ImageMagic) I thought I could as well post it here.
Comment 4 Stephane Delcroix 2010-01-26 13:54:05 UTC
other loader for .xcf, not depending on imagemagick:

http://gitorious.org/xcf-pixbuf-loader

I can format it as a patch if you agree to include it.

See also: bug#608155
Comment 5 Michael Natterer 2010-01-26 14:11:01 UTC
It feels silly to load gimp images with ImageMagick instead of
with GIMP. What's basically required here from GIMP is:

1. take gimp-console (which is a second, gui-less binary)
2. hack up its linker flags so it can be also loaded as module
3. add a little glue code that initializes the gimp code stuff,
   loads the xcf and puts it into a pixbuf.
4. install a symlink into the pixbuf loader dir

done.
Comment 6 Matthias Clasen 2011-12-16 22:48:10 UTC
*** Bug 608155 has been marked as a duplicate of this bug. ***
Comment 7 Matthias Clasen 2011-12-16 23:29:07 UTC
Not going to accept new 'exotic' image formats here. Please solve this on the gimp side.
Comment 8 Ma Hsiao-chun 2013-10-03 04:26:57 UTC
Interesting to read some old mail at this time:
https://mail.gnome.org/archives/gnome-announce-list/2000-October/msg00021.html

"It is strange that Nautilus can preview xcf files while the default
Image Viewer can't." Can someone explain why it is the case? If xcf is so 'exotic', how Nautilus recognize it?