josch commented on issue josch/img2pdf#177 2023-10-26 04:30:24 +00:00
This is not working as expected. Problems with dpi and borders.

Oh, wait, just to confirm: you have your original image of 3032x4063 pixels and you would like img2pdf to change that so that the final image in the pdf is at around 2550x3417 pixels? You expect…

josch commented on issue josch/img2pdf#177 2023-10-25 22:35:29 +00:00
This is not working as expected. Problems with dpi and borders.

So that input image is 3032x4063 pixels. If you scale that to 300 dpi, then that's 10.1 x 13.5 inch. This means it does not fit onto the letter paper format and it makes sense that parts are cut…

josch commented on issue josch/img2pdf#177 2023-10-25 03:04:12 +00:00
This is not working as expected. Problems with dpi and borders.

Can you send me your input image?

If you want letter pages with 300dpi images, then

img2pdf -o out.pdf -S letter -s 300dpix300dpi

should be doing what you want. If it does not,…

josch pushed tag 1.4.0 to josch/mmdebstrap 2023-10-23 22:05:39 +00:00
josch pushed to main at josch/mmdebstrap 2023-10-23 22:05:38 +00:00
1ffa88b182 release 1.4.0
josch pushed to main at josch/mmdebstrap 2023-10-23 09:56:25 +00:00
abcfda0442 add example for mmdebstrap-autopkgtest-build-qemu
63d5ffb2a6 reflow paragraph
a1e5043676 add example on how to remove /etc/resolv.conf and /etc/hostname to make the chroot reproducible
ecc167e87e add example for using debvm-create and debvm-run
2d758ba576 add example on how to add additional apt sources
Compare 33 commits »
josch commented on issue josch/plakativ#5 2023-10-19 09:44:25 +00:00
frame without cutting the original material

I'm not quite sure I understand what you mean. Do you have an example where plakativ cuts off edges of the original document? If yes, then that is a bug.

josch commented on issue josch/img2pdf#175 2023-10-18 06:32:18 +00:00
Converted PDF cannot open in Acrobat

i merged your MR, thank you!

josch merged pull request josch/img2pdf#176 2023-10-18 06:32:03 +00:00
Remove non-GRAY ICC profiles from grayscale JPG files
josch pushed to main at josch/img2pdf 2023-10-18 06:32:03 +00:00
5cd0918d50 Issue #175 related. The original was SmartAlbums, but another case with 'Adobe PS', so delete the exif_software check part
josch commented on issue josch/img2pdf#175 2023-10-18 06:06:36 +00:00
Converted PDF cannot open in Acrobat

uff... why do all these image manipulation programs put an RGB profile into a grayscale image? :(

Are these also JPEGs? What is the value of the Software tag?

josch pushed to main at josch/img2pdf 2023-10-17 09:32:38 +00:00
f157ced05d ignore RGB icc profile for grayscale jpegs produced by SmartAlbums
josch closed issue josch/img2pdf#175 2023-10-17 09:32:37 +00:00
Converted PDF cannot open in Acrobat
josch commented on issue josch/img2pdf#175 2023-10-16 11:28:02 +00:00
Converted PDF cannot open in Acrobat

You are completely correct! The other fix was about TIFF and PNG produced by GIMP. Your problem is about JPEG produced by SmartAlbums but the fix is the same. I didn't even know that grayscale…

josch commented on issue josch/img2pdf#175 2023-10-13 14:21:23 +00:00
Converted PDF cannot open in Acrobat

Could you try img2pdf from git? This bug should be fixed there.

I just have to make a new release but the test suite still fails on Fedora...

josch commented on issue josch/img2pdf#174 2023-10-02 14:41:36 +00:00
use /LZWDecode filter for GIF and matching TIFF images

Thank you! I've tagged this issue as "enhancement" and "help wanted", so if somebody finds some time to implement this I'd be happy to review patches. 😄

josch commented on issue josch/img2pdf#174 2023-10-02 11:59:08 +00:00
use /LZWDecode filter for GIF and matching TIFF images

Yes, that would make sense if it is possible.

Do you have very large GIF images were re-encoding them slows you down?

One problem is, that Pillow does not give me access to the compressed…

josch pushed to main at josch/mmdebstrap 2023-09-19 09:29:34 +00:00
1f606f913d mmdebstrap-autopkgtest-build-qemu: allow binutils-multiarch and fix --script
be3cd00243 mmdebstrap-autopkgtest-build-qemu: add --arch option
Compare 2 commits »
josch pushed to main at josch/mmdebstrap 2023-09-17 16:05:49 +00:00
e07818d2d6 add mmdebstrap-autopkgtest-build-qemu
josch pushed tag 1.3.8 to josch/mmdebstrap 2023-08-20 11:38:28 +00:00