josch commented on issue josch/img2pdf#185 2023-12-01 13:04:16 +00:00
Tests failing on Void Linux i686

Thank you for packaging img2pdf for another distro!

I'm not familiar with github actions. What button do i have to click to see the log?

Note, that it is unfortunately currently normal for a…

josch commented on pull request josch/img2pdf#184 2023-11-29 03:55:33 +00:00
Add support for JBIG2 (generic coding)

Wow, thank you! I read through your diff without trying it out yet and it looks really, really good!

My biggest gripe right now is src/tests/input/042.jb2. Why did you use the scan of a page…

josch commented on issue josch/img2pdf#182 2023-11-28 17:00:38 +00:00
error: 'Namespace' object has no attribute 'pdfa'

I have no clue what Microsoft thing would tell you this and I have no idea why it would do that. But I also don't know why it being "so new" would make any difference. You should talk to somebody…

josch commented on issue josch/img2pdf#182 2023-11-28 10:04:43 +00:00
error: 'Namespace' object has no attribute 'pdfa'

Aha, then your problem is probably the one reported in #179. Can you confirm?

I was confused because in your initial report you write that you got the "error message when using v0.5.0 and…

josch commented on issue josch/img2pdf#183 2023-11-28 07:20:30 +00:00
Image DPI with resolution value both in EXIF (IFD0) and JFIF

Thank you for your bug report!

Though I am not convinced of this argument.

Your situation is, that your JFIF data is broken and you want to prioritize EXIF. Lets say we change that. Now what…

josch commented on issue josch/img2pdf#182 2023-11-27 16:36:34 +00:00
error: 'Namespace' object has no attribute 'pdfa'

Thank you for your bug report! Can you re-run img2pdf with --verbose and paste the full output including the traceback? Thank you!

josch pushed tag 0.5.1 to josch/img2pdf 2023-11-26 05:34:37 +00:00
josch pushed to main at josch/img2pdf 2023-11-26 05:34:36 +00:00
819b366bf5 release version 0.5.1
josch commented on issue josch/img2pdf#181 2023-11-25 20:46:26 +00:00
Incorrect page size with different resolutions in x and y directions

Thank you for making me aware. It seems I had pushed too early. This is the fixed commit: fb9537d8b716ee9875cb4f7bb1806ff0d6c8a967

josch pushed to main at josch/img2pdf 2023-11-25 20:45:48 +00:00
cc8c708295 HACKING: how to bisect
fb9537d8b7 src/img2pdf.py: allow PNG input without dpi units but non-square dpi aspect ratio
Compare 2 commits »
josch pushed to main at josch/img2pdf 2023-11-25 07:03:40 +00:00
9e2984bb62 HACKING: how to bisect
b0c6f0fcf3 src/img2pdf.py: allow PNG input without dpi units but non-square dpi aspect ratio
Compare 2 commits »
josch closed issue josch/img2pdf#181 2023-11-25 07:03:39 +00:00
Incorrect page size with different resolutions in x and y directions
josch deleted branch windows from josch/img2pdf 2023-11-25 07:03:09 +00:00
josch closed issue josch/img2pdf#179 2023-11-25 07:03:07 +00:00
0.5.0 fails to run on Windows
josch pushed to main at josch/img2pdf 2023-11-25 07:03:07 +00:00
7678435eb7 validate icc profile and no default location on windows
josch merged pull request josch/img2pdf#180 2023-11-25 07:03:07 +00:00
validate icc profile and no default location on windows
josch commented on issue josch/img2pdf#181 2023-11-17 17:33:54 +00:00
Incorrect page size with different resolutions in x and y directions

Do you have any suggestion on how to do this without using subprocess and imagemagick?

I see two ways forward:

  1. wait for me to have enough free time so that i can fix this issue 2.…
josch commented on issue josch/img2pdf#179 2023-11-07 17:53:10 +00:00
0.5.0 fails to run on Windows

So that you do not have to bother with patches I made this into a commit with a merge request: josch/img2pdf#180

I also pushed this to github so there is…

josch created pull request josch/img2pdf#180 2023-11-07 17:52:13 +00:00
validate icc profile and no default location on windows
josch pushed to windows at josch/img2pdf 2023-11-07 17:50:25 +00:00
7678435eb7 validate icc profile and no default location on windows