
A free, open-source program for drawing and image editing modeled after Paint.NET.
Copyright (C) 2010 Jonathan Pobst
Pinta is a GTK clone of Paint.Net 3.0, with support for Linux, Windows, and macOS.
Original Pinta code is licensed under the MIT License:
See license-mit.txt for the MIT License
Code from Paint.Net 3.36 is used under the MIT License and retains the original headers on source files.
See license-pdn.txt for Paint.Net's original license.
Paint.Net 3.0 Used under MIT License
Silk icon set Used under Creative Commons Attribution 3.0 License
Fugue icon set Used under Creative Commons Attribution 3.0 License
Pinta contributors, under the same license as the project itself
(see Pinta.Resources/icons/pinta-icons.md for the list of such icons)
First, install the required GTK-related dependencies:
pacman -S mingw-w64-clang-x86_64-libadwaita mingw-w64-clang-x86_64-webp-pixbuf-loader.
CLANGARM64 terminal and replace clang-x86_64 with clang-aarch64.Pinta can then be built by opening Pinta.sln in Visual Studio.
Ensure that .NET 10 is installed via the Visual Studio installer.
For building on the command line:
dotnet builddotnet run --project Pintabrew install dotnet-sdk libadwaita adwaita-icon-theme gettext webp-pixbuf-loaderDYLD_LIBRARY_PATH=/opt/homebrew/lib in the environment so that Pinta can load the GTK librariesDYLD_LIBRARY_PATH=/usr/local/lib in the environment so that Pinta can load the GTK librariesdotnet builddotnet run --project Pintasudo apt install autotools-dev autoconf-archive gettext intltool libadwaita-1-devgtk >= 4.18 and libadwaita >= 1.8webp-pixbuf-loaderdotnet builddotnet run --project Pinta./autogen.sh
./configure instead.--prefix=<install directory> argument to install to a directory other than /usr/local.make installFollow the instructions of the corresponding pinta-virtual-dev-environment project
patch-guidelines.md in the repo.