{"id":15038750,"url":"https://github.com/pintaproject/pinta","last_synced_at":"2026-01-12T13:23:04.769Z","repository":{"id":1634517,"uuid":"2358713","full_name":"PintaProject/Pinta","owner":"PintaProject","description":"Simple GTK# Paint Program","archived":false,"fork":false,"pushed_at":"2025-05-12T03:28:55.000Z","size":46487,"stargazers_count":2467,"open_issues_count":102,"forks_count":296,"subscribers_count":69,"default_branch":"master","last_synced_at":"2025-05-12T04:20:34.074Z","etag":null,"topics":["csharp","drawing","gtk-sharp","image-editor","painting","pinta"],"latest_commit_sha":null,"homepage":"http://www.pinta-project.com/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PintaProject.png","metadata":{"files":{"readme":"readme.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"license-mit.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2011-09-09T23:24:17.000Z","updated_at":"2025-05-12T03:28:58.000Z","dependencies_parsed_at":"2024-01-04T05:28:16.910Z","dependency_job_id":"ae22f565-76b0-4398-9e6e-482283789888","html_url":"https://github.com/PintaProject/Pinta","commit_stats":{"total_commits":3497,"total_committers":121,"mean_commits":28.90082644628099,"dds":0.5999428081212468,"last_synced_commit":"c739b238c05416dbbcf071d1a755aafec0c3591f"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PintaProject%2FPinta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PintaProject%2FPinta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PintaProject%2FPinta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PintaProject%2FPinta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PintaProject","download_url":"https://codeload.github.com/PintaProject/Pinta/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254052854,"owners_count":22006717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","drawing","gtk-sharp","image-editor","painting","pinta"],"created_at":"2024-09-24T20:40:01.709Z","updated_at":"2025-12-24T07:28:44.221Z","avatar_url":"https://github.com/PintaProject.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Pinta - [Simple Gtk# Paint Program](http://pinta-project.com/)\n\n\u003ca href='https://flathub.org/apps/com.github.PintaProject.Pinta'\u003e\u003cimg width='200' alt='Get it on Flathub' src='https://flathub.org/api/badge?locale=en'/\u003e\u003c/a\u003e\n[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/pinta)\n\n[![Translation status](https://hosted.weblate.org/widget/pinta/pinta/287x66-grey.png)](https://hosted.weblate.org/engage/pinta/)\n[![Build Status](https://github.com/PintaProject/Pinta/workflows/Build/badge.svg)](https://github.com/PintaProject/Pinta/actions)\n\nCopyright (C) 2010 Jonathan Pobst \u003cmonkey AT jpobst DOT com\u003e\n\nPinta is a GTK clone of [Paint.Net 3.0](http://www.getpaint.net/), with support for Linux, Windows, and macOS.\n\nOriginal Pinta code is licensed under the MIT License:\nSee `license-mit.txt` for the MIT License\n\nCode from Paint.Net 3.36 is used under the MIT License and retains the\noriginal headers on source files.\n\nSee `license-pdn.txt` for Paint.Net's original license.\n\n\n## Icons are from:\n\n- [Paint.Net 3.0](http://www.getpaint.net/)\nUsed under [MIT License](http://www.opensource.org/licenses/mit-license.php)\n\n- [Silk icon set](https://github.com/markjames/famfamfam-silk-icons)\nUsed under [Creative Commons Attribution 3.0 License](http://creativecommons.org/licenses/by/3.0/)\n\n- [Fugue icon set](https://p.yusukekamiyamane.com)\nUsed under [Creative Commons Attribution 3.0 License](http://creativecommons.org/licenses/by/3.0/)\n\n- Pinta contributors, under the same license as the project itself\n(see `Pinta.Resources/icons/pinta-icons.md` for the list of such icons)\n\n## Building on Windows\n\nFirst, install the required GTK-related dependencies:\n- Install [MSYS2](https://www.msys2.org)\n- From the CLANG64 terminal, run `pacman -S mingw-w64-clang-x86_64-libadwaita mingw-w64-clang-x86_64-webp-pixbuf-loader`.\n  - For ARM64 Windows, use the `CLANGARM64` terminal and replace `clang-x86_64` with `clang-aarch64`.\n\nPinta can then be built by opening `Pinta.sln` in [Visual Studio](https://visualstudio.microsoft.com/).\nEnsure that .NET 8 is installed via the Visual Studio installer.\n\nFor building on the command line:\n- [Install the .NET 8 SDK](https://dotnet.microsoft.com/).\n- Build:\n  - `dotnet build`\n- Run:\n  - `dotnet run --project Pinta`\n\n## Building on macOS\n\n- Install .NET 8 and GTK4\n  - `brew install dotnet-sdk libadwaita adwaita-icon-theme gettext webp-pixbuf-loader`\n  - For Apple Silicon, set `DYLD_LIBRARY_PATH=/opt/homebrew/lib` in the environment so that Pinta can load the GTK libraries\n  - For Intel, you may need to set `DYLD_LIBRARY_PATH=/usr/local/lib` when using .NET 9 or higher\n- Build:\n  - `dotnet build`\n- Run:\n  - `dotnet run --project Pinta`\n\n## Building on Linux\n\n- Install [.NET 8](https://dotnet.microsoft.com/) following the instructions for your Linux distribution.\n- Install other dependencies (instructions are for Ubuntu 22.10, but should be similar for other distros):\n  - `sudo apt install autotools-dev autoconf-archive gettext intltool libadwaita-1-dev`\n  - Minimum library versions: `gtk` \u003e= 4.18 and `libadwaita` \u003e= 1.7\n  - Optional dependencies: `webp-pixbuf-loader`\n- Build (option 1, for development and testing):\n  - `dotnet build`\n  - `dotnet run --project Pinta`\n- Build (option 2, for installation):\n  - `./autogen.sh`\n    - If building from a tarball, run `./configure` instead.\n    - Add the `--prefix=\u003cinstall directory\u003e` argument to install to a directory other than `/usr/local`.\n  - `make install`\n\n## Building and Debugging in Docker\n\nFollow the instructions of the corresponding [pinta-virtual-dev-environment](https://github.com/janrothkegel/pinta-virtual-dev-environment) project\n\n## Getting help / contributing:\n\n- You can get [technical help](https://github.com/PintaProject/Pinta/discussions).\n- You can report [bugs/issues](https://github.com/PintaProject/Pinta/issues).\n- You can make [suggestions](https://github.com/PintaProject/Pinta/discussions/categories/ideas).\n- You can help [translate Pinta to your native language](https://hosted.weblate.org/engage/pinta/).\n- You can fork the project on [Github](https://github.com/PintaProject/Pinta).\n- You can get help in #pinta on irc.gnome.org.\n- For details on notable changes of each release, take a look at the [CHANGELOG](https://github.com/PintaProject/Pinta/blob/master/CHANGELOG.md).\n- For details on patching, take a look at `patch-guidelines.md` in the repo.\n\n## Code signing policy\n- Free code signing on Windows provided by [SignPath.io](https://about.signpath.io/), certificate by [SignPath Foundation](https://signpath.org/).\n- Committers and approvers: [Pinta Maintainers](https://github.com/orgs/PintaProject/people)\n- Privacy policy: this program will not transfer any information to other networked systems unless specifically requested by the user or the person installing or operating it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpintaproject%2Fpinta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpintaproject%2Fpinta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpintaproject%2Fpinta/lists"}