Yue Posted March 27 Posted March 27 local pixmap = LoadPixmap("Materials/Images/GUI/Tornillo.dds") pixmap = pixmap:Resize(512,512) -- Not Work. local pixmap = LoadPixmap("Materials/Images/GUI/Tornillo.png") pixmap = pixmap:Resize(512,512) -- Yes Work. Quote
Solution Josh Posted March 29 Solution Posted March 29 Compressed texture formats cannot be resized. You must convert to RGBA first. I added a note of this in the docs. 1 Quote My job is to make tools you love, with the features you want, and performance you can't live without.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.