[gimp] plug-ins: pass "RAW" to gimp_export_image() in file-raw-data.c



commit b883aec224fa80dfa6f7a502c0c2733af9457d18
Author: Michael Natterer <mitch gimp org>
Date:   Sun Apr 27 19:15:17 2014 +0200

    plug-ins: pass "RAW" to gimp_export_image() in file-raw-data.c
    
    So the export logic GUI becomes debuggable.

 plug-ins/common/file-raw-data.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/file-raw-data.c b/plug-ins/common/file-raw-data.c
index e58591a..448218e 100644
--- a/plug-ins/common/file-raw-data.c
+++ b/plug-ins/common/file-raw-data.c
@@ -316,7 +316,7 @@ run (const gchar      *name,
       drawable_id = param[2].data.d_int32;
 
       /* export the image */
-      export = gimp_export_image (&image_id, &drawable_id, NULL,
+      export = gimp_export_image (&image_id, &drawable_id, "RAW",
                                   GIMP_EXPORT_CAN_HANDLE_RGB     |
                                   GIMP_EXPORT_CAN_HANDLE_GRAY    |
                                   GIMP_EXPORT_CAN_HANDLE_INDEXED |


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]