Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error in running a simple unsharp mask batch processing script
#2
Pretty old tutorial that mentions Gimp 2.4. I don't see anything wrong with your code (but Scheme isn't my cup of tea). However it seems that the command line in the tutorial is Linux-ish and you are using Windows which has pretty much the opposite conventions when it comes to quoting, so try to use outer double quotes and escape the quotes around the pattern:

Code:
gimp -b "(batch-unsharp-mask \"*.tif\" 5.0 0.5 0)" -b "(gimp-quit 0)"
Reply


Messages In This Thread
RE: Error in running a simple unsharp mask batch processing script - by Ofnuts - 02-28-2020, 10:40 PM

Forum Jump: