View Single Post
Old 7th June 2008, 11:35   #74  |  Link
mikeytown2
Resize Abuser
 
mikeytown2's Avatar
 
Join Date: Apr 2005
Location: Seattle, WA
Posts: 623
Updated KBE and ZB
KBE can now rotate images

in ZB/KBE pan(XY) now follows the documentation. negative pan is left or up.

Simple demo of zoom, rotate & pan.
Code:
ColorBars().Trim(0,99)
KenBurnsEffect(startAngle=0, endAngle=30, startFrame=19, endFrame=79, usezoomBox=0, endzoomFactor=50, endPanY=-200, endPanX=-100)


rotate appears to operate on the center of the image, after the fact; or at least thats how its coded to work in KBE.
Code:
ColorBars().Trim(0,99)
KenBurnsEffect(startAngle=0, endAngle=360, startFrame=19, endFrame=79, usezoomBox=0, startzoomFactor=50, endzoomFactor=50, endPanY=-200, startPanY=-200)

Last edited by mikeytown2; 7th June 2008 at 11:50.
mikeytown2 is offline   Reply With Quote