Bonjour,
Existe-t-il un tutoriel et des exemples permettant d’installer des commandes utilisateurs sous Windows afin d’appeler, par exemple, Silver Efex, Luminance HDR, Hugin… depuis ART ? D’avance, merci.
Piblo
Bonjour,
Existe-t-il un tutoriel et des exemples permettant d’installer des commandes utilisateurs sous Windows afin d’appeler, par exemple, Silver Efex, Luminance HDR, Hugin… depuis ART ? D’avance, merci.
Piblo
Tu peux regarder la documentation d’Alberto agriggio / ART / wiki / Usercommands — Bitbucket
Je n’ai jamais utilisé cette fonctionnalité
Son exemple utilise bash. Il faut donc l’avoir installé sur Windows. Le plus simple est d’utiliser MSYS2
# MSYS2 Installation
## Install MSYS2 base system
Install the build environment MSYS2 carefully by following the instructions from the [[https://www.msys2.org](https://www.msys2.org/) MSYS2 website]. Prefer c:\msys64 as installation directory.
MSYS2 provides a UCRT64 shell that can be launched through shortcut .linking to c:/msys64/ucrt64.exe
Make sure to update the system fully until no further updates are available, repeating the command: « $ pacman -Syu » in the UCRT64 shell
Note: in following text, `MSYS2` refers to the MSYS2 installation folder, typically `C:\msys64`
### Install tools and libraries
MSYS2 uses the package manager `pacman` to install software and components. Please refer to the [pacman manual](https://wiki.archlinux.org/index.php/pacman) for details.
install a few miscellaneous tools:
$ pacman -S tar gzip nano make diffutils intltool git
$pacman -S bash bash-completion bash-devel
Bonjour Edmond,
J’essaierai peut-être un jour. L’installation et l’utilisation de MSYS2 n’est pas triviale pour moi.
Pour le moment, je me contente d’appeler GIMP ou Silver Efex via l’appel à l’éditeur externe configurable dans les préférences. L’utilisation de commandes utilisateurs serait plus conviviale et permettrait d’accéder à de plus nombreux logiciels sans être obligé de donner leur chemin dans les préférences.