Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Simple GTK# Paint Program

License

MIT, Unknown licenses found

Licenses found

MIT
license-mit.txt
Unknown
license-pdn.txt
NotificationsYou must be signed in to change notification settings

PintaProject/Pinta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get it on FlathubGet it from the Snap Store

Translation statusBuild Status

Copyright (C) 2010 Jonathan Pobst

Pinta is a GTK clone ofPaint.Net 3.0, with support for Linux, Windows, and macOS.

Original Pinta code is licensed under the MIT License:Seelicense-mit.txt for the MIT License

Code from Paint.Net 3.36 is used under the MIT License and retains theoriginal headers on source files.

Seelicense-pdn.txt for Paint.Net's original license.

Icons are from:

Building on Windows

First, install the required GTK-related dependencies:

  • Install MinGW64 viaMSYS2
  • From the MinGW64 terminal, runpacman -S mingw-w64-x86_64-libadwaita mingw-w64-x86_64-webp-pixbuf-loader.

Pinta can then be built by openingPinta.sln inVisual Studio.Ensure that .NET 8 is installed via the Visual Studio installer.

For building on the command line:

Building on macOS

  • Install .NET 8 and GTK4
    • brew install dotnet-sdk libadwaita adwaita-icon-theme gettext webp-pixbuf-loader
    • For Apple Silicon, setDYLD_LIBRARY_PATH=/opt/homebrew/lib in the environment so that Pinta can load the GTK libraries
    • For Intel, you may need to setDYLD_LIBRARY_PATH=/usr/local/lib when using .NET 9 or higher
  • Build:
    • dotnet build
  • Run:
    • dotnet run --project Pinta

Building on Linux

  • Install.NET 8 following the instructions for your Linux distribution.
  • Install other dependencies (instructions are for Ubuntu 22.10, but should be similar for other distros):
    • sudo apt install autotools-dev autoconf-archive gettext intltool libadwaita-1-dev
    • Minimum library versions:gtk >= 4.12 andlibadwaita >= 1.4
    • Optional dependencies:webp-pixbuf-loader
  • Build (option 1, for development and testing):
    • dotnet build
    • dotnet run --project Pinta
  • Build (option 2, for installation):
    • ./autogen.sh
      • If building from a tarball, run./configure instead.
      • Add the--prefix=<install directory> argument to install to a directory other than/usr/local.
    • make install

Getting help / contributing:

Code signing policy

  • Free code signing on Windows provided bySignPath.io, certificate bySignPath Foundation.
  • Committers and approvers:Pinta Maintainers
  • 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.

[8]ページ先頭

©2009-2025 Movatter.jp