Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exporting JBIG2 images #46

Closed
wants to merge 11 commits into from
Closed

exporting JBIG2 images #46

wants to merge 11 commits into from

Commits on Jul 14, 2019

  1. saving JBIG2 streams as .jb2 images

    Leonid Amirov committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    5f09ad2 View commit details
    Browse the repository at this point in the history
  2. JBIG2 stream decoding basic routines

    Leonid Amirov committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    2f33f9a View commit details
    Browse the repository at this point in the history
  3. JBIG2 stream writer basic routines(incomplete)

    Leonid Amirov committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    0f70748 View commit details
    Browse the repository at this point in the history
  4. finished with basic JBIG2 format encoding routines

    Leonid Amirov committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    dd45b37 View commit details
    Browse the repository at this point in the history
  5. JBIG2 file writing routines

    Leonid Amirov committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    aa27c2a View commit details
    Browse the repository at this point in the history
  6. exporting jb2 images from ImageWriter

    Leonid Amirov committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    47f6940 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c996e8 View commit details
    Browse the repository at this point in the history
  8. added read_file() method to JBIG2StreamReader; fixed a bug in segment…

    … references reading
    Leonid Amirov committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    5fc5616 View commit details
    Browse the repository at this point in the history
  9. fixed bug in JGBIG2StreamReader.encode_retention_flags() causing fiel…

    …d corruption
    Leonid Amirov committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    0a055d4 View commit details
    Browse the repository at this point in the history
  10. fix rebase issue

    Leonid Amirov committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    c32eb89 View commit details
    Browse the repository at this point in the history
  11. replace cStringIO with BytesIO

    Leonid Amirov committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    03a777c View commit details
    Browse the repository at this point in the history