Pinta

Pinta是一个免费的开源程序,用于绘图和图像编辑。(Pinta is a free, open source program for drawing and image editing.)

Github星跟蹤圖

Pinta —— 简单的Gtk# 绘画程序

Pinta是 Paint.Net 3.0 的Gtk#克隆。Pinta是一个免费的开源程序,用于绘图和图像编辑。它的目标是为用户提供一种简单而强大的方法来在Linux、Mac、Windows和 *BSD上绘制和操作图像。

原始Pinta代码根据MIT许可证获得许可: 有关MIT许可证,请参阅 license-mit.txt。

Paint.Net 3.36的代码在MIT许可下使用并保留源文件上的原始标题。

有关Paint.Net的原始许可,请参阅 license-pdn.txt。

主要指標

概覽
名稱與所有者PintaProject/Pinta
主編程語言C#
編程語言C# (語言數: 8)
平台BSD, Linux, Mac, Windows
許可證MIT License
所有者活动
創建於2011-09-09 23:24:17
推送於2025-06-08 13:57:21
最后一次提交2025-06-08 00:47:49
發布數27
最新版本名稱3.0.1 (發布於 2025-06-07 23:50:55)
第一版名稱0.1 (發布於 2010-02-16 14:34:44)
用户参与
星數2.6k
關注者數68
派生數300
提交數4.4k
已啟用問題?
問題數240
打開的問題數108
拉請求數1066
打開的拉請求數4
關閉的拉請求數114
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

Pinta - Simple Gtk# Paint Program

Build Status

Copyright (C) 2010 Jonathan Pobst

Pinta is a Gtk# clone of Paint.Net 3.0

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.

Icons are from:

Getting help/contributing:

Windows Build and Installation Instructions:

Be sure to install Gtk# for Windows when building in Visual Studio.

Linux Build and Installation Instructions:

Building Pinta requires the following software:

mono mono-xbuild automake autoconf libmono-cairo2.0-cil gtk-sharp2 yelp-tools intltool

For Ubuntu 16.04 and above, install just mono-reference-assemblies-4.0:

sudo apt install mono-reference-assemblies-4.0 automake autoconf gtk-sharp2 yelp-tools intltool.

Pinta only supports version 2.8 or higher of Mono.

To build Pinta, run:

./autogen.sh

make

sudo make install

or if building from a tarball, run:

./configure

make

sudo make install

To use different installation directory than the default (/usr/local), run this instead:

./autogen.sh --prefix=<install directory>

To uninstall Pinta, run:

sudo make uninstall

To clean all files created during the build process, run:

make cleanall

Note This will require you to rerun autogen.sh in order to run more make commands.

For a list of more make commands, run:

make help