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

plug-in-metadata-decode-exif

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.

6 of 6 messages available
Toggle history

Please log in to manage your subscriptions.

plug-in-metadata-decode-exif Helmut Jarausch 30 Nov 16:23
  plug-in-metadata-decode-exif Patrick Shanahan 30 Nov 17:24
   plug-in-metadata-decode-exif Scott Jacobs via gimp-user-list 01 Dec 02:50
    plug-in-metadata-decode-exif Helmut Jarausch 01 Dec 14:27
  plug-in-metadata-decode-exif rich2005 30 Nov 19:24
  plug-in-metadata-decode-exif rich2005 01 Dec 09:59
Helmut Jarausch
2016-11-30 16:23:01 UTC (almost 8 years ago)

plug-in-metadata-decode-exif

Hi,

for loading a raw image into Gimp, I'd like to use the nufraw plugin which allows for 16 bit color depth import. When running this plugin I get an error message

Calling error for procedure 'plug-in-metadata-decode-exif': Procedure 'plug-in-metadata-decode-exif' not found.

Does anybody know what to do about this?

Many thanks for hint, Helmut

Patrick Shanahan
2016-11-30 17:24:24 UTC (almost 8 years ago)

plug-in-metadata-decode-exif

* Helmut Jarausch [11-30-16 11:24]:

Hi,

for loading a raw image into Gimp, I'd like to use the nufraw plugin which allows for 16 bit color depth import. When running this plugin I get an error message

Calling error for procedure 'plug-in-metadata-decode-exif': Procedure 'plug-in-metadata-decode-exif' not found.

Does anybody know what to do about this?

maybe, appears from what information you gave that the plug-in is not where gimp expects it to be. Move the plug-in or tell gimp where to find it.

(paka)Patrick Shanahan       Plainfield, Indiana, USA          @ptilopteri
http://en.opensuse.org    openSUSE Community Member    facebook/ptilopteri
Photos: http://wahoo.no-ip.org/gallery2      Registered Linux User #207535                    
Photos: http://wahoo.no-ip.org/piwigo		 @ http://linuxcounter.net
rich2005
2016-11-30 19:24:15 UTC (almost 8 years ago)

plug-in-metadata-decode-exif

Hi,

for loading a raw image into Gimp, I'd like to use the nufraw plugin which allows for 16 bit color depth import. When running this plugin I get an error message

Calling error for procedure 'plug-in-metadata-decode-exif': Procedure 'plug-in-metadata-decode-exif' not found.

Does anybody know what to do about this?

Many thanks for hint, Helmut

This in Kubuntu 16.04

Can not help with that message, maybe the way the gimp plugin is compiled.

I can get that error message using the nufraw-gimp plugin from the ubuntu ppa 'myway' Even with the error message, it works though but only 8 bit into Gimp 2.8.18 or Gimp 2.9.5.

For 16 bit straight into Gimp 2.9.5 then I had to compile the plugin (latest 0.38) with the Gimp 2.9 packages.

Works fine, a nice alternative to the other, IMHO over complicated options.

rich: www.gimp-forum.net

Scott Jacobs via gimp-user-list
2016-12-01 02:50:04 UTC (almost 8 years ago)

plug-in-metadata-decode-exif

First, check Edit-->Preferences-->Folders-->Plugins or -->Scripts, to see where GIMP is expecting to find the plugin.

Next, if it is where GIMP expects, then run GIMP from a terminal (just 'gimp' and return). and check whatever messages are printed before the GIMP windows come up. There may be a message related to your plugin - some problem could cause GIMP not to load the plugin; therefore, when something tries to call the plugin, it is naturally "not found".

-----Original Message----- From: Patrick Shanahan
To: gimp-user-list
Sent: Wed, Nov 30, 2016 12:24 pm
Subject: Re: [Gimp-user] plug-in-metadata-decode-exif

* Helmut Jarausch [11-30-16 11:24]:

Hi,

for loading a raw image into Gimp, I'd like to use the nufraw plugin which allows for 16 bit color depth import. When running this plugin I get an error message

Calling error for procedure 'plug-in-metadata-decode-exif': Procedure 'plug-in-metadata-decode-exif' not found.

Does anybody know what to do about this?

maybe, appears from what information you gave that the plug-in is not where gimp expects it to be. Move the plug-in or tell gimp where to find it.

(paka)Patrick Shanahan       Plainfield, Indiana, USA @ptilopteri
http://en.opensuse.org    openSUSE Community Member    facebook/ptilopteri
Photos: http://wahoo.no-ip.org/gallery2      Registered Linux User #207535                    
Photos: http://wahoo.no-ip.org/piwigo		 @ http://linuxcounter.net
rich2005
2016-12-01 09:59:10 UTC (almost 8 years ago)

plug-in-metadata-decode-exif

Hi,

for loading a raw image into Gimp, I'd like to use the nufraw plugin which allows for 16 bit color depth import. When running this plugin I get an error message

Calling error for procedure 'plug-in-metadata-decode-exif': Procedure 'plug-in-metadata-decode-exif' not found.

Does anybody know what to do about this?

Many thanks for hint, Helmut

A little digging around and the problem goes back to ufraw days.

https://sourceforge.net/p/ufraw/bugs/401/

I recompiled nufraw with Gimp 2.9.5, had a good look at the configure output, added anything that was not found.

Ended up with a monster plugin 5MB. Still no good, the image opened in Gimp 2.9.5 has no metadata.

The same applies to the stand-alone nufraw, if sending directly to GIMP. In this case exporting to a new file keeps metadata.

Where is "plug-in-metadata-decode-exif", not in any version of Gimp I use. I did find one reference to it, an empty entry in Saule Goodes pdb database.

There is another error message, try and change the icc to something other than sRGB

Helmut Jarausch
2016-12-01 14:27:11 UTC (almost 8 years ago)

plug-in-metadata-decode-exif

On 12/01/2016 03:50:04 AM, Scott Jacobs via gimp-user-list wrote:

First, check Edit-->Preferences-->Folders-->Plugins or -->Scripts, to see where GIMP is expecting to find the plugin.

Next, if it is where GIMP expects, then run GIMP from a terminal (just 'gimp' and return).
and check whatever messages are printed before the GIMP windows come up.
There may be a message related to your plugin - some problem could cause GIMP not to load the plugin;
therefore, when something tries to call the plugin, it is naturally "not found".

Thanks, but there is no thing any more (in Gimp >= 2.9). So, I'm looking for a replacement.

Helmut