It is currently March 28th, 2024, 10:57 am

Resizing rotated image

Get help with creating, editing & fixing problems with skins
Post Reply
fediafedia
Posts: 36
Joined: April 13th, 2009, 12:40 am

Resizing rotated image

Post 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.
User avatar
Alex2539
Rainmeter Sage
Posts: 642
Joined: July 19th, 2009, 5:59 am
Location: Montreal, QC, Canada

Re: Resizing rotated image

Post 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.
Post Reply