Revision as of 20:59, 16 December 2018 by Zonia3000 (talk | contribs) (Created page with "Ci sono due modi per avviare uno script manualmente: usando la keyword '''@''' nella linea di comando, seguita dal nome dello script, come spiegato Siril:Commands#Introducti...")
Other languages:

Siril scripts

Sin dai primi giorni, Siril accetta input dagli utenti come comandi testuali, da linea di comando. Recentemente, più comandi sono stati aggiunti, rendendo possibile un'elaborazione automatica di base delle immagini. I comandi possono essere memorizzati in un file che chiamiamo script, e vengono eseguiti uno dopo l'altro. Alcuni comandi possono essere utilizzati negli script, altri no, questo è indicato nell'help della linea di comando dall'interfaccia grafica di Siril.

A partire dalla release 0.9.9, Siril può eseguire script da un file. Dalla 0.9.10, i comandi possono essere presi anche da una named pipe.

Using scripts

Ci sono due modi per avviare uno script manualmente: usando la keyword @ nella linea di comando, seguita dal nome dello script, come spiegato qui, o usando il menu script.

The script menu only appears if some scripts have been found in the script search directories defined either by default or by the user in the program settings.

Getting scripts

In release 0.9.10, scripts will be provided with the installation. It was already the case only for the Windows installer for 0.9.9. Here are the scripts that are in the installers:

We encourage users creating their own scripts to publish them and make a link in this page with a basic description of what they do.