GNOME Bugzilla – Bug 609056
Exporting to Alias PIX format fails
Last modified: 2010-02-10 11:54:15 UTC
Created attachment 153067 [details] Fix for PIX file export plug-in Attempting to save an image to the Alias|Wavefront pix/matte file format always fails. This seems to be owing to a simple typographical error that occurred sometime between GIMP versions 2.2 and 2.4, and results in improper detection of when the 'file-pix.c' plug-in should be saving the file (i.e., the LOAD_PROC string constant is being used instead of SAVE_PROC). Patch attached.
Thanks, you patch is obviously correct.
Fixed in master and 2-6: commit 02c395597d6eaa696a17bfe5f3e9b2f7aa7b893d Author: Michael Natterer <mitch@gimp.org> Date: Wed Feb 10 12:51:46 2010 +0100 Bug 609056 - Exporting to Alias PIX format fails Apply patch from Saul Goode which fixes a typo that made exporting to PIX impossible. (cherry picked from commit 034bd0427f17a8a8f594f6901e837a13fc231331) plug-ins/common/file-pix.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)