homogenize filters and fading across files

This commit is contained in:
MaZderMind 2016-06-20 16:47:58 +02:00
parent d4aa5b6a79
commit 3464166b84
4 changed files with 59 additions and 155 deletions

View file

@ -47,9 +47,9 @@ def introFrames(params):
frames = 2*fps frames = 2*fps
for i in range(0, frames): for i in range(0, frames):
yield ( yield (
('box', 'style', 'opacity', "%.4f" % easeOutCubic(i, 0, 1, frames)), ('box-und-text1', 'style', 'opacity', "%.4f" % easeOutCubic(i, 0, 1, frames)),
('url', 'style', 'opacity', "%.4f" % easeOutCubic(i, 0, 1, frames)), ('url', 'style', 'opacity', "%.4f" % easeOutCubic(i, 0, 1, frames)),
('text1', 'style', 'opacity', "%.4f" % easeOutCubic(i, 0, 1, frames)), ('text1', 'style', 'opacity', "%.4f" % 1),
('text2', 'style', 'opacity', 0) ('text2', 'style', 'opacity', 0)
) )
@ -57,7 +57,7 @@ def introFrames(params):
frames = 1*fps frames = 1*fps
for i in range(0, frames): for i in range(0, frames):
yield ( yield (
('box', 'style', 'opacity', 1), ('box-und-text1', 'style', 'opacity', 1),
('url', 'style', 'opacity', 1), ('url', 'style', 'opacity', 1),
('text1', 'style', 'opacity', "%.4f" % (1-(float(i)/frames))), ('text1', 'style', 'opacity', "%.4f" % (1-(float(i)/frames))),
('text2', 'style', 'opacity', 0) ('text2', 'style', 'opacity', 0)
@ -67,7 +67,7 @@ def introFrames(params):
frames = 2*fps frames = 2*fps
for i in range(0, frames): for i in range(0, frames):
yield ( yield (
('box', 'style', 'opacity', 1), ('box-und-text1', 'style', 'opacity', 1),
('url', 'style', 'opacity', 1), ('url', 'style', 'opacity', 1),
('text1', 'style', 'opacity', 0), ('text1', 'style', 'opacity', 0),
('text2', 'style', 'opacity', "%.4f" % easeOutCubic(i, 0, 1, frames)) ('text2', 'style', 'opacity', "%.4f" % easeOutCubic(i, 0, 1, frames))
@ -77,7 +77,7 @@ def introFrames(params):
frames = 2*fps frames = 2*fps
for i in range(0, frames): for i in range(0, frames):
yield ( yield (
('box', 'style', 'opacity', 1), ('box-und-text1', 'style', 'opacity', 1),
('url', 'style', 'opacity', 1), ('url', 'style', 'opacity', 1),
('text1', 'style', 'opacity', 0), ('text1', 'style', 'opacity', 0),
('text2', 'style', 'opacity', 1) ('text2', 'style', 'opacity', 1)

View file

@ -20,7 +20,7 @@
id="defs20"> id="defs20">
<filter <filter
id="filter3772" id="filter3772"
style="color-interpolation-filters:sRGB" style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow"> inkscape:label="Drop Shadow">
<feFlood <feFlood
id="feFlood3774" id="feFlood3774"
@ -35,6 +35,7 @@
result="composite1" /> result="composite1" />
<feGaussianBlur <feGaussianBlur
id="feGaussianBlur3778" id="feGaussianBlur3778"
in="composite"
stdDeviation="3" stdDeviation="3"
result="blur" /> result="blur" />
<feOffset <feOffset
@ -49,68 +50,6 @@
operator="over" operator="over"
result="composite2" /> result="composite2" />
</filter> </filter>
<filter
id="filter3772-5"
inkscape:label="Drop Shadow"
style="color-interpolation-filters:sRGB">
<feFlood
id="feFlood3774-9"
flood-opacity="0.5"
flood-color="rgb(255,255,255)"
result="flood" />
<feComposite
id="feComposite3776-9"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur3778-3"
stdDeviation="3"
result="blur" />
<feOffset
id="feOffset3780-4"
dx="1"
dy="1"
result="offset" />
<feComposite
id="feComposite3782-9"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
<filter
id="filter3772-3"
inkscape:label="Drop Shadow"
style="color-interpolation-filters:sRGB">
<feFlood
id="feFlood3774-94"
flood-opacity="0.5"
flood-color="rgb(255,255,255)"
result="flood" />
<feComposite
id="feComposite3776-2"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur3778-5"
stdDeviation="3"
result="blur" />
<feOffset
id="feOffset3780-9"
dx="1"
dy="1"
result="offset" />
<feComposite
id="feComposite3782-4"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
</defs> </defs>
<sodipodi:namedview <sodipodi:namedview
id="base" id="base"
@ -119,9 +58,9 @@
borderopacity="1.0" borderopacity="1.0"
inkscape:pageopacity="0.0" inkscape:pageopacity="0.0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:zoom="1.979899" inkscape:zoom="0.70000001"
inkscape:cx="1824.4707" inkscape:cx="908.42612"
inkscape:cy="-45.447147" inkscape:cy="173.47986"
inkscape:document-units="px" inkscape:document-units="px"
inkscape:current-layer="layer_background" inkscape:current-layer="layer_background"
showgrid="false" showgrid="false"
@ -188,19 +127,19 @@
<image <image
sodipodi:absref="/home/peter/VOC/intro-outro-generator/fossgis16/artwork/P1000778-gaussblur-75.JPG" sodipodi:absref="/home/peter/VOC/intro-outro-generator/fossgis16/artwork/P1000778-gaussblur-75.JPG"
xlink:href="P1000778-gaussblur-75.JPG" xlink:href="P1000778-gaussblur-75.JPG"
width="1920" y="-1135.3215"
height="1440"
id="image_background"
x="162.78572" x="162.78572"
y="-1135.3215" /> id="image_background"
height="1440"
width="1920" />
<image <image
sodipodi:absref="/home/peter/VOC/intro-outro-generator/fossgis16/artwork/logo_ohne_rand.png" sodipodi:absref="/home/peter/VOC/intro-outro-generator/fossgis16/artwork/logo_ohne_rand.png"
xlink:href="logo_ohne_rand.png" xlink:href="logo_ohne_rand.png"
width="249" y="-743.32147"
height="249"
id="image_logo"
x="1801.7858" x="1801.7858"
y="-743.32147" /> id="image_logo"
height="249"
width="249" />
</g> </g>
<text <text
xml:space="preserve" xml:space="preserve"
@ -215,22 +154,18 @@
id="url" id="url"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:16px;line-height:80.00000119%;font-family:'Droid Sans';-inkscape-font-specification:'Droid Sans Bold';text-align:end;text-anchor:end;fill:#f2f4f5;fill-opacity:1;stroke:none">frab.fossgis-konferenz.de/de/2016/public/events/$id</tspan></text> style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:16px;line-height:80.00000119%;font-family:'Droid Sans';-inkscape-font-specification:'Droid Sans Bold';text-align:end;text-anchor:end;fill:#f2f4f5;fill-opacity:1;stroke:none">frab.fossgis-konferenz.de/de/2016/public/events/$id</tspan></text>
<g <g
id="g4177" id="box-und-text1"
transform="matrix(1.3478261,0,0,1.3478261,0,-350.26087)"> inkscape:label="#g4270">
<g <rect
transform="scale(1.875,1)" style="fill:#ffffff;fill-opacity:0.50196078"
id="box" ry="0.0084510781"
style="opacity:1"> y="697"
<rect x="0"
id="rect_banderole_1" height="310"
width="759.74194" width="1920"
height="230" id="rect_banderole_1" />
x="0"
y="777"
ry="0.0062701544"
style="fill:#ffffff;fill-opacity:0.50196078" />
</g>
<g <g
transform="matrix(1.3478261,0,0,1.3478261,0,-350.26087)"
style="opacity:0.25" style="opacity:0.25"
id="text1"> id="text1">
<text <text
@ -268,21 +203,20 @@
id="tspan2998-1" id="tspan2998-1"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:48px;line-height:80.00000119%;font-family:'Droid Sans';-inkscape-font-specification:'Droid Sans Bold';fill:#f2f4f5;fill-opacity:1;stroke:none">2016</tspan></text> style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:48px;line-height:80.00000119%;font-family:'Droid Sans';-inkscape-font-specification:'Droid Sans Bold';fill:#f2f4f5;fill-opacity:1;stroke:none">2016</tspan></text>
</g> </g>
<flowRoot </g>
inkscape:label="#text2" <flowRoot
transform="translate(31.857143,489.71429)" xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none" id="text2"
id="text2" style="font-style:normal;font-weight:normal;font-size:53.91304398px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
xml:space="preserve"><flowRegion inkscape:label="#text2"><flowRegion
id="flowRegion3041"><rect id="flowRegion3041"><rect
y="318.14285" id="rect3043"
x="46.42857" width="1782.4845"
height="184.0062" height="248.00835"
width="1322.4885" x="105.51553"
id="rect3043" /></flowRegion><flowPara y="738.59009" /></flowRegion><flowPara
id="flowPara3025" style="font-weight:bold;font-size:64.69565582px;line-height:89.99999762%;font-family:'Droid Sans';-inkscape-font-specification:'Droid Sans Bold';fill:#7b9199;fill-opacity:1;filter:url(#filter3772)"
style="font-weight:bold;font-size:48px;line-height:89.99999762%;font-family:'Droid Sans';-inkscape-font-specification:'Droid Sans Bold';fill:#7b9199;fill-opacity:1">$personnames</flowPara><flowPara id="flowPara3025">$personnames</flowPara><flowPara
style="font-weight:bold;font-size:48px;line-height:89.99999762%;font-family:'Droid Sans';-inkscape-font-specification:'Droid Sans Bold';fill:#f2f4f5;fill-opacity:1" id="flowPara3048"
id="flowPara3048">$title</flowPara></flowRoot> </g> style="font-weight:bold;font-size:64.69565582px;line-height:89.99999762%;font-family:'Droid Sans';-inkscape-font-specification:'Droid Sans Bold';fill:#f2f4f5;fill-opacity:1">$title</flowPara></flowRoot> </g>
</g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

View file

@ -89,9 +89,9 @@
borderopacity="1.0" borderopacity="1.0"
inkscape:pageopacity="0.0" inkscape:pageopacity="0.0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:zoom="2.8" inkscape:zoom="0.35"
inkscape:cx="1807.7317" inkscape:cx="180.46983"
inkscape:cy="178.89877" inkscape:cy="-63.258514"
inkscape:document-units="px" inkscape:document-units="px"
inkscape:current-layer="layer_background" inkscape:current-layer="layer_background"
showgrid="false" showgrid="false"
@ -162,19 +162,19 @@
<image <image
sodipodi:absref="/home/peter/VOC/intro-outro-generator/fossgis16/artwork/P1000778-gaussblur-75.JPG" sodipodi:absref="/home/peter/VOC/intro-outro-generator/fossgis16/artwork/P1000778-gaussblur-75.JPG"
xlink:href="P1000778-gaussblur-75.JPG" xlink:href="P1000778-gaussblur-75.JPG"
y="-1135.3215" width="1920"
x="162.78572"
id="image_background"
height="1440" height="1440"
width="1920" /> id="image_background"
x="162.78572"
y="-1135.3215" />
<image <image
sodipodi:absref="/home/peter/VOC/intro-outro-generator/fossgis16/artwork/logo_ohne_rand.png" sodipodi:absref="/home/peter/VOC/intro-outro-generator/fossgis16/artwork/logo_ohne_rand.png"
xlink:href="logo_ohne_rand.png" xlink:href="logo_ohne_rand.png"
y="-743.32147" width="249"
x="1801.7858"
id="image_logo"
height="249" height="249"
width="249" /> id="image_logo"
x="1801.7858"
y="-743.32147" />
</g> </g>
<g <g
style="opacity:1" style="opacity:1"
@ -235,10 +235,11 @@
</g> </g>
<g <g
transform="matrix(1.9786883,0,0,1.9784667,1294.4604,1263.9383)" transform="matrix(1.9786883,0,0,1.9784667,1294.4604,1263.9383)"
id="g287" id="license"
inkscape:export-filename="/mnt/hgfs/Bov/Documents/Work/2007/cc/identity/srr buttons/big/by-sa.png" inkscape:export-filename="/mnt/hgfs/Bov/Documents/Work/2007/cc/identity/srr buttons/big/by-sa.png"
inkscape:export-xdpi="300.23013" inkscape:export-xdpi="300.23013"
inkscape:export-ydpi="300.23013"> inkscape:export-ydpi="300.23013"
inkscape:label="#g287">
<path <path
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
id="path3817_2_" id="path3817_2_"

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View file

@ -50,37 +50,6 @@
operator="over" operator="over"
result="composite2" /> result="composite2" />
</filter> </filter>
<filter
color-interpolation-filters="sRGB"
id="filter3772-5"
inkscape:label="Drop Shadow">
<feFlood
id="feFlood3774-9"
flood-opacity="0.5"
flood-color="rgb(255,255,255)"
result="flood" />
<feComposite
id="feComposite3776-9"
in2="SourceGraphic"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur3778-3"
stdDeviation="3"
result="blur" />
<feOffset
id="feOffset3780-4"
dx="1"
dy="1"
result="offset" />
<feComposite
id="feComposite3782-9"
in2="offset"
in="SourceGraphic"
operator="over"
result="composite2" />
</filter>
</defs> </defs>
<sodipodi:namedview <sodipodi:namedview
id="base" id="base"

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB