I really think the problem is in the image resolution.
What about movieFrame.top and movieFrame.left ? Are there set to Zero ?
Otherwise, change the returned image size
rdata.length = (movieFrame.right-movieFrame.left) * (movieFrame.bottom-movieFrame.top) * 4;
On Tuesday, Dec 30, 2003, at 21:40 Europe/Paris, Trevor DeVore wrote:
On Dec 30, 2003, at 1:24 PM, Thierry Arbellot wrote:
Looks like the image in Rev doesn't have the same width and height as the grabbed picture.
If it's the case, adjust the width and height before putting the picture into the imageData
I have the image object set to the same size as the PixMap dimensions which is 320 x 240.
-- Trevor DeVore Blue Mango Multimedia [EMAIL PROTECTED]
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
