Posts: 2
Threads: 0
Joined: Sep 2025
(06.10.2025, 13:37)Selur Wrote: about Retinex: try installing Microsoft Visual C++ Redistributable 2013 Package
about using HAVC with Retinex like Dan64 showcased: that would require the non-public test version, only Dan64 has access to, and an updated torch environment. (the public releases of HAVC do not support this atm.)
Cu Selur
Thank you, Selur and Dan64
this works,
I'll wait for the stable version with patience
Posts: 961
Threads: 78
Joined: Feb 2020
(05.10.2025, 10:36)Selur Wrote: Uploaded a new test version.
Cu Selur
Thanks for the update.
I hope that you can add a change in
ColorFix parameter list, as described below:
:param ColorFix: This parameter allows to reduce color noise on specific chroma ranges.
Allowed values are:
'None',
'Retinex/Red' <-- NEW ITEM
'Magenta',
'Magenta/Violet', (default)
'Violet',
'Violet/Red',
'Blue/Magenta',
'Yellow',
'Yellow/Orange',
'Yellow/Green'
I added the new item '
Retinex/Red' with this setting, Retinex will be applied only to DDColor and its family and then will be applied a filter on "red" range of colors (similar to 'Violet/Red').
In my opinion this is the safest way to add Retinex in the coloring pipeline and it represent the 3rd way to add Retinex in HAVC.
Thanks,
Dan