File vapoursynth-plugin-Retinex.spec of Package vapoursynth-plugin-Retinex
#
# spec file for package vapoursynth-plugin-Retinex
#
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: vapoursynth-plugin-Retinex
Version: 4+1.g6bfbdd4
Release: 0
Summary: Retinex filter for VapourSynth
License: GPL-3.0-or-later
URL: https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Retinex
Source0: vapoursynth-Retinex-%{version}.tar.zst
BuildRequires: c++_compiler
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(vapoursynth)
BuildSystem: meson
%description
The Retinex theory and algorithm mainly aims at simulating the color
constancy feature of HVS(Human Visual System).
The light perceived by visual receptors can be separated into
illuminance and reflectance. Retinex estimates the illuminance and
derive the reflectance from the light, the filtered result of which
is an image represents the reflectance characteristics of the scene,
regardless of the illuminance.
Retinex is useful in dynamic range compression, local contrast
enhancement, color constancy, de-fog, etc.
%files
%doc README.md
%license LICENSE
%{_libdir}/vapoursynth
%changelog