# Tiles appear blurry at 150% zoom

**URL:** https://discourse.mapeditor.org/t/tiles-appear-blurry-at-150-zoom/7894
**Category:** Questions
**Created:** [September 25, 2026, 1:04pm UTC](https://discourse.mapeditor.org/t/tiles-appear-blurry-at-150-zoom/7894 "2026-09-25T13:04:40Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![kynoku](https://avatars.discourse-cdn.com/v4/letter/k/8e8cbc/32.png) [@kynoku](https://discourse.mapeditor.org/u/kynoku)
#### Post date: [September 25, 2026, 1:04pm UTC](https://discourse.mapeditor.org/t/tiles-appear-blurry-at-150-zoom/7894/1 "2026-09-25T13:04:40Z")

</div>

Any fix to this? Attached 150% and 200% zoom to compare

 ![Bildschirmfoto 2026-09-25 um 14.58.23](https://canada1.discourse-cdn.com/flex035/uploads/mapeditor/original/2X/6/6a5f5dd7cf52bbb31934f3c5358bb8c57728eff9.png)

 ![Bildschirmfoto 2026-09-25 um 14.58.25](https://canada1.discourse-cdn.com/flex035/uploads/mapeditor/original/2X/e/e5c731e2156306afe7f3f1f299d0a1e9005ab27b.png)

---

<div class="post-metadata">

### Author: ![bjorn](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.mapeditor.org/bjorn/32/1599_2.png) [@bjorn](https://discourse.mapeditor.org/u/bjorn)
#### Post date: [September 25, 2026, 1:57pm UTC](https://discourse.mapeditor.org/t/tiles-appear-blurry-at-150-zoom/7894/2 "2026-09-25T13:57:24Z")

</div>

Because at %75 or %150 the pixels in the tiles can’t line up to your physical pixels, and in this case Tiled does linear interpolation. There is currently no option to change that.

If there were such an option, you could force it to use nearest neighbor which may look better in your case, but in that case some pixels will be larger than others at 150% and some pixels will be missing at 75%.

(btw, please don’t ask the same question in many places…)

---

<div class="post-metadata">

### Author: ![kynoku](https://avatars.discourse-cdn.com/v4/letter/k/8e8cbc/32.png) [@kynoku](https://discourse.mapeditor.org/u/kynoku)
#### Post date: [September 25, 2026, 2:11pm UTC](https://discourse.mapeditor.org/t/tiles-appear-blurry-at-150-zoom/7894/3 "2026-09-25T14:11:12Z")

</div>

I see, thank you & sorry for that haha
