RSS/Atom feed Twitter
Site is read-only, email is disabled

Gimp 2.10 raw import ?

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

Gimp 2.10 raw import ? Helmut Jarausch 05 May 09:48
  Gimp 2.10 raw import ? Ken Moffat via gimp-user-list 05 May 20:13
   Gimp 2.10 raw import ? Ken Moffat via gimp-user-list 07 May 00:23
Helmut Jarausch
2018-05-05 09:48:03 UTC (almost 6 years ago)

Gimp 2.10 raw import ?

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

Ken Moffat via gimp-user-list
2018-05-05 20:13:14 UTC (almost 6 years ago)

Gimp 2.10 raw import ?

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");

ĸen

This email was written using 100% recycled letters.
Ken Moffat via gimp-user-list
2018-05-07 00:23:00 UTC (almost 6 years ago)

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,); #endif

ĸen

This email was written using 100% recycled letters.