Multiple image labels creating unwanted 'shadow'

Long story short, im trying to make a plugin that allows you to draw and print out the image you made the drawing of, BUT, when cloning a ‘ImageLabel’ near each other creates an ‘shadow’ effect:

image

image

i tried making the image completly white and have NO border, yet on roblox it still seems to create a shadow and it doesnt look as smooth as i wanted it to

is there a way to fix this?

try

Image.ResampleMode = pixalated

image
reduced the effect, but not completly

This is a roblox issue you can’t really mess with the pixel, roblox set the transparency pixel(the pixel around an the image that is transparency) to black here a devforum to help you

2 Likes

ah i see, ima try these out tomorrow and i will update if i got anything working, an alternative im thinking about is just using a frame with UICorner, but it might not be perfect

Alright, i did some testing and realized that using ImageLabels isnt the best choice, since i didnt consider the image getting even worse in quality when resizing, BUT since i found it really useful to know about this shadow transparency issue, ima put your reply as the solution, thanks!

make sure Image.Resample = Default if still Pixlated maybe this is the reason why the image is getting worse quality when resizing.

2 Likes

once again, thanks for helping me, but i think the image was alredy set to default but the image i used was low quality (atleast thats my guess)

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.