Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
40e3de12
Commit
40e3de12
authored
Feb 05, 2022
by
Julius Künzel
Browse files
[Spot Remover effect] Add xml ui to fix initalization (and other minor
issues) Fixes
#1212
parent
080da938
Changes
2
Hide whitespace changes
Inline
Side-by-side
data/effects/CMakeLists.txt
View file @
40e3de12
...
...
@@ -61,6 +61,7 @@ scratchlines.xml
sepia.xml
shape.xml
speed.xml
spot_remover.xml
swapchannels.xml
tcolor.xml
threshold.xml
...
...
data/effects/spot_remover.xml
0 → 100644
View file @
40e3de12
<!DOCTYPE kpartgui>
<effect
tag=
"spot_remover"
id=
"spot_remover"
>
<name>
Spot Remover
</name>
<description>
Replace an area with interpolated pixels. The new pixel values are interpolated from the nearest pixels immediately outside of the specified area.
</description>
<author>
Meltytech, LLC
</author>
<parameter
type=
"animatedrect"
name=
"rect"
default=
"0 0 100% 100%"
opacity=
"false"
>
<name>
Rectangle
</name>
<comment>
Defines the rectangle of the area that will be removed.
</comment>
</parameter>
</effect>
Davy Bartoloni
🍕
@bartoloni
·
Feb 05, 2022
can this fix also :
#1326
?
can this fix also : https://invent.kde.org/multimedia/kdenlive/-/issues/1326 ?
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment