Downloads:
10,687
Downloads of v 2.1.2:
1,905
Last Update:
23 Apr 2024
Package Maintainer(s):
Software Author(s):
- Andrew Davis
- Cameron White
- Don McComb
- Jonathan Bergknoff
- Jonathan Pobst
- Marius Ungureanu
- and Robert Nordan
Tags:
pinta paint.net paint image editor drawing foss embeddedPinta
- 1
- 2
- 3
2.1.2 | Updated: 23 Apr 2024
Downloads:
10,687
Downloads of v 2.1.2:
1,905
Maintainer(s):
Software Author(s):
- Andrew Davis
- Cameron White
- Don McComb
- Jonathan Bergknoff
- Jonathan Pobst
- Marius Ungureanu
- and Robert Nordan
Pinta 2.1.2
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Andrew Davis, Cameron White, Don McComb, Jonathan Bergknoff, Jonathan Pobst, Marius Ungureanu, and Robert Nordan. The inclusion of Andrew Davis, Cameron White, Don McComb, Jonathan Bergknoff, Jonathan Pobst, Marius Ungureanu, and Robert Nordan trademark(s), if any, upon this webpage is solely to identify Andrew Davis, Cameron White, Don McComb, Jonathan Bergknoff, Jonathan Pobst, Marius Ungureanu, and Robert Nordan goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Pinta, run the following command from the command line or from PowerShell:
To upgrade Pinta, run the following command from the command line or from PowerShell:
To uninstall Pinta, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download pinta --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade pinta -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade pinta -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install pinta
win_chocolatey:
name: pinta
version: '2.1.2'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'pinta' do
action :install
source 'INTERNAL REPO URL'
version '2.1.2'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller pinta
{
Name = "pinta"
Version = "2.1.2"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'pinta':
ensure => '2.1.2',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 04 Dec 2024.
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.
Basics
- Drawing Tools Use easy drawing tools to draw freehand, lines, rectangles, ellipses, and more.
- Adjustments and Effects Pinta includes over 35 adjustments and effects for tweaking your images.
- Multilingual Use Pinta in your language. Pinta is at least partially translated into over 55 languages.
- Full History Don't be afraid to experiment, Pinta tracks your full history so you can always undo.
- Multiple Layers Use layers to help separate and group elements of your image for easy editing.
- Your Workspace Like docked windows? No problem. Floating windows? No problem. You can even mix and match.
From: https://raw.githubusercontent.com/PintaProject/Pinta/master/license-mit.txt
LICENSE
The MIT License
Copyright (c) 2010 Jonathan Pobst <[email protected]>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
md5: 01234AF506F8DC4A882FFBEECD2D1C8A | sha1: 688E4D04D02F371715652424957B9FD4DB308BE7 | sha256: 5E0A8D5AF1A1807AE6D5C57ED2C1969B5B1AC0A110B2C015C0C8C09DE1F06465 | sha512: 1EF2C47EDB8244831A9B12945DBBD1CF9FA7177FBC3E02CAA3B6BD0C05669EB6350EE29C19D3CE41E67EC45F1F6F9C18ED264CEA435F11068B480B5AAD0B5494
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The Pinta installer executable can be downloaded by clicking on the
"Download" link under the Windows symbol from the project site
download page here:
https://pinta-project.com/pintaproject/pinta/releases
Direct download:
Version : 2.1.2
URL : https://github.com/PintaProject/Pinta/releases/download/2.1.2/Pinta.exe
Checksum : 5E0A8D5AF1A1807AE6D5C57ED2C1969B5B1AC0A110B2C015C0C8C09DE1F06465
Log in or click on link to see number of positives.
- Pinta.2.1.2.nupkg (58d226c6c62a) - ## / 57
- Pinta.exe (5e0a8d5af1a1) - ## / 66
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Pinta 2.1.2 | 1905 | Tuesday, April 23, 2024 | Approved | |
Pinta 2.1.1 | 1826 | Sunday, March 5, 2023 | Approved | |
Pinta 2.1 | 529 | Sunday, January 8, 2023 | Approved | |
Pinta 2.0.2 | 1821 | Friday, January 14, 2022 | Approved | |
Pinta 2.0.1 | 104 | Tuesday, January 11, 2022 | Approved | |
Pinta 1.7.1 | 704 | Saturday, November 27, 2021 | Approved | |
Pinta 1.7 | 1240 | Tuesday, September 8, 2020 | Approved | |
Pinta 1.6 | 684 | Wednesday, December 4, 2019 | Approved | |
Pinta 1.5.0.20130501 | 1736 | Monday, July 15, 2013 | Approved |
Copyright (C) 2010 Jonathan Pobst
This package has no dependencies.
Ground Rules:
- This discussion is only about Pinta and the Pinta package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Pinta, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.