70 Commits

Author SHA256 Message Date
59dae24965 Accepting request 1062026 from graphics
- Update to 1.18.1:
  * replace omp_get_max_threads() with omp_get_num_procs()
  * denoise: more aggressive caching of auto chroma coefficients
  * fixed corrupted thumbnails when using the libraw decoder with a custom raw crop
  * trying to speedup denoise with automatic chroma
  * denoise: try avoiding recomputation of automatic chrominance denoise when not necessary
  * saveasdlg: fixed bug in setting filename
  * try to recover if the exiftool process returns an error
  * better integration with exiftool (reuse the same process instead of spawning a new one every time)
  * added support for lcms2 fast float

OBS-URL: https://build.opensuse.org/request/show/1062026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ART?expand=0&rev=8
2023-01-30 16:11:27 +00:00
f610cbd043 - Update to 1.18.1:
* replace omp_get_max_threads() with omp_get_num_procs()
  * denoise: more aggressive caching of auto chroma coefficients
  * fixed corrupted thumbnails when using the libraw decoder with a custom raw crop
  * trying to speedup denoise with automatic chroma
  * denoise: try avoiding recomputation of automatic chrominance denoise when not necessary
  * saveasdlg: fixed bug in setting filename
  * try to recover if the exiftool process returns an error
  * better integration with exiftool (reuse the same process instead of spawning a new one every time)
  * added support for lcms2 fast float

OBS-URL: https://build.opensuse.org/package/show/graphics/ART?expand=0&rev=19
2023-01-30 10:10:53 +00:00
93416d294b Accepting request 1046545 from graphics
- Update to 1.18.0:
  * properly refresh the progress bar when loading thumbnails
  * fixed bugs with launching external editor on windows when filename is not ASCII or contains spaces
  * session save: ask before overwriting
  * imageio: further improvements to ease bundling of image load/save plugins on windows
  * file catalog: properly update the session when renaming/moving/deleting files
  * local editing: do not include the effects of "show mask" in output images
  * file rename: added %# pattern for numeric suffixes of filenames
  * automatically add ".ars" extension when saving sessions
  * improved support for sessions
  * always apply the tone curve when enabled (even if it is an identity)
  * filecatalog: try to avoid refreshing directories while files are still being modified
  * metadata: fixed uninitialized value in star rating
  * film negative: fix behaviour of "pick neutral spots"

OBS-URL: https://build.opensuse.org/request/show/1046545
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ART?expand=0&rev=7
2023-01-03 17:00:39 +00:00
7f99b67f8f add new dep
OBS-URL: https://build.opensuse.org/package/show/graphics/ART?expand=0&rev=17
2023-01-03 14:08:47 +00:00
66021d72f4 - Update to 1.18.0:
* properly refresh the progress bar when loading thumbnails
  * fixed bugs with launching external editor on windows when filename is not ASCII or contains spaces
  * session save: ask before overwriting
  * imageio: further improvements to ease bundling of image load/save plugins on windows
  * file catalog: properly update the session when renaming/moving/deleting files
  * local editing: do not include the effects of "show mask" in output images
  * file rename: added %# pattern for numeric suffixes of filenames
  * automatically add ".ars" extension when saving sessions
  * improved support for sessions
  * always apply the tone curve when enabled (even if it is an identity)
  * filecatalog: try to avoid refreshing directories while files are still being modified
  * metadata: fixed uninitialized value in star rating
  * film negative: fix behaviour of "pick neutral spots"

OBS-URL: https://build.opensuse.org/package/show/graphics/ART?expand=0&rev=16
2023-01-03 14:06:14 +00:00
b4c572ced2 Accepting request 1041164 from graphics
- Update to 1.17.2:
  * fixed bad interaction between film negative and dehaze or dynamic range compression
  * fixed regression in loading pixel-shift raw files
  * draw the crop guides in the batch queue thumbnails
  * spot removal: fixed history messages
  * PDAF lines filter: fixed oob accesses
  * added script to import wb presets from darktable
  * added DCP profiles from RT
  * film negative: show deprecation warning for "color space"
  * grain: removed redundant "scale" parameter
  * metadata: write star rating to the output image
  * highlight recovery: fixed crash due to typo
  * camconst: added raw_crop for Fuji X-H2
  * support camconst raw_crop when using the libraw decoder
  * dcraw: reject RGBA tiff files
  * replaced "balanced" highlight recovery with "inpaint opposed" from darktable

OBS-URL: https://build.opensuse.org/request/show/1041164
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ART?expand=0&rev=6
2022-12-08 15:50:41 +00:00
5ce3f64ae2 - Update to 1.17.2:
* fixed bad interaction between film negative and dehaze or dynamic range compression
  * fixed regression in loading pixel-shift raw files
  * draw the crop guides in the batch queue thumbnails
  * spot removal: fixed history messages
  * PDAF lines filter: fixed oob accesses
  * added script to import wb presets from darktable
  * added DCP profiles from RT
  * film negative: show deprecation warning for "color space"
  * grain: removed redundant "scale" parameter
  * metadata: write star rating to the output image
  * highlight recovery: fixed crash due to typo
  * camconst: added raw_crop for Fuji X-H2
  * support camconst raw_crop when using the libraw decoder
  * dcraw: reject RGBA tiff files
  * replaced "balanced" highlight recovery with "inpaint opposed" from darktable

OBS-URL: https://build.opensuse.org/package/show/graphics/ART?expand=0&rev=14
2022-12-07 16:02:25 +00:00
f7b5c25fed Accepting request 1032813 from graphics
- Update to 1.16.4:
 * crop window: reset the tool to "hand" after a "spot wb" action
 * allow to save pngs uncompressed
 * improved support for custom loaders and savers
 * metadata: trying to improve lens identification for canon cameras
 * reverted thumbnail.cc change due to glitch in the file browser (issue #267)
 * trying to improve the (perceived) responsiveness of the file browser

OBS-URL: https://build.opensuse.org/request/show/1032813
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ART?expand=0&rev=5
2022-11-02 13:19:40 +00:00
6b0e551472 - Update to 1.16.4:
* crop window: reset the tool to "hand" after a "spot wb" action
 * allow to save pngs uncompressed
 * improved support for custom loaders and savers
 * metadata: trying to improve lens identification for canon cameras
 * reverted thumbnail.cc change due to glitch in the file browser (issue #267)
 * trying to improve the (perceived) responsiveness of the file browser

OBS-URL: https://build.opensuse.org/package/show/graphics/ART?expand=0&rev=12
2022-11-02 09:38:46 +00:00
be80c85b47 Accepting request 1008717 from graphics
- Update to 1.16.3:
  * editorpanel: fixed refresh of image area when switching images
  * clutstore: do not search for working profile in the file name for CLF LUTs
  * pipeline: move film simulation earlier (right after tone curve)
  * tone equalizer: improved robustness of regularization with hdr images
  * avoid infinities when loading and manipulating hdr images
  * exposure: do not use a LUT, it's not needed
  * fixed bug in applying partial profiles in append mode from the combobox
  * filecatalog: let the user choose which sidecars to affect when deleting a file
  * colorcorrection: slightly extend the range of offset sliders
  * tonecurve: fixed glitch in expansion of curve according to the white point
  * denoise: testing new ways of adjusting parameters according to the scale factor

OBS-URL: https://build.opensuse.org/request/show/1008717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ART?expand=0&rev=4
2022-10-07 23:25:45 +00:00
351c138421 Update to 1.16.3
OBS-URL: https://build.opensuse.org/package/show/graphics/ART?expand=0&rev=10
2022-10-07 07:58:29 +00:00
0dde3737d0 Accepting request 1001335 from graphics
- Update to 1.16.2:
  * Fixed bug in fast-path for output profile application.
  * Fixed segfault when the thumb cache contains an invalid date.
  * Update camera matrices.
  * Update translations.
  * LUT: protect against NaN indices.
  * Img out: added custom ICC profile conversion to avoid clamping to [0,1].
  * Color correction: added LUT mode.
  * Handle linear DNG as other raw images.
  * Tonecurve: improved range for the saturation2 curve.
  * Denoise: some tweaks to the detail mask.
  * Filmsimulation: added support for ACES clf LMT LUTs using OpenColorIOv2.
  * Logenc: added highlight precompression.
  * Tonecurve: allow whitepoint to go up to 100 (~10000 nits).
- Drop fix-ppc-cflags.patch

OBS-URL: https://build.opensuse.org/request/show/1001335
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ART?expand=0&rev=3
2022-09-06 11:01:03 +00:00
080aab4cd8 - Drop fix-ppc-cflags.patch
OBS-URL: https://build.opensuse.org/package/show/graphics/ART?expand=0&rev=8
2022-09-06 05:46:39 +00:00
970ed149af - Update to 1.16.2:
* Fixed bug in fast-path for output profile application.
  * Fixed segfault when the thumb cache contains an invalid date.
  * Update camera matrices.
  * Update translations.
  * LUT: protect against NaN indices.
  * Img out: added custom ICC profile conversion to avoid clamping to [0,1].
  * Color correction: added LUT mode.
  * Handle linear DNG as other raw images.
  * Tonecurve: improved range for the saturation2 curve.
  * Denoise: some tweaks to the detail mask.
  * Filmsimulation: added support for ACES clf LMT LUTs using OpenColorIOv2.
  * Logenc: added highlight precompression.
  * Tonecurve: allow whitepoint to go up to 100 (~10000 nits).

OBS-URL: https://build.opensuse.org/package/show/graphics/ART?expand=0&rev=7
2022-09-06 05:43:35 +00:00
39be247f4c Accepting request 997981 from graphics
- Disable LTO, since it makes the program crashing.

OBS-URL: https://build.opensuse.org/request/show/997981
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ART?expand=0&rev=2
2022-08-19 15:56:05 +00:00
fbd16a348b - Disable LTO, since it makes the program crashing.
OBS-URL: https://build.opensuse.org/package/show/graphics/ART?expand=0&rev=5
2022-08-18 13:00:06 +00:00
a74c9d99fa Accepting request 997492 from graphics
Fork of RawTherapee with the following main differences:
* 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.

OBS-URL: https://build.opensuse.org/request/show/997492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ART?expand=0&rev=1
2022-08-17 16:17:01 +00:00
01c7c024cf update spec
OBS-URL: https://build.opensuse.org/package/show/graphics/ART?expand=0&rev=3
2022-08-17 07:58:51 +00:00
953be9fd0b - Add fix-ppc-cflags.patch: set mcpu=native instead of march=native
on ppc64, otherwise compilation will fail.

OBS-URL: https://build.opensuse.org/package/show/graphics/ART?expand=0&rev=2
2022-08-17 07:15:38 +00:00
3a7dc0c467 Accepting request 992136 from home:polslinux:graphics
Fork of RawTherapee with the following main differences:
* 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.
* 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.

OBS-URL: https://build.opensuse.org/request/show/992136
OBS-URL: https://build.opensuse.org/package/show/graphics/ART?expand=0&rev=1
2022-08-16 12:33:42 +00:00