Jump to content

Recommended Posts

Advertisement (gone after registration)

Here you go. If you are sick of all these Photoshops, CaptureOne you name it- have a look at ART. ART is a derivative of the cross-platform Rawtherapee. The UI has an easier to use interface and compared to RT it performs very well. It works for Windows and Linux. There are only experimental Mac OSX builds available.

You'll find a brief introduction here: https://bitbucket.org/agriggio/art/wiki/Home

Download the source code by using git: git clone https://bitbucket.org/agriggio/art.git

From time to time it can be updated with this script (Linux):

#!/bin/bash
cd "$HOME/Downloads/art/build"
make clean
git pull
cmake  -DCACHE_NAME_SUFFIX="ART"  -DCMAKE_BUILD_TYPE="release" -DPROC_TARGET_NUMBER="2" -DWITH_LTO="OFF" -DWITH_PROF="OFF"
-DWITH_SAN="OFF" -DWITH_SYSTEM_KLT="OFF" -DBUNDLE_BASE_INSTALL_DIR="$HOME/Downloads/art/programs"  -DOPTION_OMP="ON" ..
make --jobs=16
cd "$HOME/Downloads/art/build"
sudo make install

#END

 

- Have fun.

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...