CLI: optional HEIF support #149
Loading…
Reference in a new issue
No description provided.
Delete branch "(deleted):pillow_heif"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Suggestion for #105
However, the increase in file size is really enormous, and considering the other difficulties we discussed, I'm not sure anymore if it's a good idea.
Hmm, given that HEIF images may have an alpha channel, we'd need to adjust some related
if
checks. I can also look into writing a test case marked withpytest.skipif()
.I think I'm going to close this. Come to think of it, if callers really want to convert HEIF to PDF losslessly, they can just convert the image to PNG and then pass it through img2pdf - that's equivalent and safes the img2pdf codebase from additional complication.
Thank you for looking into this! It's nevertheless helpful to have your comments for any future developments into that direction. :)
Pull request closed