I'm using pdftk to merge multiple PDF files which, in contrast to pdfunite, has the advantage that it is also able to only pick certain pages from each input PDF file instead of just concatenating…
This should fix this issue:
You mean like this? https://gitlab.mister-muffin.de/josch/mmdebstrap/wiki/Home
Did you read the man page and searched for examples involving the --path-exclude
option?
That would be a new option. I'm looking for a way to tell the --pagesize argument that I want, lets say, A4 but not portrait (the default) but landscape instead.
I'm definitely coming back to this issue before the next img2pdf release. First though I have to understand the problem better because my brain long discarded any knowledge I used to have about…
It wasn't your fault but mine. The original commit missed another condition and thus triggered the bug you saw. I fixed that problem in another commit shortly after.
I'm happy that this is…
Are you at the most recent git HEAD? I pushed another commit 40 minutes ago.
Sorry for that. There are hundreds of bots per month creating multiple accounts and spamming my gitea installation with several repos, issues and comments to post their spam per day. I have an…
I pushed a commit that should fix this issue. Please re-open if it does not for you.
Do you really need to parse the color profile? You already know that the image is a bilevel TIFF with CCITT Group 4 encoding; isn't it safe to forcibly set iccp to None and proceed on that…
Yes. But that would require me to extract and parse the color profile and I do not know yet how to do that. Patches welcome.
I believe this is this issue: https://gitlab.gnome.org/GNOME/gimp/-/issues/9518
Hi, could you share a png image that causes this so that I can reproduce this problem? Thanks!
Is your bilevel png image just a palette png with only 2 palette entries? The png format itself…