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

Pr jbig2 #311

Merged
merged 24 commits into from
Oct 22, 2019
Merged

Pr jbig2 #311

merged 24 commits into from
Oct 22, 2019

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

Commits on Oct 22, 2019

  1. Configuration menu
    Copy the full SHA
    e2a2946 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0de980 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11404c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29e032e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24449bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6088111 View commit details
    Browse the repository at this point in the history
  7. Reformat jbig2.py

    pietermarsman committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    1c8196f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    841060d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2469159 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e303bba View commit details
    Browse the repository at this point in the history
  11. Reformat ImageWrite

    pietermarsman committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    912903f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6307d74 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    80ec153 View commit details
    Browse the repository at this point in the history