Image size decreases when converting a multi page tiff file using python library #35
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
By Anujith C on 2017-07-21T06:34:15.907Z
Helo,
You have written a very useful code, so many thanks in advance , but when converting a multi page tiff file to pdf, the resolution of images decreases by certain amount (3.7 times in my case) . It shouldn't have happened, if this was a lossless conversion or am I missing something. I could specify the page size like you said but for that i would have to use PIL which would make this pointless , so why is the images in generated pdf is not same size as that of in original tiff file?
By Anujith C on 2017-07-21T06:40:53.323Z
Status changed to closed
By Anujith C on 2017-07-21T06:44:26.648Z
Sorry I got confused between image size and page size.