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
Maybe base it on: load_image_png in https://github.com/pts/pts-swiggle/blob/master/pts-swiggle.c . This uses only a fraction of the libpng library, probably it can be inlined (also zlib, see https://github.com/pts/pdfsizeopt-jbig2).
load_image_png
Maybe base it on: https://gist.github.com/niw/5963798. Which libpng version does it need?
Alpha channel (transparency) handling can get tricky.
Add fast processing for 8-bit RGB, 8-bit grayscale and 8-bit palette, without gamma correction: just memcpy.
The text was updated successfully, but these errors were encountered:
fixed Jenkinsfile pts#3
d83bb05
No branches or pull requests
Maybe base it on:
load_image_png
in https://github.com/pts/pts-swiggle/blob/master/pts-swiggle.c . This uses only a fraction of the libpng library, probably it can be inlined (also zlib, see https://github.com/pts/pdfsizeopt-jbig2).Maybe base it on: https://gist.github.com/niw/5963798. Which libpng version does it need?
Alpha channel (transparency) handling can get tricky.
Add fast processing for 8-bit RGB, 8-bit grayscale and 8-bit palette, without gamma correction: just memcpy.
The text was updated successfully, but these errors were encountered: