File: qtcrop.xml

package info (click to toggle)
kdenlive 25.12.2-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 126,184 kB
  • sloc: cpp: 206,938; xml: 11,894; python: 1,139; ansic: 1,054; javascript: 578; sh: 389; makefile: 15
file content (19 lines) | stat: -rw-r--r-- 815 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect xmlns="https://www.kdenlive.org" tag="qtcrop" id="qtcrop" type="video">
    <name>Crop by Padding</name>
    <description>This filter crops the image to a rounded rectangle or circle by padding it with a color.</description>
    <author>Dan Dennedy</author>
    <parameter type="animatedrect" name="rect" default="0 0 %width %height" opacity="false">
        <name>Rectangle</name>
    </parameter>
    <parameter type="animated" name="radius" default="0" min="0" max="1" decimals="2">
        <name>Radius</name>
    </parameter>
    <parameter type="bool" name="circle" default="0">
        <name>Circle</name>
    </parameter>
    <parameter type="color" name="color" default="0x00000000" alpha="1">
        <name>Padding Color</name>
    </parameter>
</effect>