LiveAtlas icon indicating copy to clipboard operation
LiveAtlas copied to clipboard

Image blurry w/ DynMap 3.7 and webp (any type)

Open PiporGames opened this issue 1 year ago • 3 comments

Using Dynmap 3.7 and any type of webp image format will show blurry images. Probably due to some misconfiguration on the CSS style sheet or something, as the browser seems to try to make some type of blending that does not happen with png/jpg.

PiporGames avatar Apr 28 '24 00:04 PiporGames

With webp (Live Atlas) image

With webp (built-in web UI) image

PiporGames avatar Apr 28 '24 00:04 PiporGames

+1, this really should be fixed

dnchshrp avatar Jun 01 '24 15:06 dnchshrp

* {
image-rendering: auto !important;
}

put that in the css file in live-atlas/assets/index.1de34b3a.css

it seem image-rendering is setted to pixelated in map tile

it may caused by that or not

exkc avatar Aug 14 '25 03:08 exkc