To test, I added a Quote plugin and changed the picture path to the current user's Picture folder.
The plugin will return a filename on each update, so I set a divider of 30 (changes image every 30 seconds).
Rather than using a mask, I changed the X Y W H if the image to match the iPhone frame and added a LeftMouseUpAction to change the image on each click.
To add transitions will take a slightly different approach, but this gets the images to appear.Click image to see animation...
The plugin will return a filename on each update, so I set a divider of 30 (changes image every 30 seconds).
Rather than using a mask, I changed the X Y W H if the image to match the iPhone frame and added a LeftMouseUpAction to change the image on each click.
To add transitions will take a slightly different approach, but this gets the images to appear.
Code:
[Rainmeter]Update=1000DynamicWindowSize=1[Metadata]Name=iPhone Frame Photo DisplayAuthor=Bru5WDescription=Displays photos in an iPhone-style frameVersion=1.0[Variables]ImageFolder=%USERPROFILE%\Pictures\[MeasureQuote]Measure=PluginPlugin=QuotePluginPathName=#ImageFolder#UpdateDivider=30[DisplayImage]Meter=ImageImageName=[MeasureQuote]X=10Y=16W=([iPhoneFrame:W]-20)H=345PreserveAspectRatio=2; MaskImageName=#@#Images\screen-mask.pngDynamicVariables=1; iPhone frame overlay[iPhoneFrame]Meter=ImageImageName=#@#Images\iphone-frame.pngW=800PreserveAspectRatio=1DynamicVariables=1LeftMouseUpAction=[!UpdateMeasure MeasureQuote][!UpdateMeter *][!Redraw]
Statistics: Posted by eclectic-tech — Today, 7:58 pm