gms commented on issue josch/img2pdf#152
A few test case failures on Fedora 37 with ImageMagick 7Ok, I added the following patch to fix the ValueError: ``` --- a/src/img2pdf_test.py 2023-01-22 18:36:32.208977359 +0100 +++ b/src/img2pdf_test.py 2023-01-22 18:39:52.918531386 +0100 @@…
2 months ago
gms commented on issue josch/img2pdf#152
A few test case failures on Fedora 37 with ImageMagick 7ImageMagick version: ImageMagick 1:7.1.0.57-1.fc38 Img2pdf version: 0.4.4
2 months ago
gms opened issue josch/img2pdf#152
A few test case failures on Fedora 37 with ImageMagick 72 months ago
gms commented on issue josch/img2pdf#130
Help needed: GIF tests fail with Pillow 9.0.0Ok, 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,…
1 year ago
gms commented on issue josch/img2pdf#128
aarch64 test failureIsn'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. -…
1 year ago
gms commented on issue josch/img2pdf#108
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…
1 year ago
gms commented on issue josch/img2pdf#108
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…
1 year ago
gms 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 thisFWIW, 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 …
2 years ago
gms commented on issue josch/img2pdf#96
Animation gif test case failure under Python 3.10 in Fedora RawhideI 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 […
2 years ago
gms commented on issue josch/img2pdf#85
Some 0.4.0 test failures on FedoraOn 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",…
2 years ago
gms commented on issue josch/img2pdf#85
Some 0.4.0 test failures on FedoraApparently, 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…
2 years ago