josch commented on issue josch/img2pdf#193 2024-03-05 09:34:24 +00:00
STRIP_SIZE messages

Thank you for your report! What logs are you seeing these messages in? Just on standard output when you run img2pdf? I'm not sure why there is anything printed when img2pdf sets the tiff strip…

josch commented on issue josch/img2pdf#192 2024-02-28 21:34:31 +00:00
ZeroDivisionError: float division by zero

Okay, I have an analysis for this issue. Here are the first 32 bytes of the problematic image:

00000000: ffd8 ffe0 0010 4a46 4946 0001 0101 012c  ......JFIF.....,
00000010: 0000 0000 ffe1…
josch commented on issue josch/img2pdf#192 2024-02-28 10:43:44 +00:00
ZeroDivisionError: float division by zero

Yes, my private email is josch@mister-muffin.de.

Thank you for helping with getting to the bottom of this!

josch commented on issue josch/img2pdf#192 2024-02-28 09:28:42 +00:00
ZeroDivisionError: float division by zero

Also, the division by zero error comes from one of your images which has:

DEBUG:img2pdf:input dpi = 300 x 0

I wonder what img2pdf should do when it encounters such an image.…

josch commented on issue josch/img2pdf#192 2024-02-28 09:00:09 +00:00
ZeroDivisionError: float division by zero

Can you provide me with an image that exhibits this behaviour? Thanks!

josch closed issue josch/img2pdf#191 2024-02-18 20:40:22 +00:00
Images darker than source
josch commented on issue josch/img2pdf#191 2024-02-18 20:40:20 +00:00
Images darker than source

I think it is super useful that you brought up this issue. Being lossless is the main reason for img2pdf's existence. If people do not need this property, there are many other converters out there…

josch commented on issue josch/img2pdf#191 2024-02-18 07:46:42 +00:00
Images darker than source

I find your Example1.jpg most interesting. I indeed do see the slightly different colors.

First of all, your image includes a color profile, namely sRGB IEC61966-2.1. Do your input images…

josch commented on issue josch/img2pdf#191 2024-02-17 23:41:25 +00:00
Images darker than source

I just opened your screenshot with an editor and compared color values and am unable to see how one is darker than the other. Could you try an image that is just white and then take a screenshot…

josch commented on issue josch/img2pdf#165 2024-02-16 10:02:52 +00:00
How do convert an image to pdf so it opens in viewable zoom level?

Hi @plagi I'm not sure what you wanted to say with your last message. Can you rephrase? Thank you! :)

josch commented on issue josch/img2pdf#190 2024-02-15 21:49:33 +00:00
No obvious way to enforce rotation

Wow, your last comment became quite insulting towards the end. I'm grateful that you are reaching out to report something that you perceive as a problem. But you do understand that dissing my…

josch commented on issue josch/img2pdf#190 2024-02-15 19:33:31 +00:00
No obvious way to enforce rotation

You are correct in concluding that img2pdf currently is unable to apply rotation on a per-image basis.

But I'm also very hesitant about adding such a feature. The same argument that you made…

josch pushed to main at josch/mmdebstrap 2024-02-08 11:31:06 +00:00
286cecc21b follow adduser's changes in example: --gecos => --comment
113532b3e1 refactor worker function to remove code duplication
Compare 2 commits »
josch commented on issue josch/mmdebstrap#39 2024-02-06 05:48:48 +00:00
Unable to apt-get install from hook?

Thanks for your prompt reply. It was pretty late last night so I figure I would just describe my immediate symptom first (unable to apt-get from hook) in case I missed something obvious.

Well.…

josch commented on issue josch/mmdebstrap#39 2024-02-05 13:46:26 +00:00
Unable to apt-get install from hook?

Uff... there are multiple things to unpack here...

  1. i have no clue about bdebstrap so i cannot tell you how to use it correctly to do what you want
  2. you do not have to install `apt-transp…
josch pushed to main at josch/mmdebstrap 2024-02-01 05:01:09 +00:00
d244f4f1de release 1.4.3
81589889f9 check for dpkg-dev being installed for dpkg-architecture when doing foreign fakechroot
35cd477fea Take hard links into account when computing disk usage based on dpkg-gencontrol.pl
a7586e55d1 coverage.txt: exclude create-foreign-tarball from arm64 in fakechroot mode because usrmerge postinst under fakechroot wants to copy /lib/ld-linux-x86-64.so.2 (which does not exist) instead of /lib64/ld-linux-x86-64.so.2
65c27a55b3 cleanup start-stop-daemon without root prefix when performing a pivot-root
Compare 8 commits »
josch pushed tag 1.4.3 to josch/mmdebstrap 2024-02-01 05:01:09 +00:00
josch pushed tag 1.4.2 to josch/mmdebstrap 2024-01-29 10:44:26 +00:00
josch pushed to main at josch/mmdebstrap 2024-01-29 10:44:25 +00:00
b54564a84d release 1.4.2
ba6e9af9a2 README.md: update list of contributors
8410dc6636 mmdebstrap-autopkgtest-build-qemu: fix octal mode computation
Compare 3 commits »
josch pushed to main at josch/mmdebstrap 2024-01-28 16:21:53 +00:00
3e233e10df mmdebstrap-autopkgtest-build-qemu: make the hostname 'host' as it is done by autopkgtest-build-qemu as it is expected by sbuild-qemu-update and sbuild-qemu-boot
79ef2e3437 tests/remove-start-stop-daemon-and-policy-rc-d-in-hook: remove /usr/sbin/start-stop-daemon and not /sbin/start-stop-daemon
2e7a3ae8b7 remove docs concerning qemu-user-static
cc831fc276 remove clean-up of qemu-user-static as it is not copied into the chroot anymore
Compare 4 commits »