Skip to content

Releases: EmilDohne/RawTherapee_BatchGUI

v0.1.1

19 Mar 13:18
Compare
Choose a tag to compare

Bugfixes

  • If In- and Output folders are not specified the code will not execute
  • If the given processing profile is not a valid .pp3 file a warning will be thrown and code wont be executed

v0.1.0

19 Mar 12:19
1531a0f
Compare
Choose a tag to compare

This is the initial release of RawTherapee Batch! Please read over the features and limitations, and follow the install instructions, if there are any bugs please open an issue

Installation

The Installation of RawTherapee Batch is quite straightforward and only requires the latest executable found in the Releases section to be stored somewhere locally and executed.

Features

  • Batch Processing of raw image data using RawTherapee
  • Ability to specify a Processing profile (*.pp3)
  • Interactive preview of the processing steps
  • Ability to filter folders based on whether or not they contain raw data

Limitations

  • The Raw File Format Combobox currently only determines what folders get processed by RawTherapee, if there is multiple raw file formats or jpgs they will also get converted. As such please make sure there are no duplicate files in the source directory as this would cause the alphabetically last extension to be used for conversion, e.g. if you have IMG_0001.CR2 and IMG_0001.jpg in the same directory it will convert IMG_0001.jpg last and overwriting the previous conversion.For more information please visit the RawTherapee Documentation
  • Currently only supports 16bit uncompressed TIFF export, although adding more options would be rather trivial
  • Currently only supports Windows systems