-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Blurry button iconography. #733
Comments
Not really a bug, those images likely need sharper versions. |
@mysticdrew, unless you intend to replace them with vectors, or upload 8K rasters, there shall always be a display resolution in use which is higher than the versions contained in the Although vectors would fix this bug permanently, I expect that you don't want to replace the rendering engine used (or if it's not using anything custom, don't want to use a separate engine). However, if that's not used, then you have to disable interpolation somehow, which might be the same dilemma as aforementioned, based upon the versatility of the renderer in use. The evident response to this absolute thesis on this feature would seem to be "Okay, then I'll just include 8K versions of the icons." However, that doesn't account for devices with memory restrictions, which is a significant amount of users. I can't imagine they want to unnecessarily downscale the icons when rendering the map... Am I missing something? |
Minecraft does not provide a way to support rendering of vectors images, at least last I looked. That lwjgl lib was not in the class path. Also, the image itself is scaled with stb_image to retain the quality as it's enlarged. But the images you are referring to have blurred edges in the raw image. |
@mysticdrew, ah, so the original images merely need to be re-exported without the Gaussian anti-aliasing (because I imagine you're implying that |
Correct, but I don't have the original anymore.
This is stb image function we use for scaling the theme images |
What happened?
Almost all button icons - except, sometimes, at some resolutions, the creeper and villager - are blurred:
I'm actually quite surprised that they're interpolated, considering Minecraft's pixellated artstyle. Some lower-resolution icons would be much better if that can't be disabled.
Mod Loader
Forge from https://adfoc.us/serve/sitelinks/?id=271228&url=https://maven.minecraftforge.net/net/minecraftforge/forge/1.19.2-43.4.0/forge-1.19.2-43.4.0-installer.jar
Minecraft Version
1.19.2
Version
5.9.8 from https://www.curseforge.com/minecraft/mc-mods/journeymap/files/5208387
Relevant log output
journeymap.log
latest.log
The text was updated successfully, but these errors were encountered: