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

Fixing BitmapEncoder.addFileExtension handling of uppercase extensions #858

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

mccartney
Copy link
Collaborator

What:
Fixes #852 by ensuring lowercase file extension is enforced, even if the original file name provided had the extension.

Also by the chance, changing how the artificial edge case of .png or .bmp as the input file name is handled.

Why:

@mccartney mccartney merged commit a9f75d4 into develop Jun 5, 2024
1 check passed
@mccartney mccartney deleted the testAddFileExtension-fix-uppercase branch June 5, 2024 11:32
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: BitmapEncoder not accepting uppercase format of extension
1 participant