It is currently March 28th, 2024, 8:44 pm

[D2D][Fixed] Antialias on Image Meters no longer functions

Backwards compatibility issues related to the conversion of Rainmeter to D2D.
User avatar
raiguard
Posts: 660
Joined: June 25th, 2015, 7:02 pm
Location: The Sky, USA

[D2D][Fixed] Antialias on Image Meters no longer functions

Post by raiguard »

Title. All images are now aliased, despite what the Antialias option is set to.

Before:
disksmeter.png
After:
2018-07-25 10_52_08-D__Settings_Caleb_Rainmeter_Skins_ModernGadgets_Disks_Disks.ini.png
(See disk icon in top left, up/down arrows, and eject button).

EDIT: A more visible example. See the ? buttons.

Before:
2018-07-25 10_55_30-D__Settings_Caleb_Rainmeter_Skins_ModernGadgets_Config_Network_Config.ini.png
After:
2018-07-25 10_54_59-D__Settings_Caleb_Rainmeter_Skins_ModernGadgets_Config_Network_Config.ini.png
In this example, the toggle buttons and open file button are strings, while the rest of the "images" are actual image meters.
You do not have the required permissions to view the files attached to this post.
”We are pretty sure that r2922 resolves the regression in resolution caused by a reversion to a revision.” - jsmorley, 2017
User avatar
theAzack9
Developer
Posts: 522
Joined: March 2nd, 2016, 6:23 pm

Re: Antialias on Image Meters no longer functions

Post by theAzack9 »

raiguard wrote:Title. All images are now aliased, despite what the Antialias option is set to.

Before:
disksmeter.png
After:
2018-07-25 10_52_08-D__Settings_Caleb_Rainmeter_Skins_ModernGadgets_Disks_Disks.ini.png
(See disk icon in top left, up/down arrows, and eject button).

EDIT: A more visible example. See the ? buttons.

Before:
2018-07-25 10_55_30-D__Settings_Caleb_Rainmeter_Skins_ModernGadgets_Config_Network_Config.ini.png
After:
2018-07-25 10_54_59-D__Settings_Caleb_Rainmeter_Skins_ModernGadgets_Config_Network_Config.ini.png
In this example, the toggle buttons and open file button are strings, while the rest of the "images" are actual image meters.
Thanks for reporting, raiguard. :)
Do you have a skin that we can use to test the issue?
User avatar
raiguard
Posts: 660
Joined: June 25th, 2015, 7:02 pm
Location: The Sky, USA

Re: Antialias on Image Meters no longer functions

Post by raiguard »

theAzack9 wrote:Thanks for reporting, raiguard. :)
Do you have a skin that we can use to test the issue?
Unfortunately I am at work for the next five hours so I can't whip something up for you right now. The skins I used in the post were skins from ModernGadgets, so I guess you could use that?
”We are pretty sure that r2922 resolves the regression in resolution caused by a reversion to a revision.” - jsmorley, 2017
User avatar
CyberTheWorm
Posts: 860
Joined: August 22nd, 2016, 11:32 pm
Location: Surrey, B.C., Canada

Re: Antialias on Image Meters no longer functions

Post by CyberTheWorm »

Getting the same thing on one of my skins that is using images.
bug.PNG
This is the post I made so you can see the difference

https://forum.rainmeter.net/viewtopic.php?f=27&t=27835&p=144615&hilit=media#p144615
You do not have the required permissions to view the files attached to this post.
The only source of knowledge is experience. Albert Einstein
Deviant Art Page
User avatar
raiguard
Posts: 660
Joined: June 25th, 2015, 7:02 pm
Location: The Sky, USA

Re: Antialias on Image Meters no longer functions

Post by raiguard »

In case you still need one, here is a (very) simple test skin for the antialiasing issue:
2018-07-25 19_29_30-D__Settings_Caleb_Rainmeter_Skins_Testing_4.3 Images.ini.png

Code: Select all

[Rainmeter]
MiddleMouseUpAction=[!Refresh]
AccurateText=1

[Variables]

[MeterBackground]
Meter=Image
SolidColor=15,15,15
W=100
H=100

[MeterTestImage1]
Meter=Image
ImageName=#@#Images\arrow-up.png
X=5
Y=5
W=20
H=20
Antialias=1

[MeterTestImage2]
Meter=Image
ImageName=#@#Images\arrow-up.png
X=30
Y=5
W=20
H=20
Antialias=0
The left image has antialiasing turned on, while the right one has it turned off. However, they both appear aliased.

The image used is attached below.
You do not have the required permissions to view the files attached to this post.
”We are pretty sure that r2922 resolves the regression in resolution caused by a reversion to a revision.” - jsmorley, 2017
User avatar
theAzack9
Developer
Posts: 522
Joined: March 2nd, 2016, 6:23 pm

Re: Antialias on Image Meters no longer functions

Post by theAzack9 »

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