rishabh3354 closed issue josch/img2pdf#102
Error on converting to pdf on some jpg images2 years ago
rishabh3354 closed issue josch/img2pdf#103
And why dont you give support to images with alpha channel, why? i thought img2pdf is full fledge library, please give support to this2 years ago
rishabh3354 commented on issue josch/img2pdf#103
And why dont you give support to images with alpha channel, why? i thought img2pdf is full fledge library, please give support to thisHello gms, first of all, Jpg2pdf is not a commercial application. its a open source app, and it uses PySide(quite similiar binding) not pyqt and it is available under the LGPL (like Qt itself),…
2 years ago
rishabh3354 commented on issue josch/img2pdf#102
Error on converting to pdf on some jpg imagesi made a Snap Application made in fpdf2, pikepdf, and PIL. i was first trying to use img2pdf but not impressed with this library. check it out https://snapcraft.io/jpg2pdf thanks
2 years ago
rishabh3354 commented on issue josch/img2pdf#103
And why dont you give support to images with alpha channel, why? i thought img2pdf is full fledge library, please give support to this> > I live in Germany. Why do you ask? :) > > i make apps for linux (snap package) some apps i published https://snapcraft.io/search?q=rishabh
3 years ago
rishabh3354 commented on issue josch/img2pdf#103
And why dont you give support to images with alpha channel, why? i thought img2pdf is full fledge library, please give support to this> I live in Germany. Why do you ask? :) i make apps for linux (snap package)
3 years ago
rishabh3354 commented on issue josch/img2pdf#103
And why dont you give support to images with alpha channel, why? i thought img2pdf is full fledge library, please give support to thisokay, germany is good country, my application mostyly downloaded in germany and USa
3 years ago
rishabh3354 commented on issue josch/img2pdf#103
And why dont you give support to images with alpha channel, why? i thought img2pdf is full fledge library, please give support to this> Cool! looking forward to your code! 😀 where are you from btw
3 years ago
rishabh3354 commented on issue josch/img2pdf#103
And why dont you give support to images with alpha channel, why? i thought img2pdf is full fledge library, please give support to this> img2pdf is for lossless conversion. If you do not require lossless conversion, then there are many existing libraries that do the job. You should use the right tool for the task at hand and if you…
3 years ago
rishabh3354 commented on issue josch/img2pdf#102
Error on converting to pdf on some jpg images> According to the metadata, the photo was shot with a "Canon EOS 700D" camera -- is that correct? It seems that camera writes the invalid rotation value 0 in its metadata. In the next img2pdf…
3 years ago
rishabh3354 commented on issue josch/img2pdf#103
And why dont you give support to images with alpha channel, why? i thought img2pdf is full fledge library, please give support to this> Yes, and the error message you pasted explains why this is and what you can do about it. Where is the bug? it should handle images with alpha channel all i am trying to say
3 years ago
rishabh3354 commented on issue josch/img2pdf#103
And why dont you give support to images with alpha channel, why? i thought img2pdf is full fledge library, please give support to thisI was trying to make GUI application for jpg2pdf, but this library disappoint me, i will have to start from strach with PIL
3 years ago
rishabh3354 commented on issue josch/img2pdf#101
isssue with Colorspacethis is my code tt= ['/home/warlord/Downloads/22.jpg'] import img2pdf with open("name.pdf", "wb") as f: f.write(img2pdf.convert(tt,…
3 years ago
rishabh3354 commented on issue josch/img2pdf#103
And why dont you give support to images with alpha channel, why? i thought img2pdf is full fledge library, please give support to thisEven i on on my ubuntu os, i took some screenshot images(officailycaptured by ubuntu ss), img2pdf is failed to convert it to pdf. says Refusing to work on images with alpha channel
3 years ago
rishabh3354 opened issue josch/img2pdf#103
And why dont you give support to images with alpha channel, why? i thought img2pdf is full fledge library, please give support to this3 years ago
rishabh3354 commented on issue josch/img2pdf#102
Error on converting to pdf on some jpg imagesthis is code tt= ['/home/warlord/Downloads/sample.jpg'] import img2pdf with open("name.pdf", "wb") as f: f.write(img2pdf.convert(tt)) this…
3 years ago
rishabh3354 opened issue josch/img2pdf#102
Error on converting to pdf on some jpg images3 years ago