How to disable conversion to jpeg?
Closed this issue · 1 comments
harimayco commented
henrixapp commented
Hi,
Thank you for reporting this issue.
The initial version of this code was not able to handle png inside of pdfs, because it was used for scans only. I have pushed an updated version of the code to the png_support
branch. In the current version it just allows to delete images that are too big. The problem is that the trick to recycle the ids is not working anymore. You can see this by comparing the outputted id entries.
I will probably have to investigate this further. If you find a way around this, I would be happy to accept a pull request.
Best,
Henrik