User Tools

Site Tools


doc:appunti:linux:gimp_batch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
doc:appunti:linux:gimp_batch [2022/11/23 17:22] – [Creating a script to call plug-in-erode] niccolodoc:appunti:linux:gimp_batch [2022/11/23 17:29] – [Call the script from the command line] niccolo
Line 46: Line 46:
  
 ===== Call the script from the command line ===== ===== Call the script from the command line =====
 +
 +Now it is possibile to execute the GIMP in batch mode, using the **%%-b%%** option. Calling the custom function ''simple-myerode'' you can pass the paramteres:
 +
 +<code bash>
 +#!/bin/bash
 +gimp -i -b "(simple-myerode \"IMAGE.JPG\" 0 0 0 0 0 0)" -b '(gimp-quit 0)'
 +</code>
 +
  
doc/appunti/linux/gimp_batch.txt · Last modified: 2022/11/23 17:39 by niccolo