• Add Review
  • Subscribe
  • Nominate
  • Submit Media
  • RSS

Blurry Edges

I just found the solution to a problem that I didn't even know I had...

I was updating screenshots and saw that the screenshots I took were smaller than my originals and weren't as crisp. They had a blurry edge to everything... but it wasn't always like that, I have the screenshots to prove it.

So at some point RPG maker updated their engine to have anti-aliasing and completely ruin the image quality of everything??? Not cool.



If this made anyone else very upset. I found MY solution in this forum.
https://forums.rpgmakerweb.com/index.php?threads/how-to-remove-blur.47504/

You can just add KisaiTenshi's plugin and add this to the index between </body> and </html>:
<style type="text/css"> CANVAS{image-rendering: crisp-edges;}</style>

And now I can see my artwork in beautiful, unfiltered HD~