It is currently April 18th, 2024, 2:57 am

[D2D][Fixed] Issue with Images Using W, H Options

Backwards compatibility issues related to the conversion of Rainmeter to D2D.
oZone
Posts: 154
Joined: May 14th, 2018, 4:46 pm

[D2D][Fixed] Issue with Images Using W, H Options

Post by oZone »

I don't know if this issues is related to reported images issues, but when using large images in meter with W=22 and H=22 (or smaller), images won't look same as in previous version.

left is 4.2
rainmeter.png
code to test
images are from https://commons.wikimedia.org/wiki/File:Windows_logo_-_2012.svg
Image

Image

Image

Code: Select all

[Rainmeter]
Update=1000

[BG]
Meter=Image
W=32
H=90
SolidColor=100,100,100

[Icon]
Meter=Image
ImageName=240px-Windows_logo_-_2012.svg.png
X=5
Y=2
H=22
W=22

[Icon2]
Meter=Image
ImageName=512px-Windows_logo_-_2012.svg.png
X=0r
Y=29r
H=22
W=22

[Icon3]
Meter=Image
ImageName=1024px-Windows_logo_-_2012.svg.png
X=0r
Y=29r
H=22
W=22
You do not have the required permissions to view the files attached to this post.
User avatar
theAzack9
Developer
Posts: 522
Joined: March 2nd, 2016, 6:23 pm

Re: Issue with Images Using W, H Options

Post by theAzack9 »

oZone wrote:...
This will be fixed in the next alpha :) (probably r3204) Thanks for reporting.