Oct 5: Photo color boost using GIMP & LAB
Trackbacks
Trackback specific URI for this entry
No Trackbacks
Comments
Display comments as
(Linear | Threaded)
I have tried to install this several times but keep getting the same error messages. First it doesn't let me install it directly saying I don't have permission to save it to the scripts file.
Second it gives me this error message when I try to run it on an image LAB Colorboost Message Error while executing script-fu-lab-colorboost: Error: set!: unbound variable: labimage Can you help me get this working? Skip
Hi Skip. I need to update this script for the newer versions of Gimp. I think that Gimp 2.4 & beyond require that all of the variables be declared as opposed to just set on the fly as I've done in this script. This is what is causing the unbound variable error. I'll try to do that and update this entry soon.
I'm not sure about why it won't let you put it in your scripts directory. What OS are you running? What specific directory are you trying to put it in?
Hi Ben,
I downloaded batch-lab-colorboost.scm today and tried it with Gimp 2.6.7 on Ubuntu 9.10 Linux. Problems: Script file is named "batch-lab-colorboost.scm", but example gives: gimp -i -b '(batch-brp-process "*.ppm" 5.0 0.5 0 30)' '(gimp-quit 0)' so I changed this to gimp -i -b '(batch-lab-colorboost "*.JPG" 5.0 0.5 0 30)' '(gimp-quit 0)' and run it: me@ubuntu:~$ cd /home/me/Panorama/colorchange me@ubuntu:~/Panorama/colorchange$ gimp -i -b '(batch-lab-colorboost "*.JPG" 5.0 0.5 0 30)' '(gimp-quit 0)' but got this error: /usr/lib/gimp/2.0/python/gimpui.py:36: Warning: g_set_prgname() called multiple times from _gimpui import /usr/lib/gimp/2.0/plug-ins/layerfx.py:5304: Warning: g_set_prgname() called multiple times gimp.main(self.init, self.quit, self.query, self._run) /usr/lib/gimp/2.0/python/gimpui.py:36: Warning: g_set_prgname() called multiple times from _gimpui import /usr/lib/gimp/2.0/plug-ins/btn4ws.py:1109: Warning: g_set_prgname() called multiple times gimp.main(self.init, self.quit, self.query, self._run) GIMP-Error: Opening '/home/me/Panorama/colorchange/(gimp-quit 0)' failed: No such file or directory (ufraw-gimp:11839): GLib-WARNING **: g_set_prgname() called multiple times batch command experienced an execution error And that's it. How to fix? Thanks, Jan
Setting the variables seems to be the problem and I am trying to figure how to do that now. I have never done this so any help would be great.
I am using Windows 7. Skip
Hi Jan and Skip.
I actually haven't run this script in a long time. I've started doing most of my color enhancements in the raw conversion process. But, I'll try to take a look at this this weekend and see if I can get it working. I'll let you know the results. Ben Add Comment
|
What I'm Doing (twitter)CategoriesArchivesQuicksearch |