rishabh3354
  • Joined on 2021-06-01
rishabh3354 closed issue josch/img2pdf#102 2021-07-04 22:23:22 +00:00
Error on converting to pdf on some jpg images
rishabh3354 closed issue josch/img2pdf#101 2021-07-04 22:22:35 +00:00
isssue with Colorspace
rishabh3354 closed issue josch/img2pdf#103 2021-07-04 22:22:10 +00:00
And why dont you give support to images with alpha channel, why? i thought img2pdf is full fledge library, please give support to this
rishabh3354 closed issue josch/img2pdf#104 2021-07-04 22:20:59 +00:00
This Lib lack of documentation.
rishabh3354 commented on issue josch/img2pdf#103 2021-07-04 18:34:32 +00:00
And why dont you give support to images with alpha channel, why? i thought img2pdf is full fledge library, please give support to this

Hello 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),…

rishabh3354 commented on issue josch/img2pdf#102 2021-06-20 12:17:53 +00:00
Error on converting to pdf on some jpg images

i 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

rishabh3354 opened issue josch/img2pdf#104 2021-06-01 20:00:12 +00:00
This Lib lack of documentation.
rishabh3354 commented on issue josch/img2pdf#103 2021-06-01 19:44:12 +00:00
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

rishabh3354 commented on issue josch/img2pdf#103 2021-06-01 19:42:06 +00:00
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)

rishabh3354 commented on issue josch/img2pdf#103 2021-06-01 19:40:31 +00:00
And why dont you give support to images with alpha channel, why? i thought img2pdf is full fledge library, please give support to this

okay, germany is good country, my application mostyly downloaded in germany and USa

rishabh3354 commented on issue josch/img2pdf#103 2021-06-01 19:38:34 +00:00
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

rishabh3354 commented on issue josch/img2pdf#103 2021-06-01 19:29:11 +00:00
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…

rishabh3354 commented on issue josch/img2pdf#102 2021-06-01 19:24:38 +00:00
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…

rishabh3354 commented on issue josch/img2pdf#103 2021-06-01 19:21:27 +00:00
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

rishabh3354 commented on issue josch/img2pdf#103 2021-06-01 19:10:22 +00:00
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 was trying to make GUI application for jpg2pdf, but this library disappoint me, i will have to start from strach with PIL

rishabh3354 commented on issue josch/img2pdf#101 2021-06-01 19:07:45 +00:00
isssue with Colorspace

this is my code

tt= ['/home/warlord/Downloads/22.jpg'] import img2pdf with open("name.pdf", "wb") as f: f.write(img2pdf.convert(tt,…

rishabh3354 commented on issue josch/img2pdf#103 2021-06-01 19:03:10 +00:00
And why dont you give support to images with alpha channel, why? i thought img2pdf is full fledge library, please give support to this

Even 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

rishabh3354 opened issue josch/img2pdf#103 2021-06-01 19:01:08 +00:00
And why dont you give support to images with alpha channel, why? i thought img2pdf is full fledge library, please give support to this
rishabh3354 commented on issue josch/img2pdf#102 2021-06-01 18:53:47 +00:00
Error on converting to pdf on some jpg images

this is code

tt= ['/home/warlord/Downloads/sample.jpg'] import img2pdf with open("name.pdf", "wb") as f: f.write(img2pdf.convert(tt))

this…

rishabh3354 opened issue josch/img2pdf#102 2021-06-01 16:06:18 +00:00
Error on converting to pdf on some jpg images