CityLights Posted June 24, 2022 Share Posted June 24, 2022 Hi, I'm facing a bizarre issue. When downscaling a Texture created from a canvas I am getting inferior visual results than the same downscaled texture generated from a base64 string of the same canvas. left: Texture.from(canvas) right: Texture.from(canvas.toDataURL()) Look closely at the fur above the nose to observe differences. Reproduction: https://www.pixiplayground.com/#/edit/_MNcHGFd6RyqGARf2pQK3 Quote Link to comment Share on other sites More sharing options...
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.