josch commented on issue josch/img2pdf#163 2023-04-29 20:19:12 +00:00
Past version release binaries?

I do not own any computer running Windows, so the img2pdf.exe is produced by a CI pipeline running on appveyor. It is entirely possible that the script that built this broke on recent releases.…

josch commented on issue josch/img2pdf#156 2023-04-29 20:17:16 +00:00
--help doesn't work

Okay, so in version 0.4.4, line 4032 reads:

images = [sys.stdin.buffer.read()]

The error message seems to suggest that sys.stdin is actually None. To solve this, we need somebody…

josch commented on issue josch/mmdebstrap#36 2023-04-26 23:38:20 +00:00
NO_PUBKEY failure when behind a proxy

Does your mmdebstrap invocation work now?

josch commented on issue josch/mmdebstrap#36 2023-04-26 04:34:52 +00:00
NO_PUBKEY failure when behind a proxy

Thank you! Since you were able to reproduce the problem without mmdebstrap, the problem is not mmdebstrap but the keys that apt has access to. I see that you have /usr/share/keyrings/debian-archive…

josch commented on issue josch/mmdebstrap#36 2023-04-24 19:39:24 +00:00
NO_PUBKEY failure when behind a proxy

You are trying to create a Debian chroot on Ubuntu. This means that Ubuntu needs to know about recent Debian keyrings. Do you have a recent-enough debian-archive-keyring (or however it is called…

josch commented on issue josch/img2pdf#162 2023-04-11 06:55:58 +00:00
Isolating whether elements are from the output PDF file or PDF reader being used

This output is automatically generated. The -h option is the short form of --help. Try running it with --help and you'll see it works as expected.

And sorry, there is indeed no --dpi

josch commented on issue josch/img2pdf#162 2023-04-10 10:35:34 +00:00
Isolating whether elements are from the output PDF file or PDF reader being used

Yes. Your original.png includes the information that the image has 72 dpi and that information is embededd into the resulting PDF. If you want to ignore the information in your input file, you…

josch commented on issue josch/img2pdf#162 2023-04-10 08:07:29 +00:00
Isolating whether elements are from the output PDF file or PDF reader being used

Also notice, that your first image original.png has an embedded color profile. Make sure that all viewer applications that you use are able to make use of this color profile. Applications that…

josch commented on issue josch/img2pdf#162 2023-04-10 07:50:01 +00:00
Isolating whether elements are from the output PDF file or PDF reader being used

You did show evidence that img2pdf is not lossless. The effect you see can be explained by your pdf viewer doing bicubic scaling when zooming in instead of showing you very large pixels.

If you…

josch commented on issue josch/img2pdf#156 2023-04-08 04:30:10 +00:00
--help doesn't work

I'm unable to reproduce the problem because I do not own a machine that is able to run Microsoft Windows (I'm typing this on the MNT Reform) nor do I own a copy of Windows and I'm not willing to…

josch commented on issue josch/img2pdf#160 2023-04-05 09:36:49 +00:00
Created pdf cannot be oppened using Acrobat

It is no surprise that your new pdf works, because it re-encoded the included JPEG (which results in quality loss).

It is likely that adobe acrobat does not like somthing about the JPEG in your…

josch pushed to DPkg-Chroot-Directory at josch/mmdebstrap 2023-03-22 08:40:20 +00:00
9cea818727 set DPkg::Chroot-Directory in APT_CONFIG
josch created pull request josch/mmdebstrap#34 2023-03-22 08:29:50 +00:00
set DPkg::Chroot-Directory in APT_CONFIG
josch pushed to DPkg-Chroot-Directory at josch/mmdebstrap 2023-03-22 08:29:45 +00:00
32fa6ff7bd set DPkg::Chroot-Directory in APT_CONFIG so that hooks calling apt from outside do not have to manually add it with -o
josch created branch DPkg-Chroot-Directory in josch/mmdebstrap 2023-03-22 08:27:23 +00:00
josch pushed to DPkg-Chroot-Directory at josch/mmdebstrap 2023-03-22 08:27:23 +00:00
a2a619f911 set DPkg::Chroot-Directory in APT_CONFIG so that hooks calling apt from outside do not have to manually add it with -o
josch pushed to main at josch/mmdebstrap 2023-03-20 05:27:19 +00:00
81d155cac8 release 1.3.5
josch pushed tag 1.3.5 to josch/mmdebstrap 2023-03-20 05:27:19 +00:00
josch pushed to main at josch/mmdebstrap 2023-03-19 08:07:04 +00:00
b3338bd33b refine warnings and add documentation for using --include with .deb files in unshare mode
71a9a2e7a9 tests/include-deb-file: run in all modes
19a2ec044a fix undefined variable in error message
af95b4d778 hooks/file-mirror-automount/setup00.sh: use mmdebstrap --hook-helper upload and sync-in instead of cp
4d44b9dbbe export MMDEBSTRAP_ARGV0 for hooks
Compare 6 commits »
josch commented on issue josch/plakativ#4 2023-03-19 04:18:56 +00:00
Print cutting guides improvement

You are right: printing the cutting guides on all four borders is not necessary. The reason they are printed on all four borders anyways is, that for the posters that I've been glueing together so…