We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
png.h
I spent quite a bit of time trying to understand why libpng was not actually being linked into SQuadGen. I finally concluded that all the PNG functionality is provided by lodepng and the include here is not actually needed: https://github.com/ClimateGlobalChange/squadgen/blob/master/src/SQuadGen.cpp#L17
libpng
SQuadGen
@paullric, can you confirm if that's the case? Is there an easy way to use an existing PNG library or is it best to just rely on lodepng?
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I spent quite a bit of time trying to understand why
libpng
was not actually being linked intoSQuadGen
. I finally concluded that all the PNG functionality is provided by lodepng and the include here is not actually needed:https://github.com/ClimateGlobalChange/squadgen/blob/master/src/SQuadGen.cpp#L17
@paullric, can you confirm if that's the case? Is there an easy way to use an existing PNG library or is it best to just rely on lodepng?
The text was updated successfully, but these errors were encountered: