123 contributions in the last 12 months
MayJunJulAugSepOctNovDecJanFebMarAprMonWedFri
Less
More
josch pushed to main at josch/img2pdf 2025-04-27 16:55:22 +00:00
bb188a3eaf release version 0.6.1
69c3ac6b25 src/img2pdf_test.py: do not unlink temporary files -- let pytest take care of that for us
dffc0dbe16 src/img2pdf.py: fix camelCase -> snake_case change of pymupdf
Compare 3 commits »
josch pushed tag 0.6.1 to josch/img2pdf 2025-04-27 16:55:22 +00:00
josch commented on issue josch/img2pdf#209 2025-04-15 11:18:21 +00:00
SVG support

As you pointed out, you can already convert svg to pdf today by just using inkscape. So there is no need for img2pdf to be able to do this as well. The main purpose of the existence of img2pdf is…

josch pushed to main at josch/reform-debian-funding 2025-04-11 17:16:34 +00:00
d69b0baadb fixes from Diederik de Haas
josch pushed to main at josch/mmdebstrap 2025-04-08 10:30:13 +00:00
28a3a15955 release 1.5.7
9e7d7d0d67 README.md: add Charles Short to list of contributors
ff91e58219 mmdebstrap-autopkgtest-build-qemu: shfmt --binary-next-line --case-indent --indent 2 --simplify
38ebe6aa1f add two FIXME comments to be solved later...
c7803e2e2e m-a-b-q: add --sshkey= arg
Compare 13 commits »
josch pushed tag 1.5.7 to josch/mmdebstrap 2025-04-08 10:30:13 +00:00
josch closed issue josch/mmdebstrap#31 2025-04-08 03:37:20 +00:00
overcome dpkg restrictions across distributions
josch commented on issue josch/mmdebstrap#31 2025-04-08 03:37:19 +00:00
overcome dpkg restrictions across distributions

zstd support was added in dpkg 1.21.18

josch commented on issue josch/mmdebstrap#47 2025-04-08 03:35:17 +00:00
apt dir hierarchy retained in the chroot with essential variant

These errors changed to a warning in d9f9c64ac2064bcdb0f6ac5c489a008cfdc6cfbb

josch closed issue josch/mmdebstrap#47 2025-04-08 03:35:17 +00:00
apt dir hierarchy retained in the chroot with essential variant
josch closed issue josch/mmdebstrap#43 2025-04-08 03:31:09 +00:00
networking problems with generated live systems
josch pushed to main at josch/mmdebstrap 2025-04-08 03:29:15 +00:00
7709ad49bb Add support for elxr
josch merged pull request josch/mmdebstrap#44 2025-04-08 03:29:14 +00:00
Add support for elxr
josch pushed to main at zulcss/mmdebstrap 2025-04-08 03:28:19 +00:00
7709ad49bb Add support for elxr
9366f1fee7 Use format string for shell printf
b1ba7dab3d tests/create-foreign-tarball: also remove padlock.so on x86_64 to equalize the test cases
792867a390 release 1.5.6
917a879c4b place DPkg::Pre-Install-Pkgs workaround into a new config file
Compare 35 commits »
josch commented on issue josch/img2pdf#208 2025-04-07 05:28:04 +00:00
test_jpg_rot fails with exiftool 13.25

No worries, I also totally forgot that I had this already committed to main which is why I quoted the patch from Debian instead Xd

josch commented on issue josch/img2pdf#208 2025-04-07 03:10:52 +00:00
test_jpg_rot fails with exiftool 13.25

Your analysis is spot on. Since version 13.23, exiftool also removes the ResolutionUnit when calling it with -all=. In Debian I fixed that like this: https://sources.debian.org/src/img2pdf/0.6.0-

josch pushed to main at josch/img2pdf 2025-03-26 02:55:05 +00:00
b91007fef8 README.md - Fix Windows bin URL
a8cb28ba31 src/img2pdf_test.py: skip test_miff_cmyk16 on s390x because of https://github.com/ImageMagick/ImageMagick/issues/8055
c6d12d6239 src/img2pdf_test.py: skip test_tiff_float on s390x because of https://github.com/ImageMagick/ImageMagick/issues/8054
59132f20f8 src/img2pdf_test.py: exiftool -all= now sets the unit to Undefined since version 13.23
Compare 4 commits »
josch closed issue josch/img2pdf#207 2025-02-20 23:41:54 +00:00
Version 0.6.0 appeared on pypi
josch commented on issue josch/img2pdf#207 2025-02-20 23:41:53 +00:00
Version 0.6.0 appeared on pypi

Sorry to be the nitpicker here, but it is still missing in the releases tab.

Thank you for your attention to detail. I fixed this now and documented this as part of the release process in…

josch pushed to main at josch/img2pdf 2025-02-20 23:40:27 +00:00
3ba7d17e15 HACKING: document gitea release