Jump to content

Down-scaling quality loss


Guramidev
 Share

Recommended Posts

Hi guys,

I am having troubles with quality when down-scaling images with PIXI.

Here is a demonstration of the issue.

Right one is original image, and left one is 0.3 scaled image. The problem is that the scaled image has lost quality by a lot.

Can anyone share whether they have had similar issues with PIXI and how did they solve it probably?

Link to comment
Share on other sites

That's a standart problem. Either use power-of-two texture (256x256 or so) , pixi will enable mipmapping by default. Either use textures scaled 0.5 times. For canvas both 2d/webgl all scale between 0.5 and 1 is good, everything smaller is bad, you have to scale texture multiple times by 0.5 to get good result.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...