GNOME Bugzilla – Bug 378003
Loading XCF inverts channel order
Last modified: 2008-01-15 13:15:46 UTC
Please describe the problem: Saving a .XCF in 2.3.12 (with channels) reorders the channels from start to finish(top to bottom?). Steps to reproduce: 1. new file 2. add two channels 3. save as .XCF 4. close 5. reopen Actual results: The channel order is inverted. Expected results: Open with the channels in the order corresponding to the saved file. Does this happen every time? Yes Other information:
I meant to add that this behavior is reproducible in GIMP 2.2 also.
Fixed in HEAD: 2006-11-22 Simon Budig <simon@gimp.org> * app/xcf/xcf-load.c: load the channels in the proper order. fixes bug #378003. Thanks to Chris Mohler for spotting this.
Chris, does your second comment indicate that this or a similar bug is in 2.2 as well? If so, please reopen this bug report.
I see the same bug in 2.2.10. I'm re-opening per Sven's request.
2006-11-23 Sven Neumann <sven@gimp.org> Merged from HEAD branch (fix by Simon Budig): * app/xcf/xcf-load.c: load the channels in the proper order; fixes bug #378003.