• Joined on
Loading Heatmap…

ooBJ3u commented on pull request josch/img2pdf#184

Add support for JBIG2 (generic coding)

Apologies for the delay. I've updated the README to consistently say "1-bit monochrome" (to differentiate it from the other meaning of "grayscale"). Does this look good?

1 month ago

ooBJ3u pushed to main at ooBJ3u/img2pdf

1 month ago

ooBJ3u commented on pull request josch/img2pdf#184

Add support for JBIG2 (generic coding)

Monochrome is also often used for greyscale images, however. See e.g. https://en.wikipedia.org/wiki/Monochrome Bi-level is pretty standard terminology, though "binary images" or perhaps even…

5 months ago

ooBJ3u commented on pull request josch/img2pdf#184

Add support for JBIG2 (generic coding)

I wasn't sure why this was `if` instead of `elif`. Won't that make it so JPEG2000 still crashes? I fixed it but wanted to double-check.

5 months ago

ooBJ3u commented on pull request josch/img2pdf#184

Add support for JBIG2 (generic coding)

Fixed in 085dd192f6e14fe0d6384dc661e1e38794bb1507.

5 months ago

ooBJ3u pushed to main at ooBJ3u/img2pdf

5 months ago

ooBJ3u pushed to main at ooBJ3u/img2pdf

5 months ago

ooBJ3u commented on pull request josch/img2pdf#184

Add support for JBIG2 (generic coding)

No problem, I'll swap it out.

5 months ago

ooBJ3u pushed to main at ooBJ3u/img2pdf

  • ee42963164 Add support for JBIG2 (generic coding)

5 months ago

ooBJ3u created pull request josch/img2pdf#184

Add support for JBIG2 (generic coding)

5 months ago

ooBJ3u pushed to main at ooBJ3u/img2pdf

  • 154a61a88f Add support for JBIG2 (generic coding)

5 months ago

ooBJ3u created repository ooBJ3u/img2pdf

5 months ago

ooBJ3u commented on issue josch/img2pdf#112

Support for JBIG2 images ~~/ streams~~

I'm learning more and more every minute I'm looking into this.. What I said above is not entirely accurate: you got the different files because of using their "PDF mode". Both generic coding and…

5 months ago

ooBJ3u commented on issue josch/img2pdf#112

Support for JBIG2 images ~~/ streams~~

`jbig2enc` can give two types of outputs. The one you've been using is "symbol mode", which finds identical looking "symbols", and deduplicates them. This is useful when compressing files directly…

5 months ago