|
Author |
Topic: video width and height? (Read 264 times) |
|
jamel
|
video width and height?
« on: Feb 24th, 2004, 3:35pm » |
|
How can I change the size of a loaded video? I would like to grab a frame of the video (on every frame), scale it to smaller or bigger and randomly position it. thanks
|
« Last Edit: Feb 24th, 2004, 3:36pm by jamel » |
|
|
|
|
toxi
|
Re: video width and height?
« Reply #2 on: Feb 24th, 2004, 4:30pm » |
|
or also just... Code:image(video,random(width),random(height),random(width),random(height)); |
|
|
http://toxi.co.uk/
|
|
|
|