Wiki
Clone wikiART / Home
About
Welcome to the home page of ART, a free, open-source, cross-platform raw image processing program. ART is a derivative of the popular RawTherapee, trading a bit of customization and control over various processing parameters for a simpler and (hopefully) easier to use interface, while still maintaining the power and quality of RawTherapee.
Downloads
Source code and binaries of the latest stable version are available at: https://bitbucket.org/agriggio/art/downloads/
- Starting from version 1.8.2, the release files are digitally signed with PGP. The signatures can be verified with following key stored in the OpenPGP keyserver: https://keys.openpgp.org/vks/v1/by-fingerprint/942FCFB1CBE1E38928A1A6BEA94D951156835A5D
Other binaries (nightly builds and/or optimized builds for specific architectures):
- Optimized Windows binaries: https://drive.google.com/drive/folders/1PiiTzfY1uSD8nV3bzgKDAR4o2aVZUJMS
- Linux AppImages: https://apprepo.de/appimage/art
- Packages for openSUSE:
- Tumbleweed: the package is part of the main repo-oss repository, so it can be easily installed with
sudo zypper in ART
- Leap 15.x: the package resides in the
graphics
OBS repository, so to install it a few extra steps are needed. First you need to install opi, the OBS package manager, withsudo zypper in opi
, and then you can install ARTsudo opi ART
. Please report any installation/runtime bug here.
- Tumbleweed: the package is part of the main repo-oss repository, so it can be easily installed with
- Packages for ArchLinux and derivates (via AUR): https://clttr.info/art-aur
- Experimental Mac OSX builds (please test!): https://keybase.pub/kd6kxr/
Source code of the current development version is available at: https://bitbucket.org/agriggio/art/src
Features
At a first glance, ART appears very similar to RawTherapee. Compared to the latter, ART differs in the following main aspects:
-
The user interface and the underlying processing pipeline have been significantly restructured, with many tools removed, some new tools added, and several tools rewritten and/or refactored.
-
Various new tools for performing local edits have been added, with support for various masking modes (both drawn and parametric).
-
A new automatic perspective correction tool (taken from darktable) has been added.
-
Better metadata handling (thanks to the exiv2 and exiftool libraries), with (optional) support for reading and writing XMP sidecar files.
-
Support for using LibRaw for decoding raw files.
-
Support for ACES CLF LUTs using OpenColorIO.
-
Star ratings and colour labels can be loaded and stored from/to XMP sidecar files.
-
Snapshots are now permanent, saved in the processing profiles.
-
Processing profiles have
.arp
extension instead of.pp3
, to avoid conflicts with RawTherapee. -
The "inspector mode" tool of the file browser has been significantly enhanced.
Status
The current version is 1.20.2. It was released on September 12th 2023. Change log.
Contact
Documentation
"Official" documentation:
Other documentation sources ("unofficial", not maintained by the project):
-
Troubleshooting lens corrections support: Windows, Linux AppImage
-
ART French community website, with links, tutorials, and forum for French-speaking users.
Video demos
Compilation instructions
-
For other systems, see RawPedia. The only difference between compiling RawTherapee and ART is that ART depends also on exiv2 and (optionally, but highly recommended) LibRaw and OpenColorIO.
License
ART is released under the GNU General Public License version 3.
Updated