Batch Processing from saved Curve - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: Extending the GIMP (https://www.gimp-forum.net/Forum-Extending-the-GIMP) +--- Thread: Batch Processing from saved Curve (/Thread-Batch-Processing-from-saved-Curve) |
Batch Processing from saved Curve - aKAndrew1234 - 06-26-2019 I am trying to batch process some files, using the Python console PHP Code: GIMP 2.10.2 Python Console PHP Code: Curve Warning RE: Batch Processing from saved Curve - Kevin - 06-26-2019 A hint when asking questions about script/plugins, supply the source of the script/plugin as otherwise you make us search the internet for random information that might apply. With that said, the following is based on the assumption that the "CurveBatch" you're talking about is from here: http://gimpfr.org/contrib_photolabo.php#CurveBatch You need to specify the file extension as JPG not .JPG RE: Batch Processing from saved Curve - aKAndrew1234 - 06-28-2019 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 As the new GIMP Curve export file has changed the title of the file within the curve file. |