• VGUI Image Low Quality
    6 replies, posted
Using DImage I want to add my community's logo to my F4 Menu (darkrp) however the 316x52 image is of really low quality when in-game? The actual image out of game looks fine. What can i do to improve the quality?
The true question is; what is the DImage size? and what kind of format is it. Oh, and a y value of 52 in drawing sense is small.
Can you post a picture of what the image looks like in-game? Along with what was requested above.
This is the image: .png format https://i.imgur.com/KMcAhsb.png This is the in-game quality: https://puu.sh/zJaVi/ebc53205fb.png Thanks for the help guys!
Try making the image a power of 2, such as 512x512.
Thats good information, thanks!
yeah, source engine does not like images that are not the power of 2 however, you can use the Material and specify the second parameter as "smooth" and see if it is accetpable aka Material("your-image.png", "smooth")
Sorry, you need to Log In to post a reply to this thread.