josch commented on issue josch/img2pdf#157 2023-06-02 14:55:06 +00:00
Feature request: set DPI

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…

josch closed issue josch/mmdebstrap#38 2023-06-02 03:08:22 +00:00
Provide example to remove documentation and produce smallest possible image
josch commented on issue josch/mmdebstrap#38 2023-06-02 03:08:21 +00:00
Provide example to remove documentation and produce smallest possible image

This should fix this issue:

ebf7a67e37

josch pushed to main at josch/mmdebstrap 2023-06-02 03:07:17 +00:00
ebf7a67e37 README.md: link to HTML version of the man page
14f13c6309 tests/{eatmydata-via-hook-dir,jessie-or-older}: dash 0.5.12-3 dropped diversions
Compare 2 commits »
josch commented on issue josch/mmdebstrap#38 2023-05-31 03:50:42 +00:00
Provide example to remove documentation and produce smallest possible image

Did you read the man page and searched for examples involving the --path-exclude option?

josch commented on issue josch/img2pdf#167 2023-05-30 16:46:37 +00:00
Paper size transpose in Windows

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.

josch commented on issue josch/img2pdf#155 2023-05-30 10:25:23 +00:00
PDF timestamp handling issue

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…

josch pushed to main at josch/img2pdf 2023-05-30 06:06:47 +00:00
25466113e9 another small fixup for the last commit
josch commented on issue josch/img2pdf#164 2023-05-30 06:04:29 +00:00
new(?) issue with converting 2-color TIFF images to PDF.

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…

josch commented on issue josch/img2pdf#164 2023-05-30 05:50:21 +00:00
new(?) issue with converting 2-color TIFF images to PDF.

Are you at the most recent git HEAD? I pushed another commit 40 minutes ago.

josch pushed to main at josch/img2pdf 2023-05-30 05:10:39 +00:00
7405635b72 only check whether icc profile can be dropped if there is any
josch commented on issue josch/img2pdf#155 2023-05-30 05:09:41 +00:00
PDF timestamp handling issue

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…

josch commented on issue josch/img2pdf#164 2023-05-30 04:26:24 +00:00
new(?) issue with converting 2-color TIFF images to PDF.

I pushed a commit that should fix this issue. Please re-open if it does not for you.

josch pushed to main at josch/img2pdf 2023-05-30 04:25:38 +00:00
aea472101b strip off RGB color profile from bilevel TIFF images produced by gimp (closes: #164)
josch closed issue josch/img2pdf#164 2023-05-30 04:25:37 +00:00
new(?) issue with converting 2-color TIFF images to PDF.
josch commented on issue josch/img2pdf#164 2023-05-30 04:15:27 +00:00
new(?) issue with converting 2-color TIFF images to PDF.

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…

josch commented on issue josch/img2pdf#164 2023-05-29 20:51:00 +00:00
new(?) issue with converting 2-color TIFF images to PDF.

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.

josch commented on issue josch/img2pdf#159 2023-05-29 13:31:55 +00:00
GIMP 1bit PNGs (with metadata) bug

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…