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
Hi,
I'm trying to optimize a pdf composed of (mostly) jpeg2k images, extracted with pdfimages -all.
pdfimages -all
Would be cool for me to just go straight from these without having to add another processing step.
thanks
The text was updated successfully, but these errors were encountered:
Can you code and open a PR? The readme has a developer guide.
Pillow supports .jp2 so it might be as simple as adding it to the list of supported extensions.
Hint: search for the list that contains ".webp" @mjsir911
https://github.com/search?q=repo%3Aciromattia%2Fkcc%20webp&type=code
Sorry, something went wrong.
@mjsir911 Can you test the PR? Prebuilt versions linked there
Successfully merging a pull request may close this issue.
Hi,
I'm trying to optimize a pdf composed of (mostly) jpeg2k images, extracted with
pdfimages -all
.Would be cool for me to just go straight from these without having to add another processing step.
thanks
The text was updated successfully, but these errors were encountered: