* First functions needs for ACES
* New file GUI compressgamut
* GUI first step
* GUI first step
* Gui step 2
* GUI procparams and paramsedit
* GUI read
* GUI step 4
* GUI step 5
* First tooltip
* Gamut compression tooltips
* Various GUI improvment
* History msg
* Comment code with Aces remarks
* First change improccoordinator and events
* Save work on matrix
* Compress gamut next work
* First try gamut compress
* Replace cout by printf in invertmatrix
* Change tooltips and events
* Added namespace std to iplab2rgb
* Comment code
* Active rtthumbnail
* Change tooltip
* Various improvment GUI and rolloff
* Added adobeRGB gamut
* Appimage windows yml
* Remove rttumbnail gamutcompr
* Change event to COMPR
* Change tooltip and verbose
* Restore raw de-haze history message
* Refactor ACES gamut compression functions
* Fix gamut compression color space history message
Correctly display the color space name.
* Add "unchanged" for gamut compression color space
Allow "unchanged" in batch mode.
* Fix gamut compression yellow distance for batch
* Update copyright for gamut compression GUI
* Fix gamut compression color space names
* Refactor gamut compression code
* Remove comment rtthumnail.cc - Acesp1 default
* Change matrix DCI-P3 - threshold maximum to 1 in GUI and in gamut compression - tooltips
* Change tooltip
* Clean code - change tooltips
* Remove appimage windows yml
---------
Co-authored-by: Lawrence Lee <45837045+Lawrence37@users.noreply.github.com>
Merge with local adjustments tone equalizer image processing function
for consistent results.
To-do: Enable for batch editing and add pivot/colormap to the local
adjustments version.
* [cmake] Switch to find_package for TIFF
- Included in cmake 3.5 and later
- Provides better configuration messages
* Add missing TIFF library to rtgui and rtexif
* Removed unnecessary quotes so that cmake sees the list as a list
* Add OpenMP to rtengine if OpenMP is enabled
* update macOS autobuild yaml
* updates */CMakeLists* for macOS autobuild compatibility
* "" a dir for cmake
* Un empty an empty EXTRA_INCDIR
* use a cmake operator
* Use the . dir to un-empty a string
* fix minutes timer in macos yaml
* test & skip instead of load & include
* disregard fractional part of minutes in mac yaml
* add another cmake test
* fix typo in mac yaml
* fix other part of same typo
* correct a filename in mac yaml
* test all include dirs
* fix of mac yaml
* mac:fix a path in yaml
* mac:and its antecedent
* options.h include a dir
* test __has_include (gcc 5.* & up & clang)
* remove a printf() in mac yaml
* mac:change a "" and an elseif() to else()
* fix a whitespace error
* fix 2 whitespace errors
* ZULU>UTC
* add a "UTC
* on the other side of the "
* mac:properly set default LOCAL_PREFIX in CACHE
* use of zsh subshells in macos yaml
* mac:remove some &&
* mac:remove some "
* mac:floating point divisors
* mac:use double paren (())
* mac:add a dir
* mac:floatize with decimal point
* mac:zsh -c certain lines
* remove a marker
Notes:
- All Locallab tools have been converted to this new design
- Locallab GUI hasn't been updated to this new design
Bugfix: Solve crash problem when using ctrl+copy/ctrl+paste
Added performance improvements suggested by heckflosse. Lowered median sampling step from 7 to 5 since calculation is now much faster.
Added support for Fuji X-Trans raw files.
Applied SSE2 patch provided by @heckflosse, improves performance in main processing loop.
Moved film negative processing stuff in its own compilation unit.
Code cleanup: removed redundant omp directives.
Added check for dead pixels, going above threshold after inversion. ST_BAYER only for now.
Reverted leftover hack in cropwindow.cc