← Back to team overview

openshot.code team mailing list archive

[Branch ~openshot.code/openshot/main] Rev 667: Added Lens Correction & Three layer threshold effects.

 

------------------------------------------------------------
revno: 667
committer: Andy Finch <we.rocked.in79@xxxxxxxxx>
branch nick: openshot
timestamp: Thu 2012-05-10 22:38:01 +0100
message:
  Added Lens Correction & Three layer threshold effects.
added:
  openshot/effects/icons/medium/lenscorrection.png
  openshot/effects/icons/medium/threelay0r.png
  openshot/effects/icons/small/lenscorrection.png
  openshot/effects/icons/small/threelay0r.png
  openshot/effects/lenscorrection.xml
  openshot/effects/threelay0r.xml


--
lp:openshot
https://code.launchpad.net/~openshot.code/openshot/main

Your team OpenShot Code is subscribed to branch lp:openshot.
To unsubscribe from this branch go to https://code.launchpad.net/~openshot.code/openshot/main/+edit-subscription
=== added file 'openshot/effects/icons/medium/lenscorrection.png'
Binary files openshot/effects/icons/medium/lenscorrection.png	1970-01-01 00:00:00 +0000 and openshot/effects/icons/medium/lenscorrection.png	2012-05-10 21:38:01 +0000 differ
=== added file 'openshot/effects/icons/medium/threelay0r.png'
Binary files openshot/effects/icons/medium/threelay0r.png	1970-01-01 00:00:00 +0000 and openshot/effects/icons/medium/threelay0r.png	2012-05-10 21:38:01 +0000 differ
=== added file 'openshot/effects/icons/small/lenscorrection.png'
Binary files openshot/effects/icons/small/lenscorrection.png	1970-01-01 00:00:00 +0000 and openshot/effects/icons/small/lenscorrection.png	2012-05-10 21:38:01 +0000 differ
=== added file 'openshot/effects/icons/small/threelay0r.png'
Binary files openshot/effects/icons/small/threelay0r.png	1970-01-01 00:00:00 +0000 and openshot/effects/icons/small/threelay0r.png	2012-05-10 21:38:01 +0000 differ
=== added file 'openshot/effects/lenscorrection.xml'
--- openshot/effects/lenscorrection.xml	1970-01-01 00:00:00 +0000
+++ openshot/effects/lenscorrection.xml	2012-05-10 21:38:01 +0000
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE openshot-effect>
+<effect>
+	<title translatable="True">Lens Correction</title>
+	<description translatable="True">Allows compensation of lens distortion</description>
+	<icon>lenscorrection.png</icon>
+	<category>Video</category>
+	<service>frei0r.lenscorrection</service>
+	
+	<param name="xcenter" type="spinner" title="X Center" description="">
+		<min>0.0</min>
+		<max>1.0</max>
+		<default>0.5</default>
+	</param>
+	
+	<param name="ycenter" type="spinner" title="Y Center" description="">
+		<min>0.0</min>
+		<max>1.0</max>
+		<default>0.5</default>
+	</param>
+	
+	<param name="correctionnearcenter" type="spinner" title="Correction near center" description="">
+		<min>0.0</min>
+		<max>1.0</max>
+		<default>0.5</default>
+	</param>
+	
+	<param name="correctionnearedges" type="spinner" title="Correction near edges" description="">
+		<min>0.0</min>
+		<max>1.0</max>
+		<default>1.0</default>
+	</param>
+	
+	<param name="brightness" type="spinner" title="Brightness" description="">
+		<min>0.0</min>
+		<max>1.0</max>
+		<default>1.0</default>
+	</param>
+		
+</effect>

=== added file 'openshot/effects/threelay0r.xml'
--- openshot/effects/threelay0r.xml	1970-01-01 00:00:00 +0000
+++ openshot/effects/threelay0r.xml	2012-05-10 21:38:01 +0000
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE openshot-effect>
+<effect>
+	<title translatable="True">Three Layer</title>
+	<description translatable="True">Dynamic 3 level thresholding</description>
+	<icon>threelay0r.png</icon>
+	<category>Video</category>
+	<service>frei0r.threelay0r</service>
+			
+</effect>