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

Move from libpng to STBI #4

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

MotoLegacy
Copy link

This PR removes the libPNG dependency and instead relies on STB_Image (public domain) to read and write image data. I have done this in order to make qpakman more "release-friendly" as libPNG-linked software is very problematic to distribute because of version mismatching causing breakage.

Using STBI had the added benefit of adding more format support via one-liners, so this also brings JPEG, TGA, and BMP support :)

@fhomolka
Copy link
Owner

Great change!
Thanks!

@fhomolka fhomolka merged commit 3322df8 into fhomolka:master Aug 26, 2024
4 checks passed
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.

2 participants