Georg Sauthoff gms
gms commented on issue josch/img2pdf#130 2022-02-05 14:12:11 +00:00
Help needed: GIF tests fail with Pillow 9.0.0

Ok, I've disabled those tests like this:

PYTHONPATH=src %{__python3} -m pytest src/img2pdf_test.py -v -k 'not animation'

I'm sorry that I can't help with the Pillow pull-request,…

gms opened issue josch/img2pdf#130 2022-01-24 21:32:22 +00:00
Tests fail on Fedora 36
gms commented on issue josch/img2pdf#128 2022-01-24 21:27:27 +00:00
aarch64 test failure

Isn't aarch64 also little endian?

Technically, aarch64 is bi-endian, but almost all Linux distributions tend to prefer little endian for bi-endian architectures.

See also e.g.

-…

gms commented on issue josch/img2pdf#108 2021-10-17 20:59:11 +00:00
Remove pdfrw from src/img2pdf_test.py

Can you confirm that the tests pass on Fedora as well?

Yes, I can. I've just removed the workarounds (using 0.4.2) and the build…

gms commented on issue josch/img2pdf#108 2021-10-16 10:58:37 +00:00
Remove pdfrw from src/img2pdf_test.py

Related to the tests, I have a local commit that switches the testsuite to imagemagick 7. Would that be a problem for Fedora?

Right now even Rawhide is still on ImageMagick 6.9.

So probably…

gms opened issue josch/img2pdf#108 2021-07-04 11:48:54 +00:00
Remove pdfrw from src/img2pdf_test.py
gms commented on issue josch/img2pdf#103 2021-07-04 11:40:43 +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

FWIW, if rishabh3354 uses PyQt5 in his/her snaps then this looks like a license violation:

Details for JPG2PDF Pro - Images To PDF Converter

License Proprietary Last updated …

gms commented on issue josch/img2pdf#96 2021-07-04 11:23:59 +00:00
Animation gif test case failure under Python 3.10 in Fedora Rawhide

I reenabled those test cases with 0.4.1 under Fedora rawhide and there they don't fail anymore:

src/img2pdf_test.py::test_gif_animation[internal] PASSED                 […
gms commented on issue josch/img2pdf#85 2021-07-04 10:49:13 +00:00
Some 0.4.0 test failures on Fedora

On Fedora 33 I have a bunch of test case failures for depth assertions which look similar to the old ones, e.g.:

        )  # FIXME: should be LSB
        if identify[0].get("version",…
gms commented on issue josch/img2pdf#85 2021-07-04 10:16:53 +00:00
Some 0.4.0 test failures on Fedora

Apparently, the accounts weren't migrated when switching from gitlab to gitea. I had to re-register my account here.


Another problem is the location of the sRGB.icc some tests use…