topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 18, 2024, 10:57 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Pinta: Painting Made Simple for coders  (Read 3617 times)

Curt

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 7,566
    • View Profile
    • Donate to Member
Pinta: Painting Made Simple for coders
« on: April 11, 2012, 01:10 PM »
Pinta is a free, open source drawing/editing program modeled after Paint.NET. Its goal is to provide users with a simple yet powerful way to draw and manipulate images on Linux, Mac, and Windows.
-Pinta

Pinta requires both .NET 4 and Gtk# installed (on Windows), or Mono (for Mac), which is why I not am going to test it. NET, yes, Gtk, no! But that is just my opinion about Gtk.

The reason I am telling about Pinta is the extensions. Pinta is really made with one special feature in mind: it must be as easy as possible for coders to write extensions for Pinta. But Visual Studio (or MonoDevelop) is necessary. The page >Getting Started Writing an Extension - Pinta< tells step by step how to do.

2012-04-11_200305.jpg


http://pinta-project.com/ Freeware.


2012-04-11_200920.gif

Deozaan

  • Charter Member
  • Joined in 2006
  • ***
  • Points: 1
  • Posts: 9,749
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: Pinta: Painting Made Simple for coders
« Reply #1 on: April 11, 2012, 05:19 PM »
Thanks. This looks really interesting.

sword

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 200
    • View Profile
    • Donate to Member
Re: Pinta: Painting Made Simple for coders
« Reply #2 on: April 11, 2012, 05:45 PM »
Thanks very much.

fenixproductions

  • Honorary Member
  • Joined in 2006
  • **
  • Posts: 1,186
    • View Profile
    • Donate to Member
Re: Pinta: Painting Made Simple for coders
« Reply #3 on: April 11, 2012, 07:26 PM »
The reason I am telling about Pinta is the extensions. Pinta is really made with one special feature in mind: it must be as easy as possible for coders to write extensions for Pinta.
I wonder how does it compare with Paint.NET since the latest is not as hard as may it seem (i.e. FileType example code has only 56 lines).