Skip to content
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

feat: add nomip tag to avoid mipmaps being generated #120

Merged
merged 5 commits into from
Feb 6, 2025
Merged

Conversation

Zyie
Copy link
Member

@Zyie Zyie commented Feb 4, 2025

This PR adds the nomip tag which can be placed on folders/images that you do not want any mipmaps being generated for. This is useful for things like bitmap fonts where we currently don't have any plugins to resize these

This has become necessary since #96 as we now correctly apply the fix tag for the mipmap plugin. Before this change the fix tag incorrectly acted like the nomip tag. So now we have an explicit option for this

fixes: #113

Copy link
Member

@GoodBoyDigital GoodBoyDigital left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice - im not sure where this would go - but we should add docs for the tags fix and nomip in this PR too - as they need a little explaining!

@Zyie Zyie added this pull request to the merge queue Feb 6, 2025
Merged via the queue into main with commit 23d8584 Feb 6, 2025
7 checks passed
@Zyie Zyie deleted the feat/nomip-tag branch February 6, 2025 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: bitmap font texture is scaled to 0.5 after exporting in version 1.3.0
2 participants