Add euclid_eraser xml fixing transition without string changes

Related to #2054
This commit is contained in:
Jean-Baptiste Mardelle
2025-11-27 09:17:11 +01:00
parent ce922c1a1d
commit dfa1bb3a90
2 changed files with 11 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ frei0r_darken.xml
frei0r_difference.xml
frei0r_divide.xml
frei0r_dodge.xml
frei0r_euclid_eraser.xml
frei0r_grain_extract.xml
frei0r_grain_merge.xml
frei0r_hardlight.xml

View File

@@ -0,0 +1,10 @@
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<transition tag="frei0r.euclid_eraser" id="frei0r.euclid_eraser">
<name>Euclid Eraser</name>
<description>Erasing backgrounds with euclidean distance.</description>
<author>Erik Beck</author>
<parameter type="double" name="0" max="100" min="0" default="6">
<name>Threshold</name>
</parameter>
</transition>