It is currently March 28th, 2024, 6:31 pm

Rough Images

Get help with creating, editing & fixing problems with skins
Post Reply
razorcell
Posts: 3
Joined: April 11th, 2017, 4:29 am

Rough Images

Post by razorcell »

http://prnt.sc/euzdof

Why is it so rough?
User avatar
CyberTheWorm
Posts: 860
Joined: August 22nd, 2016, 11:32 pm
Location: Surrey, B.C., Canada

Re: Rough Images

Post by CyberTheWorm »

Have you tried this in your meter?

Code: Select all

AntiAlias=1
razorcell
Posts: 3
Joined: April 11th, 2017, 4:29 am

Re: Rough Images

Post by razorcell »

CyberTheWorm wrote:Have you tried this in your meter?

Code: Select all

AntiAlias=1
I have. This is the exact code for all of the icons, minus the path.

Code: Select all

[MeterImage]
meter = image
ImageName = #@#Nvidia.png
x = 0
y = 0
w = 50
h = 50
AntiAlias = 1
LeftMouseUpAction = !Execute ["C:\Program Files (x86)\NVIDIA Corporation\NVIDIA GeForce Experience\NVIDIA GeForce Experience.exe"]
All images are exactly 256x256 as well.
User avatar
CyberTheWorm
Posts: 860
Joined: August 22nd, 2016, 11:32 pm
Location: Surrey, B.C., Canada

Re: Rough Images

Post by CyberTheWorm »

razorcell wrote: All images are exactly 256x256 as well.
Shrinking the image to 50 x 50 would cause that. Not much you can do except take out the H and W or redo the image at 50 x 50
razorcell
Posts: 3
Joined: April 11th, 2017, 4:29 am

Re: Rough Images

Post by razorcell »

CyberTheWorm wrote:Shrinking the image to 50 x 50 would cause that. Not much you can do except take out the H and W or redo the image at 50 x 50
Resizing the images to 50x50 worked perfectly, thank you!
Post Reply