Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Batch Processing from saved Curve
#3
Thank you for your response, I thought this was part of core GIMP batch mode, not a plugin. I couldn't get the plugin to work with 2.10, so looked into command line batch mode. I have been able to edit the code in the plugin to work with 2.10.

In the script file http://gimpfr.org/contrib_photolabo.php#CurveBatch on line 54 it needed to be changed to :

PHP Code:
Line 54 

if lines[0] == "# GIMP curves tool settings\n":

change to

if 
lines[0] == "# GIMP 'Curves' settings\n"

As the new GIMP Curve export file has changed the title of the file within the curve file.
Reply


Messages In This Thread
RE: Batch Processing from saved Curve - by Kevin - 06-26-2019, 01:07 PM
RE: Batch Processing from saved Curve - by aKAndrew1234 - 06-28-2019, 09:55 AM

Forum Jump: