-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gimp XCF file format #17
Comments
Requires writing an Xcf reader in openfx-io |
ImageMagick/GraphicsMagick is able read xcf, http://sourceforge.net/p/graphicsmagick/code/ci/default/tree/coders/xcf.c |
I guess making an image magic reader would be helpful then
|
It would be very helpful if you can read separate layer so that a XCF 2014-07-01 8:45 GMT+02:00 Alexandre Gauthier notifications@github.com:
Francesco Paglia mobile +39 347.82.12.473 |
The thing is the concept of layer doesn't translate automatically into Natron. The only thing we could do is add a choice box in the settings of the reader where you could choose the layer it reads |
I see. 2014-07-01 9:23 GMT+02:00 Alexandre Gauthier notifications@github.com:
Francesco Paglia mobile +39 347.82.12.473 |
That would be nice, but the graph layout in its current development would be overwhelming. We would need a group node like in nuke to house the multitude of layers. Also, the compositing modes will have to be coded into Natron as well. Natron doesn’t have some of the layer modes. On Jul 1, 2014, at 3:29 AM, Francesco notifications@github.com wrote:
|
You mean a group node with several outputs? that would be great |
I am talking about an other type category node like the Dropbox node but this node encloses or combine all the nodes into one node that shows up in the graph. When you double click the node it opens up a sub graph with the other layers files with the merge nodes. Please visit this link to see what I am talking about - http://youtu.be/19w3vkFp5X0. The group node with multiple outputs does sounds interesting. This is your season On Jul 1, 2014, at 4:09 PM, Frédéric Devernay notifications@github.com wrote: You mean a group node with several outputs? that would be great — |
I can tell you that with what we're developing for the Tracker interface, implementing group of nodes is a few lines of code away |
Getting old, will start to look into a XCF/PSD reader with layers. Can't give any time frame since I'm very busy this summer, but have usually weekends free. |
Great |
Sorry for the late reply, but got some time today to make a proper read node, stuff seems to work, and I can soon provide a ReadXCF and ReadPSD plugin. |
Thanks |
I did however notice that exporting to PSD from GIMP produces better image in Natron than loading the XCF... Could be some merge option used in the XCF or something. |
I'm closing this since it's taken care of in openfx-arena |
Still not complete, but soon. On 30 June 2015 23:01:50 CEST, Alexandre Gauthier notifications@github.com wrote:
|
Can Natron read Gimp's multi-layer image format. I use for all of my graphics and matte painting work on the Mac. It would save a lot of time to be able to have this feature.
The text was updated successfully, but these errors were encountered: