2014-05-24, 00:44
I would if I knew how.
Thanks anyway.
Thanks anyway.
(2014-05-22, 17:05)Hitcher Wrote: Couple of bugs when converting from 720 > 1080.
- Zoom animation values get converted when using two values (horizontal size,vertical size) even though they should stay the same.
- Slide animation end values get converted by 2.25 instead of 1.25.
Thanks.
<animation type="Visible">
<effect type="zoom" time="200" center="100,200" start="50,60" end="100,120" />
</animation>
<animation effect="zoom" time="200" center="100,200" start="50,60" end="100,120" />Visible</animation>
<animation type="Visible">
<effect type="zoom" time="200" center="100,200" start="10,20,50,60" end="20,40,100,120" />
</animation>
<animation effect="zoom" time="200" center="100,200" start="10,20,50,60" end="20,40,100,120" />Visible</animation>
<animation type="Visible">
<effect type="slide" time="200" start="10,20" end="20,40" />
</animation>
<animation effect="slide" time="200" start="10,20" end="20,40" />Visible</animation>
(2014-05-30, 14:13)Bumpaneer Wrote: Some small updates:
https://dl.dropboxusercontent.com/u/1681...v1.2.1.exe
- Progress bar added while processing files
- Animation conversions between resolutions should be correct
- BOM detection added for xml files
Quote:Undefined Vars:
window_Title