leoleozhu
  • Joined on
Loading Heatmap…

leoleozhu pushed tag 0.5.1-20231130 to leoleozhu/img2pdf

6 months ago

leoleozhu pushed to main at leoleozhu/img2pdf

  • 98493e6a9a use resolution (DPI) from EXIF first, if not found or invalid, then use info from Pillow image
  • 819b366bf5 release version 0.5.1
  • cc8c708295 HACKING: how to bisect
  • fb9537d8b7 src/img2pdf.py: allow PNG input without dpi units but non-square dpi aspect ratio
  • 7678435eb7 validate icc profile and no default location on windows
  • Compare 7 commits »

6 months ago

leoleozhu commented on issue josch/img2pdf#183

Image DPI with resolution value both in EXIF (IFD0) and JFIF

Thank you for your reply. I understand your concern regarding the prioritization of EXIF data over JFIF data in img2pdf. You brought up a valid point about potential scenarios where EXIF data…

6 months ago

leoleozhu opened issue josch/img2pdf#183

Image DPI with both resolution value in EXIF (IFD0) and JFIF

6 months ago

leoleozhu commented on issue josch/img2pdf#175

Converted PDF cannot open in Acrobat

Seems the attachments are not displaying. https://www.dropbox.com/sh/5xq6kllf1ormjkm/AACx6kw1vXr2-rOonngxEYPia?dl=0

7 months ago

leoleozhu commented on issue josch/img2pdf#175

Converted PDF cannot open in Acrobat

History Software Agent : Adobe Photoshop CS6 (Windows), Adobe Photoshop 23.0 (Windows) Software : Adobe Photoshop 23.0 (Windows)

7 months ago

leoleozhu created pull request josch/img2pdf#176

Remove non-GRAY ICC profiles from grayscale JPG files

7 months ago

leoleozhu commented on issue josch/img2pdf#175

Converted PDF cannot open in Acrobat

Found another case. Images were created with PhotoShop.

7 months ago

leoleozhu pushed to main at leoleozhu/img2pdf

  • 5cd0918d50 Issue #175 related. The original was SmartAlbums, but another case with 'Adobe PS', so delete the exif_software check part

7 months ago

leoleozhu pushed to main at leoleozhu/img2pdf

  • 7d2b922eff Issue #175 related. The original was SmartAlbums, but another case with 'Adobe PS', so delete the exif_software check part

7 months ago

leoleozhu created repository leoleozhu/img2pdf

7 months ago

leoleozhu commented on issue josch/img2pdf#175

Converted PDF cannot open in Acrobat

Thank you for your confirmation. Leo <leozhu8964@gmail.com> is fine. Thanks.

7 months ago

leoleozhu commented on issue josch/img2pdf#175

Converted PDF cannot open in Acrobat

Hi Josch, I tried the head version and since this issue is a little different to #164, it's not fixed. The following patch could fix it. + # SmartAlbums old version (found 2.2.6)…

7 months ago

leoleozhu commented on issue josch/img2pdf#175

Converted PDF cannot open in Acrobat

A grayscale image with an RGB color profile seems to be the problem, which appears to be similar to issue #164. This particular image was generated using an older version( 2.2.6) of “SmartAlbums…

7 months ago

leoleozhu opened issue josch/img2pdf#175

Converted PDF cannot open in Acrobat

7 months ago

leoleozhu closed issue josch/img2pdf#170

16bit depth png, got error: Refusing to work with multiple >8bit channels.

11 months ago

leoleozhu commented on issue josch/img2pdf#170

16bit depth png, got error: Refusing to work with multiple >8bit channels.

Thank you and the warning patch looks good. I will check the depth of the image first, if it's not 8 bit, use imagemagick to convert it first. Then use img2pdf to convert it to PDF.

11 months ago

leoleozhu opened issue josch/img2pdf#170

16bit depth png, got error: Refusing to work with multiple >8bit channels.

11 months ago