01maciel Posted September 28, 2020 Share #1 Posted September 28, 2020 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 More sharing options...
Advertisement Posted September 28, 2020 Posted September 28, 2020 Hi 01maciel, Take a look here Another raw image processing program. I'm sure you'll find what you were looking for!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now