It is currently April 25th, 2024, 5:27 pm

Zoom properties

Report bugs with the Rainmeter application and suggest features.
User avatar
moshi
Posts: 1740
Joined: November 13th, 2012, 9:53 pm

Re: Zoom properties

Post by moshi »

except for Rotator meters. while they do work, the results are not exactly what most people would expect.
User avatar
iNjUST
Posts: 117
Joined: June 20th, 2012, 12:44 am

Re: Zoom properties

Post by iNjUST »

moshi wrote:except for Rotator meters. while they do work, the results are not exactly what most people would expect.
This is because rotator does not allow direct resizing of the source image. You need to use transformation matrix.

Example using the #Zoom# variable from previous posts:

Code: Select all

TransformationMatrix=#zoom#;0;0;#zoom#;((1-#zoom#)*[#CURRENTSECTION#:X]);((1-#zoom#)*[#CURRENTSECTION#:Y])
DynamicVariables=1