File: crop.xml

package info (click to toggle)
olive-editor 20181223-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,844 kB
  • sloc: cpp: 20,147; xml: 315; ansic: 16; makefile: 11
file content (19 lines) | stat: -rw-r--r-- 613 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" encoding="UTF-8"?>
<effect name="Crop" category="Distort">
	<row name="Left">
		<field type="double" min="0" default="0" max="100" id="left"/>
	</row>
	<row name="Top">
		<field type="double" min="0" default="0" max="100" id="top"/>
	</row>
	<row name="Right">
		<field type="double" min="0" default="0" max="100" id="right"/>
	</row>
	<row name="Bottom">
		<field type="double" min="0" default="0" max="100" id="bottom"/>
	</row>
	<row name="Feather">
		<field type="double" min="0" default="0" id="feather"/>
	</row>
	<shader vert="common.vert" frag="crop.frag"/>
</effect>