batch command experienced an execution error - 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 command experienced an execution error (/Thread-batch-command-experienced-an-execution-error) |
batch command experienced an execution error - tristan - 07-17-2023 This script - full disclosure, I made it with the help of AI as I'm not much of a coder - is getting the following error: batch command experienced an execution error: Error: /: argument 1 must be: number gimp: GEGL-WARNING: (../gegl/buffer/gegl-tile-handler-cache.c:1076):gegl_tile_cache_destroy: runtime check failed: (g_queue_is_empty (&cache_queue)) EEEEeEeek! 2 GeglBuffers leaked I haven't been able to figure out how to fix it. I've tried the usual things--making sure GIMP is up to date, etc. Thanks for any help offered. Code: #!/bin/bash RE: batch command experienced an execution error - Ofnuts - 07-17-2023 Plenty of wrong things:
Now, why would you use Gimp just to resize images. This is my personal script to create low-res copies of existing images (also gives a subtle contrast boost and some sharpening to compensate the blur from the rescale operation) Code: #! /bin/bash |