An add-in for Pinta to allow easily writing scripts that can be applied as effects.
NOTE: This addin is only compatible with Pinta 3.1 and above.
- Download the latest release from the releases page, or from an automated build.
- Open Pinta and go to
Add-ins > Add-in Manager. - Click "Install from file..." (the button in the top left) and select the downloaded .mpack file.
- Make sure you have
justinstalled, as well as the .NET SDK version 8.0, andmautil(dotnet tool install --global Mono.Addins.UtilTool). - Clone the repository.
- Run
just pack, which will build the project and bundle it into a .mpack file (an addin installation package). - Follow the "From Github releases or automated builds" instructions, but using the .mpack file generated in the previous step.