Re: [Gimp-user] Gimp 2.10 raw import ?



On Sat, May 05, 2018 at 09:13:14PM +0100, Ken Moffat via gimp-user-list wrote:
On Sat, May 05, 2018 at 11:48:03AM +0200, Helmut Jarausch wrote:
Hi,

with current Gimp (GIT from today) I see only a single raw importer :

Preferences -> Image Import & Export

Under  Raw Image Importer  I only see

${gimp_plug_in_dir}/plug-ins/file-raw-placeholder


On the other hand, there are

nufraw-gimp
file-raw-data
file-raw-placeholder
file-rawtherapee
rawphoto


in /usr/lib64/gimp/2.0/plug-ins

Haven't these been loaded or are they just invisible under Raw Image
Importer?

What am I missing.

( I could use nufraw in the last (GIT) versions of Gimp-2.9)

Many thanks for a hint,
Helmut

Related problem here with 2.10.0 - nufraw was working in -rc2, but
with 2.10.0 it has built nufraw and nufraw-batch, but it declined to
build the plugin.  This is with a patched version of nufraw to add

 gimp_register_file_handler_raw ("file_nufraw_load");


Seems my problem was different from yours: I _thought_ I had fixed
the gimp-2.0.pc pkgconfig file to not depend on gegl-0.3 >= 0.4.0
but my first attempt was defective and I only discovered that much
later when I tried to build g'mic-qt (2.2.3pre) with gmic-qt-v.2.2.2.

Turns out that nufraw was similarly affected, after a recompile
things are working fine.

Sorry for the noise, and that I can't help, but one further
suggestion - if none of the three plugins show up, try recompiling
one of them and restarting gimp.

For nufraw, you will need to fix it for changes in late 2.9 - maybe
you have already done that, if not the following works for me:
(inline because attachments get stripped)

--- nufraw-0.41/nufraw_main-gimp.c.orig 2017-05-26 14:50:40.000000000 +0100
+++ nufraw-0.41/nufraw_main-gimp.c      2017-11-27 17:16:42.536009262 +0000
@@ -86,6 +86,7 @@
                                      "0,string,II*\\0,"
                                      "0,string,MM\\0*,"
                                      "0,string,<?xml");
+    gimp_register_file_handler_raw ("file_nufraw_load");
 #else
     gimp_register_load_handler("file_nufraw_load", (char *)raw_ext, "");
 #endif


ĸen
-- 
This email was written using 100% recycled letters.


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