josch pushed tag 0.8.6 to josch/mmdebstrap 2022-03-25 13:27:36 +00:00
josch closed pull request josch/img2pdf#134 2022-03-25 13:03:23 +00:00
--viewer-page-layout support for twopageright and twopageleft
josch commented on pull request josch/img2pdf#134 2022-03-25 13:03:22 +00:00
--viewer-page-layout support for twopageright and twopageleft

Fixed via e8ca53738fb248de739c19ba426cf7569115a8c4

Thanks!

josch pushed to main at josch/img2pdf 2022-03-25 13:02:58 +00:00
e8ca53738f --viewer-page-layout support for twopageright and twopageleft
josch commented on issue josch/img2pdf#136 2022-03-24 11:46:26 +00:00
Question on UserUnit handling

Thanks for bringing this up. In case you are not the last one to read the img2pdf source to make sense of how PDF works I recorded the result of this issue in a code comment 7c48bfb86813bd0ede3fae2…

josch pushed to main at josch/img2pdf 2022-03-24 11:43:56 +00:00
7c48bfb868 find_scale(): better document why we use powers of 10
244f034a2e src/img2pdf_test.py: format with black
Compare 2 commits »
josch commented on issue josch/img2pdf#136 2022-03-24 06:32:08 +00:00
Question on UserUnit handling

As you can see from the commit, it wasn't me but @j_barlow who authored a826939.

As far as my understanding goes you are correct: we could use any multiplier. I think there is a simple reason…

josch commented on issue josch/img2pdf#133 2022-03-22 14:03:26 +00:00
Program enters infinite loop if called without arguments?

Yes, this is documented in the --help output for the infile option:

If no input images are given, then a single image is read from standard input.

This is so that img2pdf can be used…

josch commented on pull request josch/img2pdf#134 2022-03-22 10:49:34 +00:00
--viewer-page-layout support for twopageright and twopageleft

Thanks! But according to the PDF reference manual, TwoPageLeft and TwoPageRight are only supported since PDF 1.5. So could you add something like this at the correct place:

if self.output_v…
josch commented on issue josch/img2pdf#135 2022-03-22 10:23:04 +00:00
MPO JPEGs from digital camera with thumbnails inserted as multiple frames

Thanks for your bug report and the test input! If I understand the problem correctly, then this is a feature and not a bug. img2pdf by default outputs one page for each frame in a multi-frame…

josch commented on pull request josch/mmdebstrap#24 2022-03-15 13:41:26 +00:00
mmdebstrap: Show APT's dependency trace when in debug mode

We never need this if apt succeeds, correct? If yes, and this is only about figuring out why apt failed to do what it was asked to do, then instead we should add some code that, if apt fails, runs…

josch commented on issue josch/mmdebstrap#23 2022-03-07 23:01:39 +00:00
apt installs non necessary packets, even with --mode=custom

It is likely a problem on your end and not with mmdebstrap. You also don't need --aptopt='Apt::Install-Recommends "false"' because mmdebstrap doesn't install Recommends by default. To figure out…

josch pushed to main at josch/mmdebstrap 2022-03-07 22:44:55 +00:00
64ba5f8229 release 0.8.5
409ce1cfee improve man page further
4ce5a92123 coverage.sh: now that the _apt user is created as a system user by adduser, we also need to change /etc/shadow
3a9ba24d12 coverage.sh: output diff to stderr prevent interleaving with sh -x output
7044baf6b1 run busybox from an absolute path to allow running it even when /proc is not mounted as busybox uses /proc/self/exe to figure out its own path
Compare 6 commits »
josch pushed tag 0.8.5 to josch/mmdebstrap 2022-03-07 22:44:55 +00:00
josch pushed to main at josch/mmdebstrap 2022-03-06 09:19:17 +00:00
01bbdb9d2c finalize mmdebstrap-autopkgtest-build-qemu
josch pushed to main at josch/mmdebstrap 2022-03-05 20:26:30 +00:00
4b7669be43 examples/mmdebstrap-autopkgtest-qemu: add support for arm64, armhf and ppc64el via efi and ieee1275 boot
josch pushed to main at josch/mmdebstrap 2022-03-05 07:03:52 +00:00
c7e8e28af9 examples/mmdebstrap-autopkgtest-qemu: use grub to support more architectures
josch pushed to main at josch/mmdebstrap 2022-03-04 11:30:49 +00:00
f612826fdf Add examples/mmdebstrap-autopkgtest-qemu
josch commented on issue josch/plakativ#3 2022-02-28 08:01:26 +00:00
Windows compiled exe

Hi @alkamao2020 please try out the exe I now uploaded at https://gitlab.mister-muffin.de/josch/plakativ/releases/tag/0.5 and close this issue once you have confirmed that this exe works on Windows.…