josch closed issue josch/img2pdf#143 2022-05-18 11:08:11 +00:00
Comparison with econvert (ExactImage)
josch pushed to main at josch/img2pdf 2022-05-18 11:08:11 +00:00
d9b90499f3 README.md: compare to econvert (closes: #143)
josch reopened issue josch/img2pdf#143 2022-05-18 11:08:01 +00:00
Comparison with econvert (ExactImage)
josch commented on issue josch/img2pdf#143 2022-05-18 11:08:00 +00:00
Comparison with econvert (ExactImage)

Reopening so that I can close this with a commit.

josch commented on issue josch/img2pdf#143 2022-05-18 04:48:55 +00:00
Comparison with econvert (ExactImage)

Like pdflatex and podofoimg2pf it seems that econvert is able to embed JPEG images into PDF directly without re-encoding but when given other file formats stores them just using flate compressen,…

josch pushed to main at josch/img2pdf 2022-05-13 19:27:17 +00:00
edb0d29a14 README.md: fix link
josch pushed to main at josch/img2pdf 2022-05-13 19:25:43 +00:00
bb3e8b0098 README.md: document that img2pdf.exe can now be downloaded via release
josch pushed to main at josch/mmdebstrap 2022-05-11 08:48:29 +00:00
09f1dd2ee6 Improve documentation of reproducibility of /etc/resolv.conf and /etc/hostname
josch closed issue josch/mmdebstrap#26 2022-05-11 08:48:28 +00:00
Files from host end up in output tarball
josch commented on issue josch/mmdebstrap#26 2022-05-10 14:35:12 +00:00
Files from host end up in output tarball

Ah okay, I understand. Yes, I'll add some more docs to explain this. Thanks for pointing this out!

josch commented on issue josch/mmdebstrap#26 2022-05-10 14:26:01 +00:00
Files from host end up in output tarball

Your observation is absolutely correct. The reason why /etc/resolv.conf and /etc/hostname is copied in, is because debootstrap is doing the same and thus I think that's what users expect. You are…

josch commented on issue josch/img2pdf#127 2022-04-13 18:19:03 +00:00
Memory 'leak'

@Gistix, @tpurves until this is fixed in pikepdf, as a workaround, you can pass engine=img2pdf.Engine.internal to convert() so that pikepdf isn't used as the rendering engine.

josch commented on issue josch/img2pdf#127 2022-04-13 18:16:13 +00:00
Memory 'leak'

I reported this as https://github.com/pikepdf/pikepdf/issues/329

Thank you @Gistix for reporting this, @tpurves for investigating further an @mara0004 for insisting I look into this. :)

josch commented on issue josch/img2pdf#127 2022-04-13 16:40:27 +00:00
Memory 'leak'

It's pikepdf. Minimal reproducer:

import pikepdf

for i in range(100000):
	with pikepdf.new() as pdf:
		pdf.add_blank_page()
josch commented on issue josch/img2pdf#127 2022-04-13 16:06:39 +00:00
Memory 'leak'

I think it's the engine. Compare this (the original example):

import img2pdf

with open("./src/tests/input/normal.jpg", 'rb') as f:
        for i in range(100000):
               
josch commented on issue josch/img2pdf#135 2022-04-12 19:59:53 +00:00
MPO JPEGs from digital camera with thumbnails inserted as multiple frames

I think you are right. I think I want to add another command line option called --include-thumbnails. By default, thumbnails will not be included because they are redundant. So with the new…

josch closed issue josch/img2pdf#86 2022-04-11 06:28:25 +00:00
Can't Install
josch commented on issue josch/img2pdf#86 2022-04-11 06:28:24 +00:00
Can't Install

Closing because of inactivity.

josch closed issue josch/img2pdf#84 2022-04-11 06:27:57 +00:00
Change aspect ratio to fill page?
josch commented on issue josch/img2pdf#84 2022-04-11 06:27:55 +00:00
Change aspect ratio to fill page?

Closing because of inactivity.