-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
Lossless conversion #266
Comments
It's a lot better with |
Is there a way to do lossless compression? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I need a reliable script that converts images to PDF and then another to revert the process.
To Reproduce
pdf2image
to convert the pdf file "back" into images:Describe the bug
The result is a series of ppm files which would amount to a 500mb pdf. Lossless quality, but too big.
Using
fmt='jpeg'
outputs files which would amount to a 24.3mb pdf, showing its drop in quality when zooming in.Is there a way to create better quality jpeg files, closer to the original files?
The text was updated successfully, but these errors were encountered: