0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fill out the README
Ralph Giles
as giles
More... almost 22 years ago
Clean up some warnings from MSVC. Thanks to Russell Lang for the report.
Ralph Giles
as giles
More... almost 22 years ago
Code cleanup (obsuscation?) Turn off excessive debugging output.
Ralph Giles
as giles
More... almost 22 years ago
Fix image compositor. Code is not beautiful, but works. More... almost 22 years ago
checkpoint compositor development
Ralph Giles
as giles
More... almost 22 years ago
As per raph's suggestion, switch to byte-wise addressing for the image data. It solves some endianness problems, and saves a significant amount of memory since page and pattern dictionaries contain many small (< 32 pixels wide) images.
Ralph Giles
as giles
More... almost 22 years ago
Compositors now producing reasonable-looking output.
Ralph Giles
as giles
More... almost 22 years ago
checkpoint commit of compositor.
Ralph Giles
as giles
More... almost 22 years ago
Oops. Previous stride calculation was correct. Also remove obsolete png test code.
Ralph Giles
as giles
More... almost 22 years ago
We've been using (and want) the image stride in bytes, not words.
Ralph Giles
as giles
More... almost 22 years ago
#ifdef the debug fprintf()s. comment cleanup. actually transpose on TRANSPOSED.
Ralph Giles
as giles
More... almost 22 years ago
Text region decoding now seems to decode 042_10.jb2 correctly. Added IAID decoding procedure. Changed jbig2_decode_text_region to use IAID procedure. Fixed off-by-one errors in corner alignment calculations. Added for (;;) loop for 3c, corresponding to looping over all symbol instances in a strip (outer while loop corresponds to looping over all strips in the region). Fixed predicates in CURS updating logic. More... almost 22 years ago
checkpoint in-progress text decoder. close but no data yet.
Ralph Giles
as giles
More... almost 22 years ago
another checkpoint of text region decoding work. referred-to segment info is correct now.
Ralph Giles
as giles
More... almost 22 years ago
checkpoint in-progress text region decoding procedures
Ralph Giles
as giles
More... almost 22 years ago
use the correct number of bytes in reading the referred-to segment numbers. (still untested)
Ralph Giles
as giles
More... almost 22 years ago
Save referred-to segment numbers. (untested)
Ralph Giles
as giles
More... almost 22 years ago
checkpointing work on text region decoder.
Ralph Giles
as giles
More... almost 22 years ago
Store the decoded symbol dictionary in the result field of the corresponding segment.
Ralph Giles
as giles
More... almost 22 years ago
Gratuitous renaming. Promote the segment header to Jbig2Segment and use it to store intermediate results rather than the results objects raph had sketched.
Ralph Giles
as giles
More... almost 22 years ago
Treat seg_idx=-1 specially in the error callback, since we're using that for cases where the segment number is inappropriate or not available.
Ralph Giles
as giles
More... almost 22 years ago
Interpret '-' as an output filename meaning stdout.
Ralph Giles
as giles
More... almost 22 years ago
remove the redundant width and height fields from Jbig2GenericRegionParams in favor of the dimensions of the passed Jbig2Image
Ralph Giles
as giles
More... almost 22 years ago
restore original behavior for -DOUTPUT_PBM
Ralph Giles
as giles
More... almost 22 years ago
Update decode_symbol_dict() to use images, fixing a type-related bug from the earlier changes. Report debug messages through the official mechanism.
Ralph Giles
as giles
More... almost 22 years ago
remove dead code
Ralph Giles
as giles
More... almost 22 years ago
remove dead code
Ralph Giles
as giles
More... almost 22 years ago
Generic regions decode into Jbig2Image structures, which are then (trivially) composited with the page buffer as the final step in handling the segment. We now write the page data out at out.png or out.pbm. Compile with -DOUTPUT_PBM for the old behavior.
Ralph Giles
as giles
More... almost 22 years ago
Beginnings of text segment handling. Parse (most of) the text region segment header. Move the region segment info parser to jbig2_segment.c and jbig2_priv.h since this is shared by all region segment types.
Ralph Giles
as giles
More... almost 22 years ago
Fix a precedence bug which prevented using the first page structure.
Ralph Giles
as giles
More... almost 22 years ago