Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lbalazscs/Pixelitor
A desktop image editor
https://github.com/lbalazscs/Pixelitor
cross-platform desktop-app image image-editor image-manipulation image-processing java-21 linux macos photo photo-editing photography pixel-editor windows
Last synced: about 1 month ago
JSON representation
A desktop image editor
- Host: GitHub
- URL: https://github.com/lbalazscs/Pixelitor
- Owner: lbalazscs
- License: gpl-3.0
- Created: 2014-11-26T22:48:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T15:10:43.000Z (8 months ago)
- Last Synced: 2024-04-16T10:36:28.806Z (8 months ago)
- Topics: cross-platform, desktop-app, image, image-editor, image-manipulation, image-processing, java-21, linux, macos, photo, photo-editing, photography, pixel-editor, windows
- Language: Java
- Homepage: https://pixelitor.sourceforge.io/
- Size: 17.6 MB
- Stars: 168
- Watchers: 16
- Forks: 67
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - ![Open-Source Software - Pixelitor is a free and open source image editing software that supports layers, layer masks, text layers, filters, multiple undo etc. (Applications / Graphics)
- Awesome-Linux-Software - ![Open-Source Software - Pixelitor is a free and open source image editing software that supports layers, layer masks, text layers, filters, multiple undo etc. (Applications / Graphics)
README
[![Latest Release](https://img.shields.io/github/v/release/lbalazscs/pixelitor?include_prereleases)](https://github.com/lbalazscs/Pixelitor/releases)
[![Build Status](https://github.com/lbalazscs/Pixelitor/actions/workflows/build.yml/badge.svg)](https://github.com/lbalazscs/Pixelitor/actions/workflows/build.yml)This is the source code of [Pixelitor](https://pixelitor.sourceforge.io/) - an advanced Java image editor with layers, layer masks, text layers, 110+ image filters and color adjustments, multiple undo etc.
Contributions are welcome! See [Contributing](CONTRIBUTING.md).
## Starting Pixelitor in an IDE
Pixelitor requires Java 21+ to compile. When you start the program from an IDE, use **pixelitor.Pixelitor** as the main
class.## Building the Pixelitor jar file from the command line
1. OpenJDK 21+ has to be installed, and the environment variable JAVA_HOME must point to the OpenJDK installation
directory.
2. Install [Maven](https://maven.apache.org/install.html)
3. Check the Maven installation with `mvn --version`
4. Execute `mvn clean package` in the main directory (where the pom.xml file is), this will create an executable jar in the `target` subdirectory. If you didn't change anything, or if you only changed translations/icons, then you can skip the tests by running `mvn clean package -Dmaven.test.skip=true` instead.## Translating the Pixelitor user interface
See [Translating](Translating.md).