Page 1 of 1

Resizing rotated image

Posted: April 14th, 2010, 8:43 pm
by fediafedia
Okay, i have a situation right here:

Code: Select all

[image]
Meter=Image
ImageName=pic.jpg
X=15
Y=15
w=150
h=95

[reflection]
MeasureName=MeasureTime
Meter=ROTATOR
ImageName=pic.jpg
X=15
Y=110
StartAngle=3.14
w=150
h=45
The image wont resize when its rotated, and no, i cant resize it in the folder because it will be a RSS feed.

Re: Resizing rotated image

Posted: April 14th, 2010, 9:08 pm
by Alex2539
W and H in this case specify the size of the entire rotator meter rather than just the image. Changing them will not affect the size of the image being used. The simplest solution is to create a duplicate image and then just resize that one. Otherwise you can try messing around with a transformation matrix instead of a rotator, but it won't be simple.