# PaCkAgE DaTaStReAm jbig 1 739 # end of header 0707010004c577000081a40000000000000000000000014c5bfb540000010d0000010000010036ffffffffffffffff0000000d00000000jbig/pkginfoPKG=jbig NAME=jbig 2.0 SPARC 64bit Solaris 10 VERSION=2.0 PSTAMP=6th August 2010 VENDOR=Markus Kuhn EMAIL=http://freshmeat.net/projects/jbigkit/ DESC=JBIG data compression algorithm ARCH=sparc CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 0707010004c576000081a40000000000000000000000014c5bfb540000052d0000010000010036ffffffffffffffff0000000c00000000jbig/pkgmap: 1 739 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/bin 0755 root root 1 f none /usr/local/bin/jbgtopbm 0755 root root 72232 49952 1281096486 1 f none /usr/local/bin/jbgtopbm85 0755 root root 32032 49851 1281096486 1 f none /usr/local/bin/pbmtojbg 0755 root root 72184 61622 1281096486 1 f none /usr/local/bin/pbmtojbg85 0755 root root 32984 49918 1281096486 1 d none /usr/local/include 0755 root root 1 f none /usr/local/include/jbig.h 0644 root root 9620 19272 1281096487 1 f none /usr/local/include/jbig85.h 0644 root root 6937 49797 1281096487 1 f none /usr/local/include/jbig_ar.h 0644 root root 2315 50326 1281096487 1 d none /usr/local/lib 0755 root root 1 f none /usr/local/lib/libjbig.a 0755 root root 65592 17841 1281096486 1 f none /usr/local/lib/libjbig85.a 0755 root root 24584 22673 1281096487 1 d none /usr/local/man 0755 root root 1 d none /usr/local/man/man1 0755 root root 1 f none /usr/local/man/man1/jbgtopbm.1 0644 root root 3568 50413 1281096487 1 f none /usr/local/man/man1/pbmtojbg.1 0644 root root 9879 24768 1281096487 1 d none /usr/local/man/man5 0755 root root 1 f none /usr/local/man/man5/pbm.5 0644 root root 3199 60494 1281096487 1 f none /usr/local/man/man5/pgm.5 0644 root root 3222 55419 1281096487 1 i checkinstall 785 2565 1281096530 1 i pkginfo 269 21118 1281096532 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!0707010004c577000081a40000000000000000000000014c5bfb540000010d0000010000010036ffffffffffffffff0000000800000000pkginfoPKG=jbig NAME=jbig 2.0 SPARC 64bit Solaris 10 VERSION=2.0 PSTAMP=6th August 2010 VENDOR=Markus Kuhn EMAIL=http://freshmeat.net/projects/jbigkit/ DESC=JBIG data compression algorithm ARCH=sparc CATEGORY=utility CLASSES=none BASEDIR=/ ISTATES=S s 1 2 3 RSTATES=S s 1 2 3 0707010004c576000081a40000000000000000000000014c5bfb540000052d0000010000010036ffffffffffffffff0000000700000000pkgmap: 1 739 1 d none /usr ? ? ? 1 d none /usr/local ? ? ? 1 d none /usr/local/bin 0755 root root 1 f none /usr/local/bin/jbgtopbm 0755 root root 72232 49952 1281096486 1 f none /usr/local/bin/jbgtopbm85 0755 root root 32032 49851 1281096486 1 f none /usr/local/bin/pbmtojbg 0755 root root 72184 61622 1281096486 1 f none /usr/local/bin/pbmtojbg85 0755 root root 32984 49918 1281096486 1 d none /usr/local/include 0755 root root 1 f none /usr/local/include/jbig.h 0644 root root 9620 19272 1281096487 1 f none /usr/local/include/jbig85.h 0644 root root 6937 49797 1281096487 1 f none /usr/local/include/jbig_ar.h 0644 root root 2315 50326 1281096487 1 d none /usr/local/lib 0755 root root 1 f none /usr/local/lib/libjbig.a 0755 root root 65592 17841 1281096486 1 f none /usr/local/lib/libjbig85.a 0755 root root 24584 22673 1281096487 1 d none /usr/local/man 0755 root root 1 d none /usr/local/man/man1 0755 root root 1 f none /usr/local/man/man1/jbgtopbm.1 0644 root root 3568 50413 1281096487 1 f none /usr/local/man/man1/pbmtojbg.1 0644 root root 9879 24768 1281096487 1 d none /usr/local/man/man5 0755 root root 1 f none /usr/local/man/man5/pbm.5 0644 root root 3199 60494 1281096487 1 f none /usr/local/man/man5/pgm.5 0644 root root 3222 55419 1281096487 1 i checkinstall 785 2565 1281096530 1 i pkginfo 269 21118 1281096532 0707010004c58e000041ed0000000000000000000000024c5bfb54000000000000010000010036ffffffffffffffff0000000800000000install0707010004c58f000081ed0000000000000000000000014c5bfb52000003110000010000010036ffffffffffffffff0000001500000000install/checkinstall#!/bin/sh # expected_bits="64" expected_release="5.10" expected_platform="sparc" # release=`uname -r` platform=`uname -p` bits=`isainfo -b` # if [ ${platform} != ${expected_platform} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_platform} architecture\n" echo "\tAborting installation.\n\n\n" exit 1 fi if [ ${release} != ${expected_release} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_release} machine\n" echo "\tAborting installation.\n\n\n" exit 1 fi if [ ${bits} != ${expected_bits} ]; then echo "\n\n\n\tThis package must be installed on a ${expected_bits} bit machine\n" echo "\tYour machine is running a ${bits} bit O.S. currently\n" echo "\tAborting installation.\n\n\n" exit 1 fi exit 0 0707010004c578000041ed0000000000000000000000034c5bfb54000000000000010000010036ffffffffffffffff0000000500000000root0707010004c579000041ed0000000000000000000000034c5bfb54000000000000010000010036ffffffffffffffff0000000900000000root/usr0707010004c57a000041ed0000000000000000000000064c5bfb54000000000000010000010036ffffffffffffffff0000000f00000000root/usr/local0707010004c580000041ed0000000000000000000000024c5bfb54000000000000010000010036ffffffffffffffff0000001700000000root/usr/local/include0707010004c581000081a40000000000000000000000014c5bfb27000025940000010000010036ffffffffffffffff0000001e00000000root/usr/local/include/jbig.h/* * Header file for the portable JBIG compression library * * Copyright 1995-2008 -- Markus Kuhn -- http://www.cl.cam.ac.uk/~mgk25/ * * $Id: jbig.h 1303 2008-08-30 20:16:20Z mgk25 $ */ #ifndef JBG_H #define JBG_H #include #include "jbig_ar.h" /* * JBIG-KIT version number */ #define JBG_VERSION "2.0" /* * JBIG-KIT licence agreement reference code: * If you use JBIG-KIT under a commercial licence, please replace * below the letters GPL with the reference code that you received * with your licence agreement. (This code is typically a letter "A" * followed by four decimal digits, e.g. "A1234".) */ #define JBG_LICENCE "GPL" /* * Buffer block for SDEs which are temporarily stored by encoder */ #define JBG_BUFSIZE 4000 struct jbg_buf { unsigned char d[JBG_BUFSIZE]; /* one block of a buffer list */ int len; /* length of the data in this block */ struct jbg_buf *next; /* pointer to next block */ struct jbg_buf *previous; /* pointer to previous block * * (unused in freelist) */ struct jbg_buf *last; /* only used in list head: final block of list */ struct jbg_buf **free_list; /* pointer to pointer to head of free list */ }; /* * Maximum number of ATMOVEs per stripe that decoder can handle */ #define JBG_ATMOVES_MAX 64 /* * Option and order flags */ #define JBG_HITOLO 0x08 #define JBG_SEQ 0x04 #define JBG_ILEAVE 0x02 #define JBG_SMID 0x01 #define JBG_LRLTWO 0x40 #define JBG_VLENGTH 0x20 #define JBG_TPDON 0x10 #define JBG_TPBON 0x08 #define JBG_DPON 0x04 #define JBG_DPPRIV 0x02 #define JBG_DPLAST 0x01 /* encoding options that will not be indicated in the header */ #define JBG_DELAY_AT 0x100 /* Delay ATMOVE until the first line of the next * stripe. Option available for compatibility * with conformance test example in clause 7.2. */ #define JBG_SDRST 0x200 /* Use SDRST instead of SDNORM. This option is * there for anyone who needs to generate * test data that covers the SDRST cases. */ /* * Possible error code return values */ #define JBG_EOK (0 << 4) #define JBG_EOK_INTR (1 << 4) #define JBG_EAGAIN (2 << 4) #define JBG_ENOMEM (3 << 4) #define JBG_EABORT (4 << 4) #define JBG_EMARKER (5 << 4) #define JBG_EINVAL (6 << 4) #define JBG_EIMPL (7 << 4) #define JBG_ENOCONT (8 << 4) /* * Status of a JBIG encoder */ struct jbg_enc_state { int d; /* resolution layer of the input image */ unsigned long xd, yd; /* size of the input image (resolution layer d) */ unsigned long yd1; /* BIH announced height of image, use yd1 != yd to emulate T.85-style NEWLEN height updates for tests */ int planes; /* number of different bitmap planes */ int dl; /* lowest resolution layer in the next BIE */ int dh; /* highest resolution layer in the next BIE */ unsigned long l0; /* number of lines per stripe at lowest * * resolution layer 0 */ unsigned long stripes; /* number of stripes required (determ. by l0) */ unsigned char **lhp[2]; /* pointers to lower/higher resolution images */ int *highres; /* index [plane] of highres image in lhp[] */ int order; /* SDE ordering parameters */ int options; /* encoding parameters */ unsigned mx, my; /* maximum ATMOVE window size */ int *tx; /* array [plane] with x-offset of adaptive template pixel */ char *dppriv; /* optional private deterministic prediction table */ char *res_tab; /* table for the resolution reduction algorithm */ struct jbg_buf ****sde; /* array [stripe][layer][plane] pointers to * * buffers for stored SDEs */ struct jbg_arenc_state *s; /* array [planes] for arithm. encoder status */ struct jbg_buf *free_list; /* list of currently unused SDE block buffers */ void (*data_out)(unsigned char *start, size_t len, void *file); /* data write callback */ void *file; /* parameter passed to data_out() */ char *tp; /* buffer for temp. values used by diff. typical prediction */ unsigned char *comment; /* content of comment marker segment to be added at next opportunity (will be reset to NULL as soon as comment has been written) */ unsigned long comment_len; /* length of data pointed to by comment */ }; /* * Status of a JBIG decoder */ struct jbg_dec_state { /* data from BIH */ int d; /* resolution layer of the full image */ int dl; /* first resolution layer in this BIE */ unsigned long xd, yd; /* size of the full image (resolution layer d) */ int planes; /* number of different bitmap planes */ unsigned long l0; /* number of lines per stripe at lowest * * resolution layer 0 */ unsigned long stripes; /* number of stripes required (determ. by l0) */ int order; /* SDE ordering parameters */ int options; /* encoding parameters */ int mx, my; /* maximum ATMOVE window size */ char *dppriv; /* optional private deterministic prediction table */ /* loop variables */ unsigned long ii[3]; /* current stripe, layer, plane (outer loop first) */ /* * Pointers to array [planes] of lower/higher resolution images. * lhp[d & 1] contains image of layer d. */ unsigned char **lhp[2]; /* status information */ int **tx, **ty; /* array [plane][layer-dl] with x,y-offset of AT pixel */ struct jbg_ardec_state **s; /* array [plane][layer-dl] for arithmetic * * decoder status */ int **reset; /* array [plane][layer-dl] remembers if previous stripe * * in that plane/resolution ended with SDRST. */ unsigned long bie_len; /* number of bytes read so far */ unsigned char buffer[20]; /* used to store BIH or marker segments fragm. */ int buf_len; /* number of bytes in buffer */ unsigned long comment_skip; /* remaining bytes of a COMMENT segment */ unsigned long x; /* x position of next pixel in current SDE */ unsigned long i; /* line in current SDE (first line of each stripe is 0) */ int at_moves; /* number of AT moves in the current stripe */ unsigned long at_line[JBG_ATMOVES_MAX]; /* lines at which an * * AT move will happen */ int at_tx[JBG_ATMOVES_MAX], at_ty[JBG_ATMOVES_MAX]; /* ATMOVE offsets in * * current stripe */ unsigned long line_h1, line_h2, line_h3; /* variables of decode_pscd */ unsigned long line_l1, line_l2, line_l3; int pseudo; /* flag for TPBON/TPDON: next pixel is pseudo pixel */ int **lntp; /* flag [plane][layer-dl] for TP: line is not typical */ unsigned long xmax, ymax; /* if possible abort before image gets * * larger than this size */ int dmax; /* abort after this layer */ }; /* some macros (too trivial for a function) */ #define jbg_dec_getplanes(s) ((s)->planes) /* function prototypes */ void jbg_enc_init(struct jbg_enc_state *s, unsigned long x, unsigned long y, int planes, unsigned char **p, void (*data_out)(unsigned char *start, size_t len, void *file), void *file); int jbg_enc_lrlmax(struct jbg_enc_state *s, unsigned long mwidth, unsigned long mheight); void jbg_enc_layers(struct jbg_enc_state *s, int d); int jbg_enc_lrange(struct jbg_enc_state *s, int dl, int dh); void jbg_enc_options(struct jbg_enc_state *s, int order, int options, unsigned long l0, int mx, int my); void jbg_enc_out(struct jbg_enc_state *s); void jbg_enc_free(struct jbg_enc_state *s); void jbg_dec_init(struct jbg_dec_state *s); void jbg_dec_maxsize(struct jbg_dec_state *s, unsigned long xmax, unsigned long ymax); int jbg_dec_in(struct jbg_dec_state *s, unsigned char *data, size_t len, size_t *cnt); unsigned long jbg_dec_getwidth(const struct jbg_dec_state *s); unsigned long jbg_dec_getheight(const struct jbg_dec_state *s); unsigned char *jbg_dec_getimage(const struct jbg_dec_state *s, int plane); unsigned long jbg_dec_getsize(const struct jbg_dec_state *s); void jbg_dec_merge_planes(const struct jbg_dec_state *s, int use_graycode, void (*data_out)(unsigned char *start, size_t len, void *file), void *file); unsigned long jbg_dec_getsize_merged(const struct jbg_dec_state *s); void jbg_dec_free(struct jbg_dec_state *s); const char *jbg_strerror(int errnum); void jbg_int2dppriv(unsigned char *dptable, const char *internal); void jbg_dppriv2int(char *internal, const unsigned char *dptable); unsigned long jbg_ceil_half(unsigned long x, int n); void jbg_split_planes(unsigned long x, unsigned long y, int has_planes, int encode_planes, const unsigned char *src, unsigned char **dest, int use_graycode); int jbg_newlen(unsigned char *bie, size_t len); #endif /* JBG_H */ 0707010004c583000081a40000000000000000000000014c5bfb270000090b0000010000010036ffffffffffffffff0000002100000000root/usr/local/include/jbig_ar.h/* * Header file for the arithmetic encoder and decoder of * the portable JBIG compression library * * Markus Kuhn -- http://www.cl.cam.ac.uk/~mgk25/jbigkit/ * * $Id: jbig_ar.h 1291 2008-08-21 14:50:29Z mgk25 $ */ #ifndef JBG_AR_H #define JBG_AR_H /* * Status of arithmetic encoder */ struct jbg_arenc_state { unsigned char st[4096]; /* probability status for contexts, MSB = MPS */ unsigned long c; /* register C: base of coding intervall, * * layout as in Table 23 */ unsigned long a; /* register A: normalized size of coding interval */ long sc; /* number of buffered 0xff values that might still overflow */ int ct; /* bit shift counter, determines when next byte will be written */ int buffer; /* buffer for most recent output byte != 0xff */ void (*byte_out)(int, void *); /* function that receives all PSCD bytes */ void *file; /* parameter passed to byte_out */ }; /* * Status of arithmetic decoder */ struct jbg_ardec_state { unsigned char st[4096]; /* probability status for contexts, MSB = MPS */ unsigned long c; /* register C: base of coding intervall, * * layout as in Table 25 */ unsigned long a; /* register A: normalized size of coding interval */ unsigned char *pscd_ptr; /* pointer to next PSCD data byte */ unsigned char *pscd_end; /* pointer to byte after PSCD */ int ct; /* bit-shift counter, determines when next byte will be read; * special value -1 signals that zero-padding has started */ int startup; /* boolean flag that controls initial fill of s->c */ int nopadding; /* boolean flag that triggers return -2 between * reaching PSCD end and decoding the first symbol * that might never have been encoded in the first * place */ }; void arith_encode_init(struct jbg_arenc_state *s, int reuse_st); void arith_encode_flush(struct jbg_arenc_state *s); void arith_encode(struct jbg_arenc_state *s, int cx, int pix); void arith_decode_init(struct jbg_ardec_state *s, int reuse_st); int arith_decode(struct jbg_ardec_state *s, int cx); #endif /* JBG_AR_H */ 0707010004c582000081a40000000000000000000000014c5bfb2700001b190000010000010036ffffffffffffffff0000002000000000root/usr/local/include/jbig85.h/* * Header file for the T.85 "light" version of the portable * JBIG image compression library * * Copyright 1995-2008 -- Markus Kuhn -- http://www.cl.cam.ac.uk/~mgk25/ * * $Id: jbig85.h 1303 2008-08-30 20:16:20Z mgk25 $ */ #ifndef JBG85_H #define JBG85_H #include #include "jbig_ar.h" /* * JBIG-KIT version number */ #define JBG85_VERSION "2.0" /* * JBIG-KIT licence agreement reference code: * If you use JBIG-KIT under a commercial licence, please replace * below the letters GPL with the reference code that you received * with your licence agreement. (This code is typically a letter "A" * followed by four decimal digits, e.g. "A1234".) */ #define JBG85_LICENCE "GPL" /* * Maximum number of ATMOVEs per stripe that decoder can handle */ #define JBG85_ATMOVES_MAX 1 #ifndef JBG_LRLTWO /* * Option and order flags */ #define JBG_LRLTWO 0x40 #define JBG_VLENGTH 0x20 #define JBG_TPBON 0x08 /* * Possible error code return values */ #define JBG_EOK (0 << 4) #define JBG_EOK_INTR (1 << 4) #define JBG_EAGAIN (2 << 4) #define JBG_ENOMEM (3 << 4) #define JBG_EABORT (4 << 4) #define JBG_EMARKER (5 << 4) #define JBG_EINVAL (6 << 4) #define JBG_EIMPL (7 << 4) #endif /* * Status of a JBIG encoder */ struct jbg85_enc_state { unsigned long x0, y0; /* size of the input image */ unsigned long l0; /* number of lines per stripe */ int options; /* encoding parameters */ int newlen; /* 0 = jbg85_enc_newlen() has not yet been called 1 = jbg85_enc_newlen() has updated y0, NEWLEN pending 2 = NEWLEN has already been output */ unsigned mx; /* maximum ATMOVE window size */ unsigned long y; /* next line number to be encoded */ unsigned long i; /* next per-stripe line number to be encoded */ int tx; /* x-offset of adaptive template pixel */ unsigned long c_all, c[128]; /* adaptive template algorithm variables */ int new_tx; /* -1 = no ATMOVE pending, otherwise new TX value */ int ltp_old; /* true if line y-1 was "typical" */ struct jbg_arenc_state s; /* arithmetic encoder status */ void (*data_out)(unsigned char *start, size_t len, void *file); /* data write callback */ void *file; /* parameter passed to data_out() */ unsigned char *comment; /* content of comment marker segment to be added at next opportunity (will be reset to NULL as soon as comment has been written) */ unsigned long comment_len; /* length of data pointed to by comment */ }; /* * Status of a JBIG decoder */ struct jbg85_dec_state { /* data from BIH */ unsigned long x0, y0; /* size of the full image */ unsigned long l0; /* number of lines per stripe */ int options; /* encoding parameters */ int mx; /* maximum ATMOVE window size */ /* image data */ int p[3]; /* curr. line starts at linebuf+bpl*p[0], prev. line starts * at linebuf+bpl*p[1], its predecessor at linebuf+bpl*p[2] */ unsigned char *linebuf; /* buffer region provided by caller */ size_t linebuf_len; size_t bpl; /* bytes per line */ /* status information */ int tx; /* x-offset of AT pixel */ struct jbg_ardec_state s; /* arithmetic decoder status */ unsigned long bie_len; /* number of bytes read so far */ unsigned char buffer[20]; /* used to store BIH or marker segments fragm. */ int buf_len; /* number of bytes in buffer */ unsigned long comment_skip; /* remaining bytes of a COMMENT segment */ unsigned long x; /* x position of next pixel */ unsigned long stripe; /* current stripe */ unsigned long y; /* line in image (first line is 0) */ unsigned long i; /* line in current stripe (first line of stripe is 0) */ int at_moves; /* number of AT moves in the current stripe */ unsigned long at_line[JBG85_ATMOVES_MAX]; /* lines at which an * * AT move will happen */ int at_tx[JBG85_ATMOVES_MAX]; /* ATMOVE x-offsets in current stripe */ unsigned long line_h1, line_h2, line_h3; /* variables of decode_pscd */ int pseudo; /* flag for TPBON/TPDON: next pixel is pseudo pixel */ int lntp; /* flag for TP: line is not typical */ int (*line_out)(const struct jbg85_dec_state *s, unsigned char *start, size_t len, unsigned long y, void *file); /* data write callback */ void *file; /* parameter passed to data_out() */ int intr; /* flag that line_out requested interrupt */ int end_of_bie; /* flag that the end of the BIE has been signalled */ }; /* function prototypes */ void jbg85_enc_init(struct jbg85_enc_state *s, unsigned long x0, unsigned long y0, void (*data_out)(unsigned char *start, size_t len, void *file), void *file); void jbg85_enc_options(struct jbg85_enc_state *s, int options, unsigned long l0, int mx); void jbg85_enc_lineout(struct jbg85_enc_state *s, unsigned char *line, unsigned char *prevline, unsigned char *prevprevline); void jbg85_enc_newlen(struct jbg85_enc_state *s, unsigned long y0); void jbg85_enc_abort(struct jbg85_enc_state *s); void jbg85_dec_init(struct jbg85_dec_state *s, unsigned char *buf, size_t buflen, int (*line_out)(const struct jbg85_dec_state *s, unsigned char *start, size_t len, unsigned long y, void *file), void *file); int jbg85_dec_in(struct jbg85_dec_state *s, unsigned char *data, size_t len, size_t *cnt); int jbg85_dec_end(struct jbg85_dec_state *s); const char *jbg85_strerror(int errnum); /* some macros for examining decoder state */ #define jbg85_dec_finished(s) ((s)->bie_len == 20 && (s)->y >= (s)->y0) /* enquire about image size */ #define jbg85_dec_getwidth(s) ((s)->x0) #define jbg85_dec_getheight(s) ((s)->y0) /* enquire about validity of image-size results */ #define jbg85_dec_validwidth(s) ((s)->bie_len == 20) #define jbg85_dec_finalheight(s) ((s)->bie_len == 20 && \ ((((s)->options & JBG_VLENGHT) == 0) || \ ((s)->y >= (s)->y0))) #endif /* JBG85_H */ 0707010004c57b000041ed0000000000000000000000024c5bfb54000000000000010000010036ffffffffffffffff0000001300000000root/usr/local/bin0707010004c57d000081ed0000000000000000000000014c5bfb2600007d200000010000010036ffffffffffffffff0000001e00000000root/usr/local/bin/jbgtopbm85ELF+ @v`@8@@@XM M MMPP/usr/lib/sparcv9/ld.so.1=>  !#%&(+,-.012367:<"$')*/4589;=T O@ 'DO %N?NG P (88_ }N =hO!RXT ?OT G"PPTO 'X,T0 5MKNRRZ G` CXXrO   sϸ  s  sǸ  ^`` r`@#׀`@k׭8`-]J-@e]K @ "Hrqn׬]H``"Hh/] ᐆ Ix@ -"@< B"H&5x@y"H.׬#׀@?H@2]s# ׈`#׀@?;@%]u א`#׀@?.@] `' # @> ]J`2O]ה@"@  ׷:.^ ׹:/0Z@ט`#׀O|`@[߂  3fP;`-"@@Į;|@ s` `@אs*`?  @[ @[,ߒ@_ߦ @ }\ @_ߐ%@_ߦ _מwO  @  @[Ϭ ?ِ@[π@[ǒ`x`@c@[`@[@{ "H瀤@@  @ /\ @| G"O瀤@-@y<[ǰ\ `ss<@,[`P@v[L!@㠠\ X`@` c@r[@;a\ @ [[@H@>%@S[@9% -@2@  :; ^!@ @6@ ܐ 9^ !@ @*@ А 8@ ̐  @ Ȑ 'a^a@ ϔ@@  [aP^@ Ô@ @   @7/^@^@ Pv ;@% v `& `vv^ 30 @ 3 95P!ծN5 #65 v k #v ^  ` v  ^ `` v  v  ?&  (`&$H`x& 8& $Pvv (v 0&$L@  `p>@vvZ (``:` :@#``s`@&H#` @ @) / /7_`50/_`4/_`40/_`/_@ _@ @  '`_`_`( `  /_@_@@  ^ ^ (`^ (/`*h ^ (^ (eP 5 ////^ 4/^ 20/^ 0p/^ /^ 2/^ 5p/^ 40/^ /^ 4/^ 3p/^ 2p/^ / ///  h/^^@ ^ 0*d^ ^ @$ / /^4/^20/^0p/^/^^ŀ ^^^^v $H"@  8$H "H $H  & 8////// 8//^^  2@v @&$H$P @    2-0q H O2?$P&$H@ߒ ^ ` ^ ^ 3pfP; ` ^  '`   @"*-,@  @F ƀ  `/  @3 0?@& `#   5` 40?O   :`  2?`@  @ `  `` 20? O@   !$L$P @ 4 3p? f@:`@88&$L@J  ƀ ."@^ `^ ,`= /p H $P!?`  "ƀ  @"@ `  `@@- 8-p @#-0 8` 5p  8  8$ @:  !@ 5p ; `( 5  5@ 8:`@$H5p 5 # `5 9 8`@$H2@P *`L^ !` `F  @^ Hy4z@3 0?@v H  @!  @` 1 $  "  ;  @"8 0`*p X3p?  p @1 o1  @1` 0p?1 +p Xp O1 ^ @`v @"` ^ *ox-  8-p @&-0 8` 50 8  :$ @;p `# 509 )`5 #5p ` `x 5 :9`@^$H505p c `|5  `5 9`:@N$H?2@P *`L^ !` `F  @^ Hy4z0` 0? v H  @!  ` $  1 "  ;0  " 8@3`*p X20?` p @1 o1  @1` 2?1 *p Y@q@ O1 ^ @v @"` ^ *or- ƀ`^ ~T*o ^ 0`v 0^ ( v (^ ^ 0`^ ^ (2h$H@:$P / /^^ v 0Z$H@^ @h`}? 7   @ 2H  @ 3  (pZH@8hZHZH`; ZHZH*0ZH@ g g O3 ^ H@`^ H^ H8h^ H^ @^ @6$@`D^ @ 8#;`+0 ZH$ `9^ @ 85=*0Y H$@`.^ @ 8$ :* ^`H^ @$@(`" 8^ @ 8$=*0Y H^ @0p@`$^ @4@(` 8 82@ &$H^ @'@6(` 8&$H 8&$H@ @4_`@ `0` `.` H*_`(@ *h_`(_`(`(`w`_`` '`w`_`_`(@h_`0`@xdP -/ /_@_@ w`0@ 5/ /^^ŀ ^ v (@ !,: `@ `@8`ᘒ +pY@ r r r 0r 8r rr"0s;@ ```hv` `@v ^```a`f@^ ^ ^ & ^ ^ ``^^ ` 'a#@ P`خ`жsǴs50``? ^ @=^ 0M $@ ^ @:`^ 0H@ (@^ @8^ 0K @   @ `$H [ [^Y ` `& H` Ȃ`@&O^ @T` @P  `@2H!8@\@7`   d@ &  @<` $ 6@(a^ @` +`^ @`@*o+`^aa^ ^ ^ @@&  $& ( & $  &  &H^& ^^a^^ @^@a&  $& (^` &  $ `@ ,p (&@^ `,0^ `   ^ @" )p`  $`&@    (@@ `  `@"@@ H H@'4p  H@`   H6@ H H?4  9` % @;p ` %@ : *`4p  # :`@ c @: @ @, :  `J,p^ *o HE-`@*40 H@` 40 H6@ H H?4 40: % "@ 8 %@408@+` c 4p x@;`@ c 4p @ |:@v @Q, : ,p`,0^ *o H-^  od`^ @aa^ -  %-(- ^ @=^ 0H^ ^ ^ @^@`& &  $& ( & $  & 6H& ^`v^v^ ^@ ` `^ ^`3a"O ``v`v```vv^[&P9  x &= `!`@ '8 `5 4?`< @ P  x   &  v  Ȉ v &&@   & H &?& & $& (8  @ |p0/ v^ `^ `^`\ t^`v @,@^``^*o\^`` ѱ=  @ aȱ= @ b= @ c= @ d= /0(p@ *@v +p,/0@ v  **0+p@v  @ e=^ @ fy=^   gs=^   hm= &  @ id=@ x]= @ yV= @ zO=@ {H=&  "@  }?= `@2H ^ 8< ^ m-p` P 00=@  x࠺ਪ &v& vv?v & && H& ^ ^ 10fP 9`@v @& & $& (^ `2@ ฤࠠ `"H&^"^^&@8` ^^^@ vv^^ @ vv^`$@^@^@`%^:v)@^@*o`@@? "ė3`: @y*C@ ' $ !  @ `@ @   2@  @   d@@^``%^;``v@) @^@*o@] `@ "`@`"HlR&`@`@  (*p@+pv=&@M **p@Љ+p:* s(`؇; ( ;`":`*0  @$  Ȓ ؔ @9`+ f@ @ ؃;(p @ `@ & & k= ~=  (*^ @ )0 `  @ & v & mٱ= lֱ= @ @ "@r @( "HDk@ ^^  ha = = "@^^ v&eHL =`@"H^T2@  . .& "H|^ = +p*@ ^ )p@ `  @v *@& &   b= m_= l\=`"HK& &S=&D^ @&K= G `& "H3^ <= P9=:`^^ @ @ %^8 v +^^^&  ^v `@^@`^2@ n^*o`O  = = a"    `@  * ` o$O+ @rr  r ?""P7-?^^&^ @`% v^v^)>-v^`/#`@( ^ ^:@(^ ^@ ^`4^@1( ^^@ ^v^*^$^`@  ( ^^9 ^ €(  ^^^^Ā ^v^*?^^`,(^ ^^0p@^5 ``(^ ^ ^@`(^ ^^4p `^2 ``(^ ^ ĀP>`@3ap>@̠@ @ȧ>  `qH%5ؘ/p/ V `@%^ 3`%v @ ` !S^^3`vv`.@ .??^3` hv^3``  ^^ 3`@ vv  .?@.7 9 ^7(v^(pv& 2@k^^5`3 @ (  &  ^ ^:  `@(^ ^@ ^@( ^^@ ^?v^*^ &  `2H1^J-`^ v'^ @ ( ^^;@^(  ^^^^ ^v^*?^& ^  @v&^*o^ @c 4>ؐ?@[ 35?@T ^`@  * `$O(`  r  r  $ (" ""P;`^>`3 @9!H ``$ @y<``` `?`(  9@```$ 4@O^`@J^^`B^ ` 2@']^^ `^ 2@&^$ ,  v &^v "H`(&??`??`u ^$ *Pv&`@ 6O^^??`^*pv^)pv&@^&^"h&^@*o`$O`<`@`q@g%6ؐ`,0R^5"@ v^1p`)`^? `5 ? M?``^`  aS 8`/   / ;?` ` >  /  @/ /?`^5 ``^5`^)0 vv  = /  / ?`^`aS^5 -p$vv  ;` / " ?` / !?ؐ?@=!|6PPJBIG-KIT 2.0 (T.85 version) -- (c) 1995-2008 Markus Kuhn -- Licence: GPL $Id: jbig85.c 1303 2008-08-30 20:16:20Z mgk25 $ JBIGtoPBM converter 2.0 (T.85 version) -- reads a bi-level image entity (BIE) as input file usage: %s [ | - []] options: -x number maximum number of pixels per line for which memory is allocated (default: 8192) -y number interrupt decoder after this number of lines -B number input buffer size P4 %10lu Sorry, not enough memory available! rbCan't open input file '%s'wbDecoding interrupted after %lu lines and %lu BIE bytes ... continuing ... Problem while reading input file '%sProblem with input file '%s': %s (error code 0x%02x, %lu = 0x%04lx BIE bytes and %lu pixel rows processed) %10luProblem while updating height in output file '%sProblem while writing output file '%sAll OKReached specified image sizeUnexpected end of input data streamNot enough memory availableABORT marker segment encounteredUnknown marker segment encounteredInput data stream contains invalid dataInput data stream uses unimplemented JBIG featuresUnknown error code passed to jbg85_strerror()cx >= 0 && cx < 4096jbig_ar.css < 113s->buffer != 0xffP0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_d G Gx @ p o_o o (  ppooNPKpKxKKKLL0LXZ% o6 Z?%, | /\@DhN;,ZHL: .&3wt ac\`%[MA,7/)<#yN$k Q @X2MC;4.)%UpLD>"8$2.VOFGA<=7^R1LF9A^V'PKUPOZU"Y  !"# %&'()*+,-./0123456789:;<=>? ABCDEFGHIJKLMNO0QRSTUVWGYZ[\]^V`abcd]fghcjkgmkomo!# $&'(*+-.0134689;<>? !@ACDEFHIJKMNO0223456789:;==PQRSTVWWHHJJKMMXYZ[\]V_`acc]efghcijkglmnopXxp @    (   G G G H@MNPRXTT R7RJRxXd GsR lRd GR@ 0  (p /` 0H RRTO@ 'D-O 4NNNV _ (88n N =hO!RXT ?OT G"PPT&O, 'X;T? DMZNaRi Go CXXO >d>>>??@ApAABPB|B ?panotate jbgtopbm85.c /var/tmp/jbigkit/pbmtools /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -I../libjbig -c -o jbgtopbm85.o jbgtopbm85.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7jbig85.c /var/tmp/jbigkit/libjbig /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -I../libjbig -c -o jbig85.o jbig85.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7P,jbig_ar.c /var/tmp/jbigkit/libjbig /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -I../libjbig -c -o jbig_ar.o jbig_ar.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7D: /var/tmp/jbigkit/pbmtoolsjbgtopbm85.c?5 /var/tmp/jbigkit/libjbigjbig85.c@6 /var/tmp/jbigkit/libjbigjbig_ar.c DD% DD% DD%cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)assert.h 1.10 04/05/18 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.497.interp.hash.dynsym.dynstr.SUNW_version.rela.got.rela.data.rela.plt.text.init.fini.rodata.rodata1.dynamic.bss.symtab.strtab.annotate.debug_info.debug_line.debug_abbrev.comment.shstrtabXX xx pp" @ @o 0-B 7B  BB ( (L 9 RGGXGG^GG~fH@H@2MMGNN oPP<RXRXTxTT(}T 5 _`sobjmnBn u0707010004c57f000081ed0000000000000000000000014c5bfb26000080d80000010000010036ffffffffffffffff0000001e00000000root/usr/local/bin/pbmtojbg85ELF+@@z@8@@@XP P PPT(T(/usr/lib/sparcv9/ld.so.1=>  !#$%&)*+-/02478;<"'(,.13569:=X RR )D%Q@R EQM *8\ zQ ?`hS`!UXR` ` AX J"TT(W! *(X0R6PL XQUYQ` IfS@l EX >(~     J zU @S ?`XS  EV ISR (?SS 2  L.R@{Q5S<DRI P PU__xargcatolfwritejbg85_enc_abort_PROCEDURE_LINKAGE_TABLE_fgetcfprintfjbg85_dec_init__1cG__CrunMdo_exit_code6F_v__exitarith_encode_flushferror_environ__xargvfscanf__fsr_init_valuecheckedmallocarith_encodejbg85_dec_end_lib_version_get_exit_frame_monitor_DYNAMIC_edatajbg85_strerrorfopen_GLOBAL_OFFSET_TABLE_main___Argvatexit_finifreadarith_decode_initjbg85_enc_initjbg85_enc_lineout__iobjbg85_version_startfeofarith_encode_initprognamestrlenarith_decodefclosejbg85_enc_newlen__assertjbg85_dec_injbg85_enc_optionsungetcperror__ctypeatoi_etext__environ_locklibc.so.1SUNW_0.7SUNWprivate_1.1_ =(i NqrP&P :U QQ8Q QR1R R@7R`RRR;RS3S -S@!S` S*S0S9S4T [`+p @ "``+p @ r``+p @ ra, @`+p ' \Ḁ t+``+p ) -`-!خ `?-!خ =--%! !؜#0@`+p  @!`*p  Z!耐 `*p  Z!@w@@@w@}P1@9  ;`^+~x ^`@h@e@b`@_@\@JP@9#t@T;`/^a@@@. @@9"@??@): +`^ `@! #@@0?@ @ @ @&?@ @ O@?@: O〢 #?@ : 5@@_  @}@'s)sǦᬬ sϴ^> ?#  s߰  s s ssss^`q @ @<(p\K`-@\H@  "H1\I` "H  \J `m@,`m@`p"H`s@N@?@\sL@? @\A@?@\#5`C@ `C@`Y@$@?@\s`@\s@?\`@ `-@  @ @=\M 2O\ H<+p\s @<(p[sOe'[džH @Z[s* sǸ^@[߀?@"? `@ #@ #G@[߀?G` G뀦` G[@?G` Gဦ` G[@[߀ P* @=1@4@%[[ߤ@[߀  ` `   fP50?`/pu [ h@[s*[3[ps_ ~T@[ ~T @_@t?t _> 8@[`R [% #!n`M&@H1@ @ 4@~ @[[߮` )``-F[  - ` dP (o [@Hd[@Hg_[א@[[[ss@[@ `_@`@ o@[2@U[@[2@P[ `^@:[@@& $%^=X@+[@ K[^@ @  L `^ a@[@@ X[9 @ @  [ߐ@[@y@  [ߞ~@ [@  _@ [@f@ ܐ  @7/^@^@ Pv ;@% v `|& `vv^ 30 @ 3 95P!ծN5 #65 v k #v ^  ` v  ^ `` v  v  ?&  (`&$H`x& 8& $Pvv (v 0&$L@  `p>0@vvZ (``:` :@#``s`@&H#` @ @) / /7_`50/_`4/_`40/_`/_@ _@ @  '`_`_`( `  /_@_@@  ^ ^ (`^ (/`*h ^ (^ (eP 5 ////^ 4/^ 20/^ 0p/^ /^ 2/^ 5p/^ 40/^ /^ 4/^ 3p/^ 2p/^ / ///  h/^^@ ^ 0*d^ ^ @$ / /^4/^20/^0p/^/^^ŀ ^^^^v $H"@  8$H "H $H  & 8////// 8//^^  2@v @&$H$P @    2-0q H O2?$P&$H@ߒ ^ ` ^ ^ 3pfP; ` ^  '`   @"*-,@  @F ƀ  `/  @3 0?@& `#   5` 40?O   :`  2?`@  @ `  `` 20? O@   !$L$P @ 4 3p? f@:`@88&$L@J  ƀ ."@^ `^ ,`= /p H $P!?`  "ƀ  @"@ `  `@@- 8-p @#-0 8` 5p  8  8$ @:  !@ 5p ; `( 5  5@ 8:`@$H5p 5 # `5 9 8`@$H2@P *`L^ !` `F  @^ Hy4z@3 0?@v H  @!  @` 1 $  "  ;  @"8 0`*p X3p?  p @1 o1  @1` 0p?1 +p Xp O1 ^ @`v @"` ^ *ox-  8-p @&-0 8` 50 8  :$ @;p `# 509 )`5 #5p ` `x 5 :9`@^$H505p c `|5  `5 9`:@N$H?2@P *`L^ !` `F  @^ Hy4z0` 0? v H  @!  ` $  1 "  ;0  " 8@3`*p X20?` p @1 o1  @1` 2?1 *p Y@q@ O1 ^ @v @"` ^ *or- ƀ`^ ~T*o ^ 0`v 0^ ( v (^ ^ 0`^ ^ (2h$H@:$P / /^^ v 0Z$H@^ @h`}? 7   @ 2H  @ 3  (pZH@8hZHZH`; ZHZH*0ZH@ g g O3 ^ H@`^ H^ H8h^ H^ @^ @6$@`D^ @ 8#;`+0 ZH$ `9^ @ 85=*0Y H$@`.^ @ 8$ :* ^`H^ @$@(`" 8^ @ 8$=*0Y H^ @0p@`$^ @4@(` 8 82@ &$H^ @'@6(` 8&$H 8&$H@ @4_`@ `0` `.` H*_`(@ *h_`(_`(`(`w`_`` '`w`_`_`(@h_`0`@xdP -/ /_@_@ w`0@ 5/ /^^ŀ ^ v (@ !: `@ `@8` +pY@ r r r 0r 8r rr"0s;@ ```hv` `@v ^```a`f@^ ^ ^ & ^ ^ ``^^ ` 'a#@ P`خ`жsǴs50``? ^ @=^ 0M $@ ^ @:`^ 0H@ (@^ @8^ 0K @   @ `$H [ [^Y ` `& H` Ȃ`@&O^ @T` @P  `@2H!8@\@7`   d@ &  @<` $ 6@(a^ @` +`^ @`@*o+`^aa^ ^ ^ @@&  $& ( & $  &  &H^& ^^a^^ @^@a&  $& (^` &  $ `@ ,p (&@^ `,0^ `   ^ @" )p`  $`&@    (@@ `  `@"@@ H H@'4p  H@`   H6@ H H?4  9` % @;p ` %@ : *`4p  # :`@ c @: @ @, :  `J,p^ *o HE-`@*40 H@` 40 H6@ H H?4 40: % "@ 8 %@408@+` c 4p x@;`@ c 4p @ |:@v @Q, : ,p`,0^ *o H-^  od`^ @aa^ -  %-(- ^ @=^ 0H^ ^ ^ @^@`& &  $& ( & $  & 6H& ^`v^v^ ^@ ` `^ ^`3a"O ``v`v```vv^[&P9  x &= `!`@ '8 `5 4?`< @ P  x   &  v  Ȉ v &&@   & H &?& & $& (8  @ |p0/ v^ `^ `^`\ t^`v @,@^``^*o\^`` ѱ=  @ aȱ= @ b= @ c= @ d= /0(p@ *@v +p,/0@ v  **0+p@v  @ e=^ @ fy=^   gs=^   hm= &  @ id=@ x]= @ yV= @ zO=@ {H=&  "@  }?= `@2H ^ 8< ^ m-p` P 00=@  x࠺ਪ &v& vv?v & && H& ^ ^ 10fP 9`@v @& & $& (^ `2@ ฤࠠ `"H&^"^^&@8` ^^^@ vv^^ @ vv^`$@^@^@`%^:v)@^@*o`@@? "ė3`: @y*C@ ' $ !  @ `@ @   2@  @   d@@^``%^;``v@) @^@*o@] `@ "`@`"HlR&`@`@  (*p@+pv=&@M **p@Љ+p:* s(`؇; ( ;`":`*0  @$  Ȓ ؔ @9`+ f@ @ ؃;(p @ `@ & & k= ~=  (*^ @ )0 `  @ & v & mٱ= lֱ= @ @ "@r @( "HDk@ ^^  ha = = "@^^ v&eHL =`@"H^T2@  . .& "H|^ = +p*@ ^ )p@ `  @v *@& &   b= m_= l\=`"HK& &S=&D^ @&K= G `& "H3^ <= P9=:`^^ @ @ %^8 v +^^^&  ^v `@^@`^2@ n^*o`O  = = a"    `@  * ` o$O+ @rr  r ?""P7-?^^&^ @`% v^v^)>-v^`/#`@( ^ ^:@(^ ^@ ^`4^@1( ^^@ ^v^*^$^`@  ( ^^9 ^ €(  ^^^^Ā ^v^*?^^`,(^ ^^0p@^5 ``(^ ^ ^@`(^ ^^4p `^2 ``(^ ^ ĀP>`@3b(>@̠@ @ȧ>  `qH%5(/p/ V `@%^ 3`%v @ ` !S^^3`vv`.@ .??^3` hv^3``  ^^ 3`@ vv  .?@.7 9 ^7(v^(pv& 2@k^^5`3 @ (  &  ^ ^:  `@(^ ^@ ^@( ^^@ ^?v^*^ &  `2H1^J-`^ v'^ @ ( ^^;@^(  ^^^^ ^v^*?^& ^  @v&^*o^ @ 4>ؐ?@ 35?@ ^`@  * `$O(`  r  r  $ (" ""P;`^>`3 @9" ``$ @y<``` `?`(  9@```$ 4@O^`@J^^`B^ ` 2@']^^ `^ 2@&^$ ,  v &^v "H`(&??`??`u ^$ *Pv&`@ 6O^^??`^*pv^)pv&@^&^"h&^@*o`$O`<`@`q@g%6(`,0R^5"@ v^1p`)`^? `5 ? M?``^`  aS 8`/   / ;?` ` >  /  @/ /?`^5 ``^5`^)0 vv  = /  / ?`^`aS^5 -p$vv  ;` / " ?` / !?ؐ?@!|6PPJBIG-KIT 2.0 (T.85 version) -- (c) 1995-2008 Markus Kuhn -- Licence: GPL $Id: jbig85.c 1303 2008-08-30 20:16:20Z mgk25 $ PBMtoJBIG converter 2.0 (T.85 version) -- creates bi-level image entity (BIE) as output file usage: %s [] [ | - []] options: -s number height of a stripe -m number maximum adaptive template pixel horizontal offset (default 8) -p number options byte value: add TPBON=8, LRLTWO=64 (default 8 = TPBON) -C string add the provided string as a comment marker segment -Y yi yr announce in header initially the larger image height yi and then announce after line yr has been encoded the real height using NEWLEN marker (for testing NEWLEN and VLENGTH=1 function) Sorry, not enough memory available! %lurbCan't open input file '%s'Input file '%s' does not look like a PBM file! Image dimensions must be positive! wbUnsupported PBM type P%c! Problem while reading input file '%sUnexpected end of input file '%s'! Problem while writing output file '%sAll OKReached specified image sizeUnexpected end of input data streamNot enough memory availableABORT marker segment encounteredUnknown marker segment encounteredInput data stream contains invalid dataInput data stream uses unimplemented JBIG featuresUnknown error code passed to jbg85_strerror()cx >= 0 && cx < 4096jbig_ar.css < 113s->buffer != 0xffT(0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_0oW0oO0oG_ I Ix @ p og$o o @ @ p pooQTNpNxNNNOO0OXZ% o6 Z?%, | /\@DhN;,ZHL: .&3wt ac\`%[MA,7/)<#yN$k Q @X2MC;4.)%UpLD>"8$2.VOFGA<=7^R1LF9A^V'PKUPOZU"Y  !"# %&'()*+,-./0123456789:;<=>? ABCDEFGHIJKLMNO0QRSTUVWGYZ[\]^V`abcd]fghcjkgmkomo!# $&'(*+-.0134689;<>? !@ACDEFHIJKMNO0223456789:;==PQRSTVWWHHJJKMMXYZ[\]V_`acc]efghcijkglmnopXxp @   ( @ @ I I J JPQT(UXX U7UJUXd Js   (Ud J U@ @0  * 1 2 V8V8  X(R-R4 )DDQ_R dQl *8{ Q ?`hS`!UXR` ` AX  J"T0T(9W@ *(XORUPk XpUxQ IS@ EX >(     J zU @S ?`XS  Eu I SR (^S%S. 2 ; LMR@QTS[cRh P oUpbmtojbg85crti.scrt1.s__get_exit_frame_monitor_ptr__do_exit_code_ptr__crt_scratchvalues-Xa.cDrodata.rodatapbmtojbg85.cusagegetintdata_outjbig85.cDdata.dataerrmsgenc_byte_outoutput_newlendecode_pscdfinish_sde___const_seg_900001201jbig_ar.clsztabcrtn.s_END__START___xargcatolfwritejbg85_enc_abort_PROCEDURE_LINKAGE_TABLE_fgetcfprintfjbg85_dec_init__1cG__CrunMdo_exit_code6F_v__exitarith_encode_flushferror_environ__xargvfscanf__fsr_init_valuecheckedmallocarith_encodejbg85_dec_end_lib_version_get_exit_frame_monitor_DYNAMIC_edatajbg85_strerrorfopen_GLOBAL_OFFSET_TABLE_main___Argvatexit_finifreadarith_decode_initjbg85_enc_initjbg85_enc_lineout__iobjbg85_version_startfeofarith_encode_initprognamestrlenarith_decodefclosejbg85_enc_newlen__assertjbg85_dec_injbg85_enc_optionsungetcperror__ctypeatoi_etext__environ_lockanotate anotate  XI UU"@I#DI$LIanotate hx`(XB`PPPhPd`PPPxPd x4anotateP HR(S (T(anotate@$ @0 L ()D*(X*8*B1>( 2 2HP*0P*,727HP*4P*,7272 h`&))-$-0 >P72,, anotateP HRt@S|@T@anotate> x?`?`hAEXE0APAFPF0APAFPFx?@(@\@@@A,AXACCDDDD Aanotate pbmtojbg85.c /var/tmp/jbigkit/pbmtools /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -I../libjbig -c -o pbmtojbg85.o pbmtojbg85.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7jbig85.c /var/tmp/jbigkit/libjbig /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -I../libjbig -c -o jbig85.o jbig85.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7P,jbig_ar.c /var/tmp/jbigkit/libjbig /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -I../libjbig -c -o jbig_ar.o jbig_ar.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7D: /var/tmp/jbigkit/pbmtoolspbmtojbg85.c?5 /var/tmp/jbigkit/libjbigjbig85.c@6 /var/tmp/jbigkit/libjbigjbig_ar.c DD% DD% DD%cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)assert.h 1.10 04/05/18 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.497.interp.hash.dynsym.dynstr.SUNW_version.rela.got.rela.data.rela.plt.text.init.fini.rodata.rodata1.dynamic.bss.symtab.strtab.annotate.debug_info.debug_line.debug_abbrev.comment.shstrtabXX xx pp" @ @o 0-B 07B ( (BB @ @L@@; RIIXII^JJ~fJJ2PPGQQ$ oT(T(<UUDxXX}X 6 b~ofH@nqrgBr yC0707010004c57c000081ed0000000000000000000000014c5bfb2600011a280000010000010036ffffffffffffffff0000001c00000000root/usr/local/bin/jbgtopbmELF+@h@8@@@XJJPP23hh/usr/lib/sparcv9/ld.so.1SR  !#$%&'*+,.014578;<=?ABDGIJKLNOPQ "()-/269:>@CEHMX  yHx!h' .3 @ R0O \c u @`-   i XP@ ,$ 8   a    1 6 CH 0pLW u`|`P  X a4@  a(X  J 0(0""@: _|GDN `,[ he \z - -\H 0d H    h ` W Tp $+2 /VA 8J `h] 0mprognamejbg_dec_in_environ_DYNAMIC_fini_exitarith_decodejbg_int2dpprivdiagnose_biememchrjbg_dec_getheightjbg_dec_getsize_endjbg_newlenjbg_version__environ_lockarith_decode_init__xargcfopenabortjbg_ceil_halfjbg_dec_getsize_mergedmallocjbg_dec_maxsizeferror_startjbg_split_planesatoifprint_bytesatoljbg_enc_lrange__1cG__CrunMdo_exit_code6F_v_fcloserealloc_GLOBAL_OFFSET_TABLE_arith_encodejbg_dec_getimage__fsr_init_valuejbg_dec_initfread__assertjbg_strerror_PROCEDURE_LINKAGE_TABLE__etextjbg_enc_layers_get_exit_frame_monitorjbg_enc_free_edatajbg_dec_freeread_filejbg_dec_merge_planesjbg_enc_initjbg_stripesjbg_enc_options__xargv__iob___Argvatexitperrorfprintffeof_lib_versionmainarith_encode_initjbg_enc_outjbg_dppriv2intjbg_dec_getwidthremovememsetjbg_enc_lrlmaxwrite_itarith_encode_flushjbg_next_pscdmsfwritelibc.so.1SUNW_0.7SUNWprivate_1.1t =(~ NqX;0! =OQ @)`#@>L @`"H?I  *@/ [`+p 9@ "aP`+p 9@ raH`+p .@ r` , @`+p '- \ t+``+p ). -`-  `?-  =--%  #0@("`+p ) @( `*p . Z ( `*p . Z 0@(@$_@@(@( P1@9' "; c^+|Ȱ ^`@'@'@'  @'P^`@;'a @/v`v@'^`v ^ @;-'^ \!^^`^ "@  @'ؖ^@v^`^` ^`,0v`^ @'^`v ^ @$@'H$@'"O^ ^v`^ @'^`v ^ ƀ;\8!@'@'~ -@'@'x ې@'@'r ې@'~ @'kP/UUث>M@@;'`450 @ <>#;`'`g ` ` : @'Z` *o `@'M@'K8@&wc\ @_  P_瀠` +_@'%_,-0( , @+p   +0 ,@-0(|@;`sǞ@ ?`s:s< sϙ=`s9`@&_ࠄਊ      А `hf@`șf@`ఛf@ f@sf@s <`@&Ő_ ( 0 @  @  `8`H`f@ `Xf@  ` x  f@`Pf@shf@ s ?`f@s`pf@sǀȋf@ sϒغ'@`> >@&sג@ݔ> =`တ?@&vn@=`k @ `,> N=`ᰢK@@&i@&f__Ԥ  d@ `_@&W__`> =`ؠH@ <__@"`__$!@@ @´ `"@_ @?" 3 :@*C @  _$d@@&`@&`` _  :` 1p?@&@&_ $ @%_8$@%__ `*  ,p (  *@P@%@=[ח> =``@%ה@ `L@㐐@%Дj?@%ʐ@%Ɛ`_㰔$@%__@@`   (p +  +0   ȗ9`<@%A@%=_$ @%__@`   )0 (+@  @%#@%_$ <@%{_$ p@%tƀ&__$ ƀƀ __@ 2o_(@%Y@%U H_>$@%L@%_?@%B@7$s;#ǶL`#?^5 sߨ #@s׶` # ?sϺ  #@%-w w|- ^`p`瀢`@ 뀢@u=-XJ` -@pXJ`@ "H{w]N "Hq  ]K@ p@ d@ -@ b"H#B d"@A  mH : p@* x"H y"H0 #/ - #* 瀥@@% ]?s 瀥@@$]?s @@$]?  @> ]H@ 2O]@ "@ = =/pX /0Xy瀥&Ot@ ?@$Ԑs*`Z `Hb  @$ǐ*_' @ΐ[ߐ@[_  @$u[π `w_ (^ !@$Q `N@$@$H_  @+`[_@}_@r_ _``l_@__[w`^s` G`@Xǀ`2O_T` w__``#Dz` "H _`@ǀ @` _@]__w[` s` G`@ǀ2O_` @`@ǀ @ _ _@#[ϐw8ow@$[π@ h^ !@#Ԕ@$  `@$,@$2`@ `@@=`[ ^8=`+!s@#`^`@$ @$&@߀@@^ = !@#: `@#@#߀@>@<߉9` @` ^ }Ȓ@#w<`@#ѐ@#א~ ߀`@.0`O.0@-'@ː@#T>`@~@@@#@d@ٓ<@ @#;@#Y@D3@#@>@ @#:@#  ^`^a?@#@#O@# `[@" ?^@#@#=@" @" _@" 4`@" Q@" h@"ߐ  3`!`^@"@#@"Ґ P?o@@h N@"@#CN@#?P?o@h N@@"Ր@#'N@@##@"ߞP^ @ ^ Z/v "//"/r/r/r/r/P^ @ ^ ^^ v ^ *^ P^oo@ > o`'o<`/@^owo_ov/_o`%=`_o,_ovoZ/`@9  @ `@ 8` "OX @ZoX`ZosoZoZorXroZoqoZoZo@ZooZo:  @ Z`Z/rZ/ZZ/q/Z/XXr/r`P^ @^ ^ =@^ ]^ ]o] ^ t^ \o^ sv ^ *?^  +P " yt2 P^  ;20 @ 2 75PծN5 "5@4v 0j #v 0^ 0 /`` ^ 0"v 0^ 0 )8o^ 0^ 0` v 0P& ɓ>` *jjjO@"~t@_  @-!sv v v >& <v [v & & $ & (& ` & db0& X0& \v  v p   v xv P v @v H@ ^ P   '@yu n^ Ht`&O^ Pv  0b8`v  =] v h\V` v ^   )@*o^ v P&  `@^  ;<8`  ^  4= `  &  `&O^ & $ & (. >:``@" " $ " (:`@: $H" $ $&@  $H" ( :::`; ;`H`" X@" \``r 0@&H" `@&H" d ?w>>.pw,w-pw_ X [ Z ss߳>_ 0@/ ,wԦO@w 4":`_ s #@=_ w[ s_ [ wפ[ -pws_ PL_8*NJ[@Y s_ P :``-X@\wǐ@ w \"@ '-p -p'  _ +p%@-sǀd@9 @Ɛ w/_ __Y@  (_]@t "?  v_ __]_Z[v ` @  `   ` `3 *0 r `O3 @?_ h[! '  ` #d@@ #A`_׀[#`$#[_׀`5"  @5` 2p?`@*#[`'`   0 10? #2O[`[` 3p?@#[` `   5? #2O[`2@iw_`V_߀`R _׶?-[6s/ ?s'.!@s?% "``s7@v`t[/  \ `@ 2H  `@@ `0` ` `*0_@@ 8h^^ `8`^Y`*^ `gg`@O0`_ `__ `$ _4`>[_ h9`*0_@#@`54_ h[@:*^#@`+[_ h#@> ([@`![_ h#@>*0Y@`4#@ `[_ h @%@h  ' \a@ w_ h[#@  \`@W`` `@[_׈@@`3[ 3? @-`*   0?O" \_[" `[  0 30?@ [ `   @ 3` 2? 2O[ \ @!` 3` 2?f@ 8>@ [ǀ@#[_״ss` ``  H`_׀`[# +8`_2H [_[!&[ (`S [['[?@[@`sGsO[7 `` `8`[G`2@ \[G``` `2H \[O   \ @@-0_ h.[ @(._ h[ ` 6 _ h [[ ?8&# :p ` @ !6 8@ * 50  50@ `;`:@[`6 50 c `50 8; @[ǀ`2@L  ` `G`E !_y4xt2 0? w `` @"  `1 &  "@ [ 8p` ";@ 3* X3p? p `@1 o1  ` @1` 2? 1 * Z@r `O1   `[*ow-0[G_ h.[@+._ h[@@` 6_ h? [[:`&# 8p` @"68)  c50 6  x50@ 88@[`66 〞 |50 `50 89 @[ǀ`2@L  ` `G`E !_y4z2 0p?`w `` @"  `1 & "@ [ 8 @"*; X @3` 30? p ` @1 @o1  `@1` 2?1 * Zr `O1   `[*oq-0[G[[OssG`[sO *o[`__w瀦@ `__瀡 o`_`_߀`&_׬&?_ϙ3``_ _߄& w!  w_)p #-p" ww% wgwGw'ww7w?wOwo#@s`q  `_'` @  `  `2  `_*^8hY`Y`@`: Y`]`+pY` `gg  O2 _@`__`$_4@`?[_ h9`*0X@%`64_ h[> *pZ%@`,[_ h9`*0Y  `"[_ h> *pZ&@`4% `[_ h@'@h  ' \a@ _w_ h[# __G6:` ___O6@*h___w wW \`"@s_W @[_____ǀ ` _g_瀢 `[_ׄ_ 8` _ @ ____Ǟ  )p_ [ #`o._Ǧ .p_o_w@  :h__`8`` 2H `@   _״ 4h-p``ss[Ϸ.[ߵ.+psϛ5p6 ` 86 ( sߔ a ;`@ [߀#2`#[πc2h#_ )a@[ߐ c#2`#[ϊ c2h #_ +_ *`[׀ *oȫ-p`[׀*o_[׀`` 2O_w [ǀ`d@ =@G,?s_s߀`  2H__[_&.p8`_ 2H__[_Ǧ&_ϊ$ `#@`*0*s__ `[`]._dz* _o_ s` s-p w5_w@:`__8`_`2H__[ _ǒs `[[_s _ s[_7[@`ss `[_?s߀:h[_`8`[2H[[_ ` 2H[[[`[.0[)ps*pss@5_ N`@ [߷.-sߧ,Ԁ[[2 30 `2 [30`2 #2 #[ߊ   @ +0s \. @E, @  [ߋ6 _ p `3p H@ &H5_ h[߉6 !_ p3 `0@ H `&H&_ h [ߋ6 4 `_ p0p g  #J &H_ h[ߟ6 4 _ p0 . 0 J@ &@n_ h[`@&[_ h@` [_ h [[  9 %" : [ "@ :) 2 @6 4 `  @ 9` [ߙ6 2 4  8[ߐ30`;`x8@[ǀ`2@, ` `'6[ߞ @ `_ ; w `  @  `1` ` `[ߖ (3Y@`{D :r  `@O1``[*oF[߀`[*o[[` s[[[ ss*o[___ǘ[`w ww o5_W*@ _____!w&w_`_w瀦@w`__瀤 o:`@[_ _ _]_]@^__ _^@_Y^  \ _ _b_[ _Z [ f@ ۑ?` \@[_ h @ \@Q[_ h#@_ __[ _Z [  _ __\_\] _ __Y@_]^ _ __X@_[@[  _ __Z _[ \ _ __\_]Y@ _ __]_^X@_ h?`_ __[@_[ Z  P_/ x u_<`p_= k_=p f_ b9`^ [_ __^@_^@0^ 0>` -%<^  /p$<`^ 5psВ [̒ Ȓ Ē ^ P/p@; * Z`@Y@^ P 8`.p]@]@`*0 s%$# `w@`u [-p @gP`^ [    (` ```  \H `B 10```(`  \"2@   @`" *+p`3p``+030`8)` 2a9`@** ,@^ xN@`* @@(`*o*@ oķ0 `*o(`.(```@*o[@ oP^ .p>],>]/p]@>^ ?^@_@^ ^ ^ ^\t >;` ^ 8+0^ ! (X@^[?6o^ 8  9` @@ `@  @ ? : @/p ^ 8 ` =? ^ 8 o=^ P&@? =O < ? ^ Z@Z^ @^ ^ ?YXp@^ 8%@` @^ ,[[ Z ʀ^ P/p `H&?>? 㾰@7; `O%  `O% D (@ O#  pc ,@`O" .  &$O,  ߖ  <  ``+@ O< :$ <   @(` .)@O    < `   * @ O<:` @$a9` (.@)O    <@ `   * @ O<@c:` `@$c9`` (g.@)O  _  < `   * @ O<:` @$9 (` -(O 㾰@7;T|( ߪ `O%   `O%  D ( `O#  pc ,@O"   =@ ``-O=@ `=`$@ , `= `9/@O    <  ` + O<  9 $@)`; ?@.O     :  +@ O: #  8$@) '? > -cO  _  < `   * @ O< ?`$@(`:`= `+O 0 X)@9`& X"Ħ?( X`? -%-p`6@ \ & X \`@ +b0^ p"` ` \& \ `@ & `& d ``@   \  ` `@ f@ *H& ` @ `@  (@ ( @ $`H ( $@H H H `H @    ^ 0" /Ph^ ^  :`^ ^ v ^ ^ (`^  \ & \^  `(^ ƒ  `@!  ?^   ` ^ @X^  %-@. *@^ *o^ @ `&O^  $/ (/ //  ('@<^   (%@:`^ 6p/6p/6p//20/20/20//^ 020/^ 05/^ 050/^ 0/ `/ d/ X/ \ / ^ 0^ =`v 8^ @: ^ 8^ v ^ 8`2   `; S^ u @    8H^ X@s `@   ^ ZY@r@  &O^  `  &O ^ 8`@*o ^ ^   \ @ ? ^ p++^ ^ &-/0(%/p>-pr^ 8"9`*pq $88(pv@ (;`; /0v:*q@ :`8?(s__w߀@h__w瀣 `__w``= (p^@ X"@  $ ( 9`*pZ 8;`+0^=`8`.p^^ < / /^ 30/^ 2/^ 2p/^ /^ ^  ^ ^ ^ ^ v =`>p^ ^ `8^ 8&``^ 8 ``. ( $@ $@&_^ v   (&<z^  / /20/20/20//^ ^ @ ^ 8"`` /^ ^ ƀ __ w$o`__`w瀡@$ov___ w߀ $gi_P^ @?^ 8`9   @+   `@  ^ XXX@"`^ Z@ZY@"^ [Zs  &O^ ^  \F\@ ` &O ^ <]^ 8*o 5^ U 1^ /^ -^ h^ H"@^ P @   ^ H"^@ &O^ H^ H^ P@!$: `@ ` @8` +pY@ " 0?!" 3`r " r @r%r%"% r `r%8hr%s#( 0@) <  H,p%@@ ,``>* Z Hs 0 `9 (%(@=,_ H#0` 0-  =`+p$ +0 ,%:*pY`H,01 -s^ X ;`*@ *"7s*p!@sw@w^ (sO@^ 0O@s @<N^  %< H^ sߐD [@ < sא7 s %^ *p^ ^``K@X30  s^ ,p^  0pZ`@LZ70@s@s^$^$^$^$^$^$^ ^ .^ +[ [^ Z &@3`+0"H%"H[^ xZ # 1`*p @^ pZ # 3 .p% ^%] #3*"@2@[[^ `[[߀ ` [׬ "#?sϗ*s"#Ǯ" s" ss*@*^ p%"@&^ p Ȁ`$H"^ p[φ [X`^ ``^ p[[  3 .p% ^ xZ  1`*p# Ȇ&OX`^ p[^  2)p  4@Z%`@V  4 @2H!=@[@[^% Z  2`(^%@]`  2.d@ !@ ^%X  3)0`@/[^ ƀ[@ [^ Y   3`+0@"H[[[`-*o-Vs[[" ` -[ *osF^ @2&% ^ `` [ǀ`` ^ [[  5.p 2@^ [[$ +p^ `[ǀ`[^ Z  1`*p@ @[[$@$@ .p@`[6[[#א@ sߵ>`s ` -[@`*^ `[ǀ`#[^ Z@  0+`2@ 4[^ ``[ǀ `[^ X  1 +p 2@ 4[ @ 4`@@Z@4 #  8@ [@ŗ: `-0` `,@*o4 [@5  g4   9`@ [@8``-0``,@ o뀥[`   @%@[  :  @ # 9 +4 @ #8`@ [@: `-0` `j,@ oހf[@4p # 4  |@ ;@ |[@j: `-0`,`P,p@ o4pL[@ כ4p 4 c5 x @g  8`@ [[@I8``-0`,`/,p@ o急+[` 4p%@ @" [ 9p ` # 4p8@+`4 `x  ;`@ 1[@: `-0` ,`,p@ oڀ[*@[[`sߘ`s o s[(@( &%^ v [^ @`[[߆ sǀ o$v$^ `[[߀ `&[ז &["#(p s'# sg-#sW&`#s7 Ж,?ss/s?sG#Os_so*@'^ p Ȁ`$H#^ p[ [oX`^ ``[^ p] !@6`+p" ^ xZ !@1`*p& Ȇ&OX`^ p[[@  [W"@1`+0 #w^ 2p`[[?2@*h 4[s 4@%H[@ [/^%[Z #@1 (p@{% @P&% ^  `` [ǀ`) ^ [X  @3`(2@^ [[$^ `,[ǀ`[^ [  2 (p2@^ [ג& `*^ `[ǀ``[^ ^ "0+p@ 2H[[[$ -[[` ,0/p@`[[7 ` `[w `s)0 s ƀ 5p[G@`[[  `^ @ `[ǀ`[^ X  # 0)p `2H[_[ [_[['@s s*3^%[g@:h/^%^ ``[ǀ(h(^%^ [Z@  @ 3)0`2H^%[^ ` [ǀ(h^%^ [^ !6( `2H^%[ ^%@[ϟ7040 ^@ 8 7p"@@0+p 8: x #^%[  "@ 2`* @`@2H[-0 >```@*o-0,,pI/p[ w@T407p 40 $7p c70 40 `@ 4 `  `@`` 4 ^ @-  `@I 4 ^ @ a-  0aH    @4  `4p @-0 ` 0P  fP #:`@ R[@@-0`: ` ,`,p@*o 4/p407p40 c7pd40 70  4 ` @`` 4 `^ @-  ` H  4 ^ @ a-  0aK@   @4   `4p  ` fP@#8@ [@: `-0` ,`,p@*o 4/p40 40 ` w7p 40 7p`$ #70@ ``@K  4`@``- 4 ^ @4p ` '@J@  4 0^ @4p ! @+J    @4  `4p @ -0 ` 1``fP #:`@ [@: `-0` ,`K,p@*o 4G/p 4`@``4 ^ @4p '- ` J  4 ^ @ a4p- @ `0 J@    @4  ` `4p  `fP #:`@ b[@P: `-0` ,`,p@*o 4/p`,0`/0@*o^%[.`` s@[[ s  o>s[@[[`s`s o s[O (+^ `  [[[%s @s^ &%^ `v [^ `[[߆ sǀ o6v$v$v$v$v$v$v [[ [_'@    L @ `v ѱ> ^ :`N^ ^ ``^@` \`t^v (^ `^*o\^ :`  >  @6@  a> "@  b> `"@  c> `"@  d>   "@  > &  &   2@  &    "@  z>  ,p  ( @ +p  )p *p @(p @  ^ "(`  ^ `' (P"`v  O> v v ? 5   , *)0@@v ^ 2`  q9> @ e3> ^   f-> ^  @ g'> ^ @ h!>  $@  r> `@    ^ %+@*`  s >  & 8 8`$@  i> & < (& 0 0 :*$ -@6@  j>   "@   0`2@ u 0`"@  u> & 4 ^ ^ 8`v ( 0 :*$ -?`)0s`H 0 = +0% )p@ ? -p;tH 0 =/p )0;`*0uH  @  <꟒ v  = Ꚓ v p =ꕒ v x ; ꐒ v  9`ꋒ v% <`ꆒ v ` :`ꁒ v h  @ͬ      ;"8p`0^ q  $@ 9`g^ pr@  $@:^^ xr  $@8U^ w@  $@@; L^%q@^ J D^  `:`/0[`r^ =^ 93  8/pX`s@  &O v  `@q   ^ [   `'?`.`0^ s  ^ p%  ]<#^ pp  ^ x%@Y@; ^ xr@  ^ %@Z; ^ r  ^%%X=^%q^   ;`+0Z``_^  `?`+ Z`t^ В^ ̒ ? =(X`[@ڒ ? `:`/0[`r  &O^  `@$ ;  `0 @        ^ [@   " $O^   &O  @ - 4`@  4`2@v -0v @v &  v v &%& ^ &`7 4 ``2@3^^ &`^@` \t"^v ) ^ `^*o\^ f:`^ @ X> @+b0^ @2h^ @&? v @^ @Y ^`C^ ( X     "@ ^^ & @ 8` ^^^ vv %^^ # v v^`$@^ `@^@`%^8 v +` @^*o `@@?  @; 1`@Ι*C          @^`%^;  v *` @^@*o &@^@? #l: !` 1` @) B@   )p +p * v &  Ȁ`@6@ w   +0 + Ȇ *p8`)p s  :*)  :    8`)p # 8 Ȇ :*p"Ѐ&@ k ȇ8(b 8@4@| k ȟ; +  < 4@s k ȑ8*0cЀ`2@   ȗ:* "Ѐ&@c k ȋ8`)p #Ѐ2@[ v Ȑ& Q&    *0 (p@^ +0  8`H l 4 "@D mv  ^ ^ h9 v (6&  @9>   09 *0 (p@;`+0ZH^ (" `   `@  0  0 `;+0#@ *:`*0XH^ )0[ 0 `; *" *p8`([H *p@ *8"@ *@ +p" *0*! @8 0: ( @)p;`+0 ZH^ *pX 0 8`(!@+@; * Z`H  9  @3` 2?)p v v &%&  0 8(p")p@; *r 0 `8(!*0@^ (9`+p# r 0 `8(!*0@ 9`+p; r 0 `8(!*0@ 9`+p; r 0 `8(!*0@9`+ps 0 ד:*p" (  8 *09`sZ r[`@ Zr@" "#2O @3&  0 `8+p# +0@-@+ ^ H" ^ N9 ^%8`? ^ H^ # D:^% 8` ?% ^ H8(`?& !&%  @> 4v%v% :> v  6> & .^ & |'^ P)> 2@^%^8v+ ^^& b^@v^@`^ @ 2@ n^*o^  >  @ p@ `0?(@8`* # *`@[`H:`` [`H`!@[`9 Ǟ[` @ ఒ@ `0?(@8`* # *`@[`H:`` [`H`!@[`9 痞[` @@:` `0( ; *" )p 2@`[`H`:`[`H #  *@ 8Z `)p[@ `: )p@8[``(XP `@ `0@5 `?(; *" *p@ 2@_`_`H:`` _`H _`%/=_`H`_`%'<`L" _`JP `@ `0#@5 (=`@,%, 2@!`_`H:`` _`H _`#@; _`H `"  _`9`N@` 8`@? N_`=_` =`ML@P `@F_`@C?'``@5@  _` ]_`p \_`x\_`\@_e\_``[_`h[@` &O_`_`_`p_`x_`_e_``_`h_`@@ 1_`@"0"hw`_`@w`P>_| >6f `@?@  @  _`L @`&O\``Y   `?  @`5 @ ` @3@;  * [  *  @. [   *O鮋`@ % `> {O ```@5` @ oϖ `@*oǪ @   _` `@+ +&OZ @ o@-s6` s.4?@s[  s 0( ;`.p#*p@2@ ^ H` hi^ H% )pX`[ =`,[]``R)[ss׀`A[s[[`3    @" =+pX @ .`8`"@@@ 2OX/``'@@`ƀ[ O=@ [ߗ6[ oӲ [ߪ`[s߀ *o[[[[ǖ`[sϞ@ s*o[@hƀ[@@@H\pP`:`   2H  @* @&` `@ &`` `   @  "O&`&` &`@ "&@ "O   @)?$"6= @&-G@ ` eP` eP`:`   ,p&`  ,0 @+0  @eP P`` :;  &Դ `d@ ` -;"~&&`! @ " `@ `"@ @"m& ? `   `-`$O  ; ; `;`@  * ` o$O+ @rr  r ?""P7-?^^&^ @`% v^v^)>-v^`/#`@( ^ ^:@(^ ^@ ^`4^@1( ^^@ ^v^*^$^`@  ( ^^9 ^ €(  ^^^^Ā ^v^*?^^`,(^ ^^0p@^5 ``(^ ^ ^@`(^ ^^4p `^2 ``(^ ^ ĀP>`@3ah>@̠@ @ȧ>  `qH% 50/p/ V `@%^ 3`%v @ ` !S^^3`vv`.@ .??^3` hv^3``  ^^ 3`@ vv  .?@.7 9 ^7(v^(pv& 2@k^^5`3 @ (  &  ^ ^:  `@(^ ^@ ^@( ^^@ ^?v^*^ &  `2H1^J-`^ v'^ @ ( ^^;@^(  ^^^^ ^v^*?^& ^  @v&^*o^ @y 4>ؐ?@q 35?@j ^`@  * `$O(`  r  r  $ (" ""P;`^>`3 @9!@ ``$ @y<``` `?`(  9@```$ 4@O^`@J^^`B^ ` 2@']^^ `^ 2@&^$ ,  v &^v "H`(&??`??`u ^$ *Pv&`@ 6O^^??`^*pv^)pv&@^&^"h&^@*o`$O`<`@`q@g% 60`,0R^5"@ v^1p`)`^? `5 ? M?``^`  aS 8`/   / ;?` ` >  /  @/ /?`^5 ``^5`^)0 vv  = /  / ?`^`aS^5 -p$vv  ;` / " ?` / !?ؐ?@S!|6PPJBIG-KIT 2.0 -- (c) 1995-2008 Markus Kuhn -- Licence: GPL $Id: jbig.c 1297 2008-08-27 19:18:37Z mgk25 $     JBIGtoPBM converter 2.0 -- reads a bi-level image entity (BIE) as input file usage: %s [] [ | - []] options: -x number if possible decode only up to a resolution layer not wider than the given number of pixels -y number if possible decode only up to a resolution layer not higher than the given number of pixels -m decode a progressive sequence of multiple concatenated BIEs -b use binary code for multiple bit planes (default: Gray code) -d diagnose single BIE, print header, list marker sequences -p number decode only one single bit plane (0 = first plane) Sorry, not enough memory available! Problem while reading input fileOops, realloc failed when shrinking buffer! %02x ... %d bytes total Error: Input file is %d < 20 bytes long and therefore does not contain an intact BIE header! BIH: DL = %d D = %d P = %d - = %d XD = %lu YD = %lu L0 = %lu MX = %d MY = %d order = %d %s%s%s%s%s HITOLO SEQ ILEAVE SMID other options = %d %s%s%s%s%s%s%s%s LRLTWO VLENGTH TPDON TPBON DPON DPPRIV DPLAST %lu stripes, %d layers, %d planes => %lu SDEs >%lu SDEs! BID: Error: Input file is %d < 20+1728 bytes long and therefore does not contain an intact BIE header with DPTABLE! %06x: Error: single byte 0x%02x left %06x: PSCD: Error: PSCD not terminated by SDNORM or SDRST marker %06x: ESC %s, ending SDE #%luSDNORMSDRST (final SDE) (first surplus SDE, VLENGTH = %d)%06x: ESC ABORT %06x: ESC NEWLEN YD = %lu %lu stripes, %d layers, %d planes => %lu SDEs unexpected EOF %06x: ESC ATMOVE YAT = %lu, tX = %d, tY = %d %06x: ESC COMMENT LC = %lu %06x: ESC 0x%02x Error encountered! rbCan't open input file '%s'wbInput file '%s' (%d bytes) must be at least 20 bytes long Problem while reading input file '%sProblem with input file '%s': %s (error code 0x%02x, %lu = 0x%04lx BIE bytes processed) Image has only %d planes! P4 %10lu %10lu Image has too many planes (%d)! P5 %10lu %10lu %lu Problem while writing output file '%sAll OKReached specified image sizeUnexpected end of input data streamNot enough memory availableABORT marker segment encounteredUnknown marker segment encounteredInput data stream contains invalid dataInput data stream uses unimplemented JBIG featuresIncremental BIE does not continue previous oneUnknown error code passed to jbg_strerror()cx >= 0 && cx < 4096jbig_ar.css < 113s->buffer != 0xffh0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7t  x  oIo`o(X p3pFoo@@hZ% o6 Z?%, | /\@DhN;,ZHL: .&3wt ac\`%[MA,7/)<#yN$k Q @X2MC;4.)%UpLD>"8$2.VOFGA<=7^R1LF9A^V'PKUPOZU"Y  !"# %&'()*+,-./0123456789:;<=>? ABCDEFGHIJKLMNO0QRSTUVWGYZ[\]^V`abcd]fghcjkgmkomo!# $&'(*+-.0134689;<>? !@ACDEFHIJKMNO0223456789:;==PQRSTVWWHHJJKMMXYZ[\]V_`acc]efghcijkglmnopXx `     PhH` (50HVb q| l 8b   x`8HȀ (T (T )`  )H  )8 *8t$ *9 +4H , lW ,j 1 u M O4 a x8 X yHx !h "' 4 R0C PW i @y`!~   i XP@ ,$ 8   a     # 05 0pLD b``iP  X a4@  a(X J 0(0"@ _|,D3 `,@ hJ \_ -l -\Hx 0d H    h ` W Tp   / & 8/ `hB 0Rjbgtopbmcrti.scrt1.s__get_exit_frame_monitor_ptr__do_exit_code_ptr__crt_scratchvalues-Xa.cDrodata.rodatajbgtopbm.cusage___const_seg_900000501jbig.cDdata.dataiindexerrmsgjbg_resredjbg_dptablechecked_mallocchecked_reallocchecked_freejbg_buf_initjbg_buf_freejbg_buf_writejbg_buf_remove_zerosjbg_buf_prefixjbg_buf_outputjbg_set_default_l0encode_sderesolution_reductionoutput_sdedecode_pscd___const_seg_900003101___const_seg_900004101jbig_ar.clsztabcrtn.s_END__START_prognamejbg_dec_in_environ_DYNAMIC_fini_exitarith_decodejbg_int2dpprivdiagnose_biememchrjbg_dec_getheightjbg_dec_getsize_endjbg_newlenjbg_version__environ_lockarith_decode_init__xargcfopenabortjbg_ceil_halfjbg_dec_getsize_mergedjbg_dec_maxsizeferror_startjbg_split_planesatoifprint_bytesatoljbg_enc_lrange__1cG__CrunMdo_exit_code6F_v_fclose_GLOBAL_OFFSET_TABLE_arith_encodejbg_dec_getimage__fsr_init_valuejbg_dec_initfread__assertjbg_strerror_PROCEDURE_LINKAGE_TABLE__etextjbg_enc_layers_get_exit_frame_monitorjbg_enc_free_edatajbg_dec_freeread_filejbg_dec_merge_planesjbg_enc_initjbg_stripesjbg_enc_options__xargv__iob___Argvatexitperrorfprintffeof_lib_versionmainarith_encode_initjbg_enc_outjbg_dppriv2intjbg_dec_getwidthremovememsetjbg_enc_lrlmaxwrite_itarith_encode_flushjbg_next_pscdmsfwriteanotate anotate   (0"#$ anotatexl8h h PtPp PPPPxPp$PP$P D@D anotateP HR&h8S&8T&8anotate (hqx(TB(T)` B)H)8B*8tB*+4, l,$,-\H-/0(0B0pL0d1 MO4R0TpW_|Ba(Xa4a aX̀@܀8 `,B\@yHxx0-P-1P1|R8PR4UPTWPWa0Pa,b PbyPPyLxxPPhPdhPd`P\PP -P-1P1|R@PR4UPTWPWa4Pa,bPbyTPyLxxPPpPdpPdhP\PP 0x8H,@[\(]^ ^_L 8)d+0HRap0Px,,,, @y<@8$8anotateP HR3 *8S3$*8T3(*8anotate x``hX0PP0PPx(\,X anotate jbgtopbm.c /var/tmp/jbigkit/pbmtools /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -I../libjbig -c -o jbgtopbm.o jbgtopbm.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7jbig.c /var/tmp/jbigkit/libjbig /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -I../libjbig -c -o jbig.o jbig.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7N,jbig_ar.c /var/tmp/jbigkit/libjbig /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -I../libjbig -c -o jbig_ar.o jbig_ar.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7B8 /var/tmp/jbigkit/pbmtoolsjbgtopbm.c=3 /var/tmp/jbigkit/libjbigjbig.c@6 /var/tmp/jbigkit/libjbigjbig_ar.c DD% DD% DD%cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)assert.h 1.10 04/05/18 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.497.interp.hash.dynsym.dynstr.SUNW_version.rela.got.rela.data.rela.plt.text.init.fini.rodata.rodata1.dynamic.bss.symtab.strtab.annotate.debug_info.debug_line.debug_abbrev.comment.shstrtabXX xx " o``0-B7BBB(L RX^f 22PPGd ohh<-LxHH}H C (Yo@  B  0707010004c57e000081ed0000000000000000000000014c5bfb26000119f80000010000010036ffffffffffffffff0000001c00000000root/usr/local/bin/pbmtojbgELF+@8@8@@@X23/usr/lib/sparcv9/ld.so.1ST !"#$&'()*-/02569;<?ABDEFHKLMNOPQRS  %+,.1347:=>@CGI  wx!X'/ h6; hI N P] `k`r   X5@ |i` X *$  Hd `@ !`( / @EJ .LY` ~  P   _4 _X "4`; .0J ^|W ,dk ,0x \ +H /,d X x p`  U Shp H/@6 -X_@E hX` pprognamejbg_dec_in_environ_DYNAMIC__ctype_fini_exitarith_decodefgetcjbg_int2dpprivcheckedmallocmemchrjbg_dec_getheightjbg_dec_getsize_endjbg_newlenungetcjbg_version__environ_lockarith_decode_init__xargcabortfopenjbg_ceil_halfjbg_dec_getsize_mergedjbg_dec_maxsizeferror_startjbg_split_planesatoiatoljbg_enc_lrangefclose__1cG__CrunMdo_exit_code6F_v_realloc_GLOBAL_OFFSET_TABLE_arith_encodejbg_dec_getimagefread__fsr_init_valuejbg_dec_initstrlen__assertjbg_strerror_PROCEDURE_LINKAGE_TABLE__etext_get_exit_frame_monitorfscanfjbg_enc_layersjbg_enc_freejbg_dec_free_edatajbg_enc_initjbg_dec_merge_planesjbg_stripes__xargvjbg_enc_options__iobtotal_length___Argvperroratexitfeof_lib_versionarith_encode_initmainjbg_enc_outjbg_dppriv2intjbg_dec_getwidthmemsetjbg_enc_lrlmaxarith_encode_flushfprintfjbg_next_pscdmsfwritelibc.so.1SUNW_0.7SUNWprivate_1.1w =( Nq?% CQ @`3S"! *@O`D-$B &@L` .2 [`+p 9@ "a`+p 9@ ra`+p .@ r`, @`+p '. \X tX+``+p ). -`- x `?- x =--% x x#0@'`+p ( @'#h`*p . Z  `*p . Z @'@#@@'@'P1@9' "T; c^+~ذ ^`@'В@'͐@'ʐ@'ǐ@'Đ@'P@9'!@';`/^a@'@' @@9'!<@'?@): +`^ `@! #@@'?@ @ @ @'?@ @ O@'?@: O〢 #?@ : 5@'@'_P7@9'  @'r@]u@5&w;w`#˶"^ ?s+  #Ǩcw!#>  #ۺ  sπ`###ss#s#^`r@=  @!=)0[H-@[J``@ `"H)%] M`"H  ] M`m@)`c@`Y@ `@L`-"H `C"H `Y@u`b"HJ#`h@ `c@E`d"H `f"HG#`h@`l"H `s@`q@ `m@`o"Ha `p"Hi `q"@#`rH' `x@ `s@`t"H `vH `x@"`y"H, @``#`` #`#`#    s#` @?@&] s`@?@&] sv` @?@&] sj`@?w@&] #_`@?l@&] T`@?a@&{] #I` @?U@&o] #=`@?J@&d] #2` @?>@&P] s&`@?3@&M] ` @?'@&A] #`@?] s``@=`] K@2O] @` @ = =.0Zw (ZwOȀ 3_~@ z_@&zȤ*__w {_@&{w*w`^  @%?@!:  @ #@ P #G@%?G G뀦 G@%?G Gဦ Oސ PH#@%* ?` 2@  5@ 3@ 6@ ܐ 30*? 9` @ @: H@%< `0wߑ+H@ @ w_׮ u  O 4@ 1@ 2"@7L@) 4@* 5"@0L@)_׀Z`` $` 8`  + `- - `dP(o   o B_ה ^ @%f:> WM@ 2@"wπ:h%_Ϩ w `g @   2(` `O2_  o_ϒ@%9Ǚ;s_ϕ=_ח< @&@%5_ϐ@%:H\@%<Hb` `k` `i$ Hr``, 4@*`(  _ߊ" )_ג] @ _ߪ`@@*o____ׄ`M@X% ^ `!@$=_%'_׸ؐs < @`@@7< [@[`@ @["[@$[[w[wŀ[w'ߐۓ8@)8ו<[ϓ8`> @3?@ @@$_@ @$_@ˀ @@$M|x_|@$H_/|@$C8`/`@ ǔ}`}X`f@@$8} }h@$4_G}@$0_?}@$+<3}@$&<7~@$!< ~~3" :`@_3'@<`@_~0@$ 7!8@_7%@ =@_~h@#~Д~k~ @ `   f@ f@f@  f@ (f@0sf@ 8s @f@sx@#Ғ~g    f@`f@`f@ f@@#Ho@#s^@# ^ zАa@#_@$%z@# _z^@#_@$z@# ` ^=@#_@#{  ^H !@#? @#o `{h^!@#w_@#z@#c `^@#i_@#W `1 =^ @#] @#K $   ^=a@#R@#@ `|P@#J_@#Ȑz@#6 P?o@@h N@#=@#N@#P?o@h N@@#@#N@@#@#[P^ @ ^ Z/v "//"/r/r/r/r/P^ @ ^ ^^ v ^ *^ P^oo@ > o`'o<`/@^owo_ov/_o`%=`_o,_ovoZ/`@9  @ `@ 8` "OX @ZoX`ZosoZoZorXroZoqoZoZo@ZooZo:  @ Z`Z/rZ/ZZ/q/Z/XXr/r`P^ @^ ^ =@^ ]^ ]o] ^ t^ \o^ sv ^ *?^  +P " yt2 P^  ;20 @ 2 75PծN5 "5@4v 0j #v 0^ 0 /`` ^ 0"v 0^ 0 )8o^ 0^ 0` v 0P& ɓ>` *jjjO@"~t@_  @-!sv pv v >& <v [v & & $ & (& ` & db8& X8& \v  v p   v xv P v @v H@ ^ P   '@yu n^ Ht`&O^ Pv  0b8`v  =] v h\V` v ^   )@*o^ v P&  `@^  ;<8`  ^  4= `  &  `&O^ & $ & (. >:``@" " $ " (:`@: $H" $ $&@  $H" ( :::`; ;`H`" X@" \``r 0@&H" `@&H" d ?w>>.pw,w-pw_ X [ Z ss߳>_ 0@/ ,wĦO@w 4":`_ s #@=_ w[ s_ [ wפ[ -pws_ PL_8*NJ[@Y s_ P :``-X@\wǐ@ w \"@ '-p -p'  _ +p%@-sǀd@9 @Ɛ w/_ __Y@  (_]@t "=  v_ __]_Z[v ` @  `   ` `3 *0 r `O3 @?_ h[! '  ` #d@@ #A`_׀[#`$#[_׀`5"  @5` 2p?`@*#[`'`   0 10? #2O[`[` 3p?@#[` `   5? #2O[`2@iw_`V_߀`R _׶?-[6s/ ?s'.!@s?% "``s7@v`t[/  \ `@ 2H  `@@ `0` ` `*0_@@ 8h^^ `8`^Y`*^ `gg`@O0`_ `__ `$ _4`>[_ h9`*0_@#@`54_ h[@:*^#@`+[_ h#@> ([@`![_ h#@>*0Y@`4#@ `[_ h @%@h  ' \a@ w_ h[#@  \`@W`` `@[_׈@@`3[ 3? @-`*   0?O" \_[" `[  0 30?@ [ `   @ 3` 2? 2O[ \ @!` 3` 2?f@ 8>@ [ǀ@#[_״ss` ``  H`_׀`[# +8`_2H [_[!&[ (`S [['[?@[@`sGsO[7 `` `8`[G`2@ \[G``` `2H \[O   \ @@-0_ h.[ @(._ h[ ` 6 _ h [[ ?8&# :p ` @ !6 8@ * 50  50@ `;`:@[`6 50 c `50 8; @[ǀ`2@L  ` `G`E !_y4xt2 0? w `` @"  `1 &  "@ [ 8p` ";@ 3* X3p? p `@1 o1  ` @1` 2? 1 * Z@r `O1   `[*ow-0[G_ h.[@+._ h[@@` 6_ h? [[:`&# 8p` @"68)  c50 6  x50@ 88@[`66 〞 |50 `50 89 @[ǀ`2@L  ` `G`E !_y4z2 0p?`w `` @"  `1 & "@ [ 8 @"*; X @3` 30? p ` @1 @o1  `@1` 2?1 * Zr `O1   `[*oq-0[G[[OssG`[sO *o[`__w瀦@ `__瀡 o`_`_߀`&_׬&?_ϙ3``_ _߄& w!  w_)p #-p" ww% wgwGw'ww7w?wOwo#@s`q  `_'` @  `  `2  `_*^8hY`Y`@`: Y`]`+pY` `gg  O2 _@`__`$_4@`?[_ h9`*0X@%`64_ h[> *pZ%@`,[_ h9`*0Y  `"[_ h> *pZ&@`4% `[_ h@'@h  ' \a@ _w_ h[# __G6:` ___O6@*h___w wW \`"@s_W @[_____ǀ ` _g_瀢 `[_ׄ_ 8` _ @ ____Ǟ  )p_ [ #`o._Ǧ .p_o_w@  :h__`8`` 2H `@   _״ 4h-p``ss[Ϸ.[ߵ.+psϛ5p6 ` 86 ( sߔ a ;`@ [߀#2`#[πc2h#_ )a@[ߐ c#2`#[ϊ c2h #_ +_ *`[׀ *oȫ-p`[׀*o_[׀`` 2O_w [ǀ`d@ =@G,?s_s߀`  2H__[_&.p8`_ 2H__[_Ǧ&_ϊ$ `#@`*0*s__ `[`]._dz* _o_ s` s-p w5_w@:`__8`_`2H__[ _ǒs `[[_s _ s[_7[@`ss `[_?s߀:h[_`8`[2H[[_ ` 2H[[[`[.0[)ps*pss@5_ N`@ [߷.-sߧ,Ԁ[[2 30 `2 [30`2 #2 #[ߊ   @ +0s \. @E, @  [ߋ6 _ p `3p H@ &H5_ h[߉6 !_ p3 `0@ H `&H&_ h [ߋ6 4 `_ p0p g  #J &H_ h[ߟ6 4 _ p0 . 0 J@ &@n_ h[`@&[_ h@` [_ h [[  9 %" : [ "@ :) 2 @6 4 `  @ 9` [ߙ6 2 4  8[ߐ30`;`x8@[ǀ`2@, ` `'6[ߞ @ `_ ; w `  @  `1` ` `[ߖ (3Y@`{D :r  `@O1``[*oF[߀`[*o[[` s[[[ ss*o[___ǘ[`w ww o5_W*@ _____!w&w_`_w瀦@w`__瀤 o:`@[_ _ _]_]@^__ _^@_Y^  \ _ _b_[ _Z [ f@ ۑ?` \@[_ h @ \@Q[_ h#@_ __[ _Z [  _ __\_\] _ __Y@_]^ _ __X@_[@[  _ __Z _[ \ _ __\_]Y@ _ __]_^X@_ h?`_ __[@_[ Z  P_/ x u_<`p_= k_=p f_ b9`^ [_ __^@_^@0^ 0>` -%<^  /p$<`^ 5psВ [̒ Ȓ Ē ^ P/p@; * Z`@Y@^ P 8`.p]@]@`*0 s%$# `w@`u [-p @gP`^ [    (` ```  \H `B 10```(`  \"2@   @`" *+p`3p``+030`8)` 2a9`@** ,@^ xN@`* @@(`*o*@ oķ0 `*o(`.(```@*o[@ oP^ .p>],>]/p]@>^ ?^@_@^ ^ ^ ^\t >;` ^ 8+0^ ! (X@^[?6o^ 8  9` @@ `@  @ ? : @/p ^ 8 ` =? ^ 8 o=^ P&@? =O < ? ^ Z@Z^ @^ ^ ?YXp@^ 8%@` @^ ,[[ Z ʀ^ P/p `H&?>? 㾰@7; } `O%  `O% D (@ O#  pc ,@`O" .  &$O,  ߖ  <  ``+@ O< :$ <   @(` .)@O    < `   * @ O<:` @$a9` (.@)O    <@ `   * @ O<@c:` `@$c9`` (g.@)O  _  < `   * @ O<:` @$9 (` -(O 㾰@7;D~8 ߪ `O%   `O%  D ( `O#  pc ,@O"   =@ ``-O=@ `=`$@ , `= `9/@O    <  ` + O<  9 $@)`; ?@.O     :  +@ O: #  8$@) '? > -cO  _  < `   * @ O< ?`$@(`:`= `+O 0 X)@9`& X =8 X`? -%-p`6@ \ & X \`@ +b8^ p"` ` \& \ `@ & `& d ``@   \  ` `@ f@ *H& ` @ `@  (@ ( @ $`H ( $@H H H `H @    ^ 0" /Ph^ ^  :`^ ^ v ^ ^ (`^  \ & \^  `(^ ƒ  `@!  ?^   ` ^ @X^  %-@. *@^ *o^ @ `&O^  $/ (/ //  ('@<^   (%@:`^ 6p/6p/6p//20/20/20//^ 020/^ 05/^ 050/^ 0/ `/ d/ X/ \ / ^ 0^ =`v 8^ @: ^ 8^ v ^ 8`2   `; S^ u @    8H^ X@s `@   ^ ZY@r@  &O^  `  &O ^ 8`@*o ^ ^   \ @ ? ^ p++^ ^ &-/08%/p>-pr^ 8"9`*pq $88(pv@ (;`; /0v:*q@ :`8?(s__w߀@h__w瀣 `__w``= (p^@ X"@  $ ( 9`*pZ 8;`+0^=`8`.p^^ < / /^ 30/^ 2/^ 2p/^ /^ ^  ^ ^ ^ ^ v =`>p^ ^ `8^ 8&``^ 8 ``. ( $@ $@&_^ v   (&<z^  / /20/20/20//^ ^ @ ^ 8"`` /^ ^ ƀ __ w$o`__`w瀡@$ov___ w߀ $gi_P^ @?^ 8`9   @+   `@  ^ XXX@"`^ Z@ZY@"^ [Zs  &O^ ^  \F\@ ` &O ^ <]^ 8*o 5^ U 1^ /^ -^ h^ H"@^ P @   ^ H"^@ &O^ H^ H^ P@#: `@ ` @8` +pY@ " 0?!" 3`r " r @r%r%"% r `r%8hr%s#}8 0@) < "8,p%@@ ,``>* Z Hs 0 `9 (%(@=,_ H#0` 0-  =`+p$ +0 ,%:*pY`H,01 -s^ X ;`*@ *"7s*p!@sw@w^ (sO@^ 0O@s @<N^  %< H^ sߐD [@ < sא7 s %^ *p^ ^``K@X30  s^ ,p^  0pZ`@LZ70@s@s^$^$^$^$^$^$^ ^ .^ +[ [^ Z &@3`+0"H%"H[^ xZ # 1`*p @^ pZ # 3 .p% ^%] #3*"@2@[[^ `[[߀ ` [׬ "#?sϗ*s"#Ǯ" s" ss*@*^ p%"@&^ p Ȁ`$H"^ p[φ [X`^ ``^ p[[  3 .p% ^ xZ  1`*p# Ȇ&OX`^ p[^  2)p  4@Z%`@V  4 @2H!=@[@[^% Z  2`(^%@]`  2.d@ !@ ^%X  3)0`@/[^ ƀ[@ [^ Y   3`+0@"H[[[`-*o-Vs[[" ` -[ *osF^ @2&% ^ `` [ǀ`` ^ [[  5.p 2@^ [[$ +p^ `[ǀ`[^ Z  1`*p@ @[[$@$@ .p@`[6[[#א@ sߵ>`s ` -[@`*^ `[ǀ`#[^ Z@  0+`2@ 4[^ ``[ǀ `[^ X  1 +p 2@ 4[ @ 4`@@Z@4 #  8@ [@ŗ: `-0` `,@*o4 [@5  g4   9`@ [@8``-0``,@ o뀥[`   @%@[  :  @ # 9 +4 @ #8`@ [@: `-0` `j,@ oހf[@4p # 4  |@ ;@ |[@j: `-0`,`P,p@ o4pL[@ כ4p 4 c5 x @g  8`@ [[@I8``-0`,`/,p@ o急+[` 4p%@ @" [ 9p ` # 4p8@+`4 `x  ;`@ 1[@: `-0` ,`,p@ oڀ[*@[[`sߘ`s o s[(@( &%^ v [^ @`[[߆ sǀ o$v$^ `[[߀ `&[ז &["#(p s'# sg-#sW&`#s7 Ж,?ss/s?sG#Os_so*@'^ p Ȁ`$H#^ p[ [oX`^ ``[^ p] !@6`+p" ^ xZ !@1`*p& Ȇ&OX`^ p[[@  [W"@1`+0 #w^ 2p`[[?2@*h 4[s 4@%H[@ [/^%[Z #@1 (p@{% @P&% ^  `` [ǀ`) ^ [X  @3`(2@^ [[$^ `,[ǀ`[^ [  2 (p2@^ [ג& `*^ `[ǀ``[^ ^ "0+p@ 2H[[[$ -[[` ,0/p@`[[7 ` `[w `s)0 s ƀ 5p[G@`[[  `^ @ `[ǀ`[^ X  # 0)p `2H[_[ [_[['@s s*3^%[g@:h/^%^ ``[ǀ(h(^%^ [Z@  @ 3)0`2H^%[^ ` [ǀ(h^%^ [^ !6( `2H^%[ ^%@[ϟ7040 ^@ 8 7p"@@0+p 8: x #^%[  "@ 2`* @`@2H[-0 >```@*o-0,,pI/p[ w@T407p 40 $7p c70 40 `@ 4 `  `@`` 4 ^ @-  `@I 4 ^ @ a-  0aH    @4  `4p @-0 ` 0P  fP #:`@ R[@@-0`: ` ,`,p@*o 4/p407p40 c7pd40 70  4 ` @`` 4 `^ @-  ` H  4 ^ @ a-  0aK@   @4   `4p  ` fP@#8@ [@: `-0` ,`,p@*o 4/p40 40 ` w7p 40 7p`$ #70@ ``@K  4`@``- 4 ^ @4p ` '@J@  4 0^ @4p ! @+J    @4  `4p @ -0 ` 1``fP #:`@ [@: `-0` ,`K,p@*o 4G/p 4`@``4 ^ @4p '- ` J  4 ^ @ a4p- @ `0 J@    @4  ` `4p  `fP #:`@ b[@P: `-0` ,`,p@*o 4/p`,0`/0@*o^%[.`` s@[[ s  o>s[@[[`s`s o s[O (+^ `  [[[%s @s^ &%^ `v [^ `[[߆ sǀ o6v$v$v$v$v$v$v [[ [_'@    L @ `v ѱ> ^ :`N^ ^ ``^@` \`t^v (^ `^*o\^ :`  >  @6@  a> "@  b> `"@  c> `"@  d>   "@  > &  &   2@  &    "@  z>  ,p  ( @ +p  )p *p @(p @  ^ "(`  ^ `' (P"`v  O> v v ? 5   , *)0@@v ^ 2`  q9> @ e3> ^   f-> ^  @ g'> ^ @ h!>  $@  r> `@    ^ %+@*`  s >  & 8 8`$@  i> & < 8& 0 0 :*$ -@6@  j>   "@   0`2@ u 0`"@  u> & 4 ^ ^ 8`v ( 0 :*$ -?`)0s`H 0 = +0% )p@ ? -p;tH 0 =/p )0;`*0uH  @  <꟒ v  = Ꚓ v p =ꕒ v x ; ꐒ v  9`ꋒ v% <`ꆒ v ` :`ꁒ v h  @ͬ      ;"8p`0^ q  $@ 9`g^ pr@  $@:^^ xr  $@8U^ w@  $@@; L^%q@^ J D^  `:`/0[`r^ =^ 93  8/pX`s@  &O v  `@q   ^ [   `'?`.`0^ s  ^ p%  ]<#^ pp  ^ x%@Y@; ^ xr@  ^ %@Z; ^ r  ^%%X=^%q^   ;`+0Z``_^  `?`+ Z`t^ В^ ̒ ? =(X`[@ڒ ? `:`/0[`r  &O^  `@$ ;  `0 @        ^ [@   " $O^   &O  @ - 4`@  4`2@v -8v @v &  v v &%& ^ &`7 4 ``2@3^^ &`^@` \t"^v ) ^ `^*o\^ f:`^ @ X> @+b8^ @2h^ @&? v @^ @Y ^`C^ 8 X     "@ ^^ & @ 8` ^^^ vv %^^ # v v^`$@^ `@^@`%^8 v +` @^*o `@@?  @; 1`@Ι*C          @^`%^;  v *` @^@*o &@^@? #l: !` 1` @) B@   )p +p * v &  Ȁ`@6@ w   +0 + Ȇ *p8`)p s  :*)  :    8`)p # 8 Ȇ :*p"Ѐ&@ k ȇ8(b 8@4@| k ȟ; +  < 4@s k ȑ8*0cЀ`2@   ȗ:* "Ѐ&@c k ȋ8`)p #Ѐ2@[ v Ȑ& Q&    *0 (p@^ +0  8`H l 4 "@D mv  ^ ^ h9 v (6&  @9>   09 *0 (p@;`+0ZH^ (" `   `@  0  0 `;+0#@ *:`*0XH^ )0[ 0 `; *" *p8`([H *p@ *8"@ *@ +p" *0*! @8 0: ( @)p;`+0 ZH^ *pX 0 8`(!@+@; * Z`H  9  @3` 2?)p v v &%&  0 8(p")p@; *r 0 `8(!*0@^ (9`+p# r 0 `8(!*0@ 9`+p; r 0 `8(!*0@ 9`+p; r 0 `8(!*0@9`+ps 0 ד:*p" (  8 *09`sZ r[`@ Zr@" "#2O @3&  0 `8+p# +0@-@+ ^ H" ^ N9 ^%8`? ^ H^ # D:^% 8` ?% ^ H8(`?& !&%  @> 4v%v% :> v  6> & .^ & |'^ P)> 2@^%^8v+ ^^& b^@v^@`^ @ 2@ n^*o^  >  @ `@ `0=8@8`* # *`@[`H:`` [`H`!@[`9 Ǟ[` @ ⠒@ `0=8@8`* # *`@[`H:`` [`H`!@[`9 痞[` @ ܐ@:` `0}8 ; *" )p 2@`[`H`:`[`H #  *@ 8Z `)p[@ `: )p@8[``(XP `@ `0@5 `܊=8; *" *p@ 2@_`_`H:`` _`H _`%/=_`H`_`%'<`L" _`JP `@ `0#@5 }8=`@,%, 2@!`_`H:`` _`H _`#@; _`H `"  _`9`N@` 8`@? N_`=_` =`ML@P `@F_`@C?'``@5@  _` ]_`p \_`x\_`\@_e\_``[_`h[@` &O_`_`_`p_`x_`_e_``_`h_`@@ 1_`@"8"hw`_`@w`P>_| >6f `@?@  @  _`L @ 4`&O\``Y   `?  @`5 @ ` @3@;  * [  *  @. [   *O鮋`@ % `> {O ```@5` @ oϖ `@*oǪ @   _` `@+ +&OZ @ o@-s6` s.4?@s[  s 08 ;`.p#*p@2@ ^ H` hi^ H% )pX`[ =`,[]``R)[ss׀`A[s[[`3    @" =+pX @ .`8`"@@@ 2OX/``'@@`ƀ[ O=@ [ߗ6[ oӲ [ߪ`[s߀ *o[[[[ǖ`[sϞ@ s*o[@hƀ[@@@H\pP`:`   2H  @* @&` `@ &`` `   @  "O&`&` &`@ "&@ "O   @)?$"6= @&-G@ ` eP` eP`:`   ,p&`  ,0 @+0  @eP P`` :;  &Դ `d@ ` -;"~&&`! @ " `@ `"@ @"m& ? `   `-`$O  ; ; `;`@  * ` o$O+ @rr  r ?""P7-?^^&^ @`% v^v^)>-v^`/#`@( ^ ^:@(^ ^@ ^`4^@1( ^^@ ^v^*^$^`@  ( ^^9 ^ €(  ^^^^Ā ^v^*?^^`,(^ ^^0p@^5 ``(^ ^ ^@`(^ ^^4p `^2 ``(^ ^ ĀP>`@3cX>@̠@ @ȧ>  `qH% 58/p/ V `@%^ 3`%v @ ` !S^^3`vv`.@ .??^3` hv^3``  ^^ 3`@ vv  .?@.7 9 ^7(v^(pv& 2@k^^5`3 @ (  &  ^ ^:  `@(^ ^@ ^@( ^^@ ^?v^*^ &  `2H1^J-`^ v'^ @ ( ^^;@^(  ^^^^ ^v^*?^& ^  @v&^*o^ @ 4>ؐ?@ 35?@ ^`@  * `$O(`  r  r  $ (" ""P;`^>`3 @9#0 ``$ @y<``` `?`(  9@```$ 4@O^`@J^^`B^ ` 2@']^^ `^ 2@&^$ ,  v &^v "H`(&??`??`u ^$ *Pv&`@ 6O^^??`^*pv^)pv&@^&^"h&^@*o`$O`<`@`q@g% 68`,0R^5"@ v^1p`)`^? `5 ? M?``^`  aS 8`/   / ;?` ` >  /  @/ /?`^5 ``^5`^)0 vv  = /  / ?`^`aS^5 -p$vv  ;` / " ?` / !?ؐ?@ϔ!|6PPJBIG-KIT 2.0 -- (c) 1995-2008 Markus Kuhn -- Licence: GPL $Id: jbig.c 1297 2008-08-27 19:18:37Z mgk25 $     PBMtoJBIG converter 2.0 -- creates bi-level image entity (BIE) as output file usage: %s [] [ | - []] options: -q sequential coding, no differential layers (like -d 0) -x number maximum width of lowest resolution layer (default 640) -y number maximum height of lowest resolution layer (default 480) -l number lowest layer written to output file (default 0) -h number highest layer written to output file (default max) -b use binary code for multiple bitplanes (default: Gray code) -d number total number of differential layers (overrides -x and -y) -s number height of a stripe in layer 0 -m number maximum adaptive template pixel horizontal offset (default 8) -t number encode only that many most significant planes -o number order byte value: add 1=SMID, 2=ILEAVE, 4=SEQ, 8=HITOLO (default 3 = ILEAVE+SMID) -p number options byte value: add DPON=4, TPBON=8, TPDON=16, LRLTWO=64 (default 28 = DPON+TPBON+TPDON) -C string add the provided string as a comment marker segment -c delay adaptive template changes to first line of next stripe (only provided for a conformance test) -r terminate each stripe with SDRST marker (only intended for decoder testing) -Y number announce in header initially this larger image height (only for generating test files with NEWLEN and VLENGTH=1) -f chose encoding options for T.85 fax profile complianance -v verbose output Sorry, not enough memory available! %lurbCan't open input file '%s'wbInput file '%s' does not look like a PBM file! Unsupported PBM type P%c! Problem while reading input file '%sUnexpected end of input file '%s'! Image dimensions must be positive! Number of planes must be in range 1-255! Warning: No zero padding in last byte (0x%02x) of line %lu! Problem while writing output file '%sInformation about the created JBIG bi-level image entity (BIE): input image size: %lu x %lu pixel bit planes: %d encoding: %s code, MSB first Graybinary stripes: %lu lines per stripe in layer 0: %lu total number of diff. layers: %d lowest layer in BIE: %d highest layer in BIE: %d lowest layer size: %lu x %lu pixel highest layer size: %lu x %lu pixel option bits:%s%s%s%s%s%s%s LRLTWO VLENGTH TPDON TPBON DPON DPPRIV DPLAST order bits:%s%s%s%s HITOLO SEQ ILEAVE SMID AT maximum x-offset: %d AT maximum y-offset: %d length of output file: %lu byte All OKReached specified image sizeUnexpected end of input data streamNot enough memory availableABORT marker segment encounteredUnknown marker segment encounteredInput data stream contains invalid dataInput data stream uses unimplemented JBIG featuresIncremental BIE does not continue previous oneUnknown error code passed to jbg_strerror()cx >= 0 && cx < 4096jbig_ar.css < 113s->buffer != 0xff0o0o0o0o0o 0o@0o`0o0o0o0o0o0o 0o@0ow`0oo0og0o_0oW0oO0oG 0o?@0o7`0o/0o'0ow X hx  oZoop p8pJoo0PxZ% o6 Z?%, | /\@DhN;,ZHL: .&3wt ac\`%[MA,7/)<#yN$k Q @X2MC;4.)%UpLD>"8$2.VOFGA<=7^R1LF9A^V'PKUPOZU"Y  !"# %&'()*+,-./0123456789:;<=>? ABCDEFGHIJKLMNO0QRSTUVWGYZ[\]^V`abcd]fghcjkgmkomo!# $&'(*+-.0134689;<>? !@ACDEFHIJKMNO0223456789:;==PQRSTVWWHHJJKMMXYZ[\]V_`acc]efghcijkglmnopXx    X h x X 5HxVb xq| P p P|b | `H &T '`T '  'H (X8 (t )82 *@4A *lP + c /n Kp NT4 `` wh8 p| wx!X  h#( h6 ; PJ `X`_ q  X"@ |i` X *$  5Q `@ `  -27 .LFM  k P   _4 _X "`  .0/ ^|< ,IP ,0] \r +H~ /,d X x p`  U Shp H@ -X@* h=E Upbmtojbgcrti.scrt1.s__get_exit_frame_monitor_ptr__do_exit_code_ptr__crt_scratchvalues-Xa.cDrodata.rodatapbmtojbg.cDdata.datausagegetintdata_outjbig.ciindexerrmsgjbg_resredjbg_dptablechecked_mallocchecked_reallocchecked_freejbg_buf_initjbg_buf_freejbg_buf_writejbg_buf_remove_zerosjbg_buf_prefixjbg_buf_outputjbg_set_default_l0encode_sderesolution_reductionoutput_sdedecode_pscd___const_seg_900003101___const_seg_900004101jbig_ar.clsztabcrtn.s_END__START_prognamejbg_dec_in_environ_DYNAMIC__ctype_fini_exitarith_decodefgetcjbg_int2dpprivcheckedmallocmemchrjbg_dec_getheightjbg_dec_getsize_endjbg_newlenungetcjbg_version__environ_lockarith_decode_init__xargcabortfopenjbg_ceil_halfjbg_dec_getsize_mergedjbg_dec_maxsizeferror_startjbg_split_planesatoiatoljbg_enc_lrangefclose__1cG__CrunMdo_exit_code6F_v__GLOBAL_OFFSET_TABLE_arith_encodejbg_dec_getimagefread__fsr_init_valuejbg_dec_initstrlen__assertjbg_strerror_PROCEDURE_LINKAGE_TABLE__etext_get_exit_frame_monitorfscanfjbg_enc_layersjbg_enc_freejbg_dec_free_edatajbg_enc_initjbg_dec_merge_planesjbg_stripes__xargvjbg_enc_options__iobtotal_length___Argvperroratexitfeof_lib_versionarith_encode_initmainjbg_enc_outjbg_dppriv2intjbg_dec_getwidthmemsetjbg_enc_lrlmaxarith_encode_flushfprintfjbg_next_pscdmsfwriteanotate anotate ( ,h "h#h$hanotate8xP`pPx`\xtxh\|t anotateP HR!|S!T!anotate &qx&TB'`T' B'H(X8B(tB)8*@4*l*$+ +H,0-.0B.L/,d/KpNT4PShpU^|B_X_4`@ ``H̀܀ ,B\X@wxwhp,D,@//PPSpSlVU__`|`xww,wh(whTP p|,P,@//PPSxSlV U__``xww4wh(wh\P,p|0wh8pH*Z`Z\d\|]T]\ 8'*0.Px_tPTwh,,,, @0w<@p$8anotateP HR1(S1(T1(anotateX xp`hPXh0\X0dXxlHX(Px4D (anotate pbmtojbg.c /var/tmp/jbigkit/pbmtools /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -I../libjbig -c -o pbmtojbg.o pbmtojbg.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7jbig.c /var/tmp/jbigkit/libjbig /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -I../libjbig -c -o jbig.o jbig.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7N,jbig_ar.c /var/tmp/jbigkit/libjbig /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -I../libjbig -c -o jbig_ar.o jbig_ar.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7B8 /var/tmp/jbigkit/pbmtoolspbmtojbg.c=3 /var/tmp/jbigkit/libjbigjbig.c@6 /var/tmp/jbigkit/libjbigjbig_ar.c DD% DD% DD%cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)assert.h 1.10 04/05/18 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.497.interp.hash.dynsym.dynstr.SUNW_version.rela.got.rela.data.rela.plt.text.init.fini.rodata.rodata1.dynamic.bss.symtab.strtab.annotate.debug_info.debug_line.debug_abbrev.comment.shstrtabXX xx   " o0-B07BBBpL RXXXhh^xxf "2G o<XX-Tx}@E \oPh  B  c0707010004c584000041ed0000000000000000000000024c5bfb54000000000000010000010036ffffffffffffffff0000001300000000root/usr/local/lib0707010004c585000081ed0000000000000000000000014c5bfb26000100380000010000010036ffffffffffffffff0000001d00000000root/usr/local/lib/libjbig.a! / 1281096481 0 0 0 600 ` jbg_versionjbg_ceil_halfjbg_stripesjbg_enc_initjbg_enc_lrlmaxjbg_enc_layersjbg_enc_lrangejbg_enc_optionsjbg_int2dpprivjbg_dppriv2intjbg_enc_outjbg_enc_freejbg_strerrorjbg_dec_initjbg_dec_maxsizejbg_dec_injbg_dec_getwidthjbg_dec_getheightjbg_dec_getimagejbg_dec_getsizejbg_dec_getsize_mergedjbg_dec_freejbg_split_planesjbg_dec_merge_planesjbg_next_pscdmsjbg_newlenarith_encode_initarith_encode_flusharith_encodearith_decode_initarith_decodejbig.o/ 1281096481 0 0 100644 57108 ` ELF+@@.shstrtab.text.data.rodata.rodata1.annotate.debug_info.debug_line.debug_abbrev.symtab.strtab.rela.text.rela.data.rela.annotate.rela.debug_info.commentP?o@@h N@@N@P?o@h N@@@N@@@P^ @ ^ Z/v "//"/r/r/r/r/P^ @ ^ ^^ v ^ *^ P^oo@ > o`'o<`/@^owo_ov/_o`%=`_o,_ovoZ/`@9  @ `@ 8` "OX @ZoX`ZosoZoZorXroZoqoZoZo@ZooZo:  @ Z`Z/rZ/ZZ/q/Z/XXr/r`P^ @^ ^ =@^ ]^ ]o] ^ t^ \o^ sv ^ *?^  +P " yt2 P^  ;@20 @ 2 75PծN5 "5@4v 0j #v 0^ 0 /`` ^ 0"v 0^ 0 )8o^ 0^ 0` v 0P& @>` *jjjO@"~t@_  @-sv v v >& <v [v & & $ & (& ` & d`& X& \v \ v p\   v xv P v @v H@ ^ P   '@@@ n^ Ht`&O^ Pv  0b8`v  =] v h@V` v ^   )@*o^ v P&  `@^  @<8`  ^  @= `  &  `&O^ & $ & (. >:``@" " $ " (:`@: $H" $ $&@  $H" ( :::`; ;`H`" X@" \``r 0@&H" `@&H" d ?w>>.pw,w-pw_ X [ Z ss߳>_ 0@/,wO@w 4":`@_ s #@=@_ w[@ s_@ [@ wפ[@ -pws_ PL_8*NJ[@Y s_ P :``-X@\wǐ@ w \"@ '-p -p'  _ +p%@-sǀd@9 @ w/_ __Y@  (_]@t  ]  v_ __]_Z[v ` @  `   ` `3 *0 r `O3 @?_ h[! '  ` #d@@ #A`_׀[#`$#[_׀`5"  @5` 2p?`@*#[`'`   0 10? #2O[`[` 3p?@#[` `   5? #2O[`2@iw_`V_߀`R _׶?-[6s/ ?s'.!@s?% "``s7@v`t[/  \ `@ 2H  `@@ `0` ` `*0_@@ 8h^^ `8`^Y`*^ `gg`@O0`_ `__ `$ _4`>[_ h9`*0_@#@`54_ h[@:*^#@`+[_ h#@> ([@`![_ h#@>*0Y@`4#@ `[_ h @%@h  ' \a@ w_ h[#@  \`@W`` `@[_׈@@`3[ 3? @-`*   0?O" \_[" `[  0 30?@ [ `   @ 3` 2? 2O[ \ @!` 3` 2?f@ 8>@[ǀ@#[_״ss` ``  H`_׀`[# +8`_2H [_[!&[ (`S [['[?@[@`sGsO[7 `` `8`[G`2@ \[G``` `2H \[O   \ @@-0_ h.[ @(._ h[ ` 6 _ h [[ ?8&# :p ` @ !6 8@ * 50  50@ `;`:@[`6 50 c `50 8; @[ǀ`2@L  ` `G`E !_y4xt2 0? w `` @"  `1 &  "@ [ 8p` ";@ 3* X3p? p `@1 o1  ` @1` 2? 1 * Z@r `O1   `[*ow-0[G_ h.[@+._ h[@@` 6_ h? [[:`&# 8p` @"68)  c50 6  x50@ 88@[`66 〞 |50 `50 89 @[ǀ`2@L  ` `G`E !_y4z2 0p?`w `` @"  `1 & "@ [ 8 @"*; X @3` 30? p ` @1 @o1  `@1` 2?1 * Zr `O1   `[*oq-0[G[[OssG`[sO *o[`__w瀦@ `__瀡 o`_`_߀`&_׬&?_ϙ3``_ _߄& w!  w_)p #-p" ww% wgwGw'ww7w?wOwo#@s`q  `_'` @  `  `2  `_*^8hY`Y`@`: Y`]`+pY` `gg  O2 _@`__`$_4@`?[_ h9`*0X@%`64_ h[> *pZ%@`,[_ h9`*0Y  `"[_ h> *pZ&@`4% `[_ h@'@h  ' \a@ _w_ h[# __G6:` ___O6@*h___w wW \`"@s_W @[_____ǀ ` _g_瀢 `[_ׄ_ 8` _ @ ____Ǟ  )p_ [ #`o._Ǧ .p_o_w@  :h__`8`` 2H `@   _״ 4h-p``ss[Ϸ.[ߵ.+psϛ5p6 ` 86 ( sߔ a ;`@ [߀#2`#[πc2h#_ )a@[ߐ c#2`#[ϊ c2h #_ +_ *`[׀ *oȫ-p`[׀*o_[׀`` 2O_w [ǀ`d@ =@,?s_s߀`  2H__[_&.p8`_ 2H__[_Ǧ&_ϊ$ `#@`*0*s__ `[`]._dz* _o_ s` s-p w5_w@:`__8`_`2H__[ _ǒs `[[_s _ s[_7[@`ss `[_?s߀:h[_`8`[2H[[_ ` 2H[[[`[.0[)ps*pss@5_ N`@ [߷.-sߧ,Ԁ[[2 30 `2 [30`2 #2 #[ߊ   @ +0s \. @E, @  [ߋ6 _ p `3p H@ &H5_ h[߉6 !_ p3 `0@ H `&H&_ h [ߋ6 4 `_ p0p g  #J &H_ h[ߟ6 4 _ p0 . 0 J@ &@n_ h[`@&[_ h@` [_ h [[  9 %" : [ "@ :) 2 @6 4 `  @ 9` [ߙ6 2 4  8[ߐ30`;`x8@[ǀ`2@, ` `'6[ߞ @ `_ ; w `  @  `1` ` `[ߖ (3Y@`{D :r  `@O1``[*oF[߀`[*o[[` s[[[ ss*o[___ǘ[`w ww o5_W*@ _____!w&w_`_w瀦@w`__瀤 o:`@[_ _ _]_]@^__ _^@_Y^  \ _ _b_[ _Z [ f@ ۑ?` \@[_ h @ \@Q[_ h#@_ __[ _Z [  _ __\_\] _ __Y@_]^ _ __X@_[@[  _ __Z _[ \ _ __\_]Y@ _ __]_^X@_ h?`_ __[@_[ Z  P_/ x u_<`p_= k_=p f_ b9`^ [_ __^@_^@0^ 0>` -%<@^  /p$<`@^ 5ps@ [@ @ @ ^ P/p@; * Z`@Y@^ P 8`.p]@]@`*0 s%$# `w@`u [-p @gP`^ [    (` ```  \H `B 10```(`  \"2@   @`" *+p`3p``+030`8)` 2a9`@** ,@^ xN@`* @@(`*o*@ oķ0 `*o(`.(```@*o[@ oP^ .p>],>]/p]@>^ ?^@_@^ ^ ^ ^\t >;` ^ 8+0^ ! (X@^[?6o^ 8  9` @@ `@  @ ? : @/p ^ 8 ` =? ^ 8 o=^ P&@? =O < ? ^ Z@Z^ @^ ^ ?YXp@^ 8%@` @^ ,[[ Z ʀ^ P/p `H&?>? 㾰@7;`_ `O%  `O% D (@ O#  pc ,@`O" .  &$O,  ߖ  <  ``+@ O< :$ <   @(` .)@O    < `   * @ O<:` @$a9` (.@)O    <@ `   * @ O<@c:` `@$c9`` (g.@)O  _  < `   * @ O<:` @$9 (` -(O 㾰@7;`_ ߪ `O%   `O%  D ( `O#  pc ,@O"   =@ ``-O=@ `=`$@ , `= `9/@O    <  ` + O<  9 $@)`; ?@.O     :  +@ O: #  8$@) '? > -cO  _  < `   * @ O< ?`$@(`:`= `+O 0 X)@9`& X  ^ X`? -%-p`6@ \ & X \`@ +`^ p^"` ` \& \ `@ & `& d ``@   \  ` `@ f@ *H& ` @ `@  (@ ( @ $`H ( $@H H H `H @    ^ 0" /Ph^ ^  :`^ ^ v ^ ^ (`^  \ & \^  `(^ @  `@!  ?^   ` ^ @X^  %-@. *@^ *o^ @ `&O^  $/ (/ //  ('@<@^   (%@:`@^ 6p/6p/6p//20/20/20//^ 020/^ 05/^ 050/^ 0/ `/ d/ X/ \ / ^ 0^ @=`v 8^ @: ^ 8^ v ^ 8`2   `; S^ u @    8H^ X@s `@   ^ ZY@r@  &O^  `  &O ^ 8`@*o ^ ^   \ @ ? ^ p+@+^ ^ &-/0^%/p>-pr^ 8"9`*pq $88(pv@ (;`; /0v:*q@ :`8?(s__w߀@h__w瀣 `__w``= (p^@ X"@  $ ( 9`*pZ 8;`+0^=`8`.p^^ < / /^ 30/^ 2/^ 2p/^ /^ ^  ^ ^ ^ ^ v =`>p^ ^ `8^ 8&``^ 8 ``. ( $@ $@&_^ v   (&<@^  / /20/20/20//^ ^ @ ^ 8"`` /^ ^ ƀ __ w$o`__`w瀡@$ov___ w߀ $gi_P^ @?^ 8`9   @+   `@  ^ XXX@"`^ Z@ZY@"^ [Zs  &O^ ^  \F\@ ` &O ^ <]^ 8*o 5^ U 1^ /^ -^ h^ H"@^ P @   ^ H"^@ &O^ H^ H^ P@ : `@ ` @8`Y +pY@ Y" 0?!" 3`r " r @r%r%"% r `r%8hr%s#` 0@) <  ,p%@_@ ,``>* Z Hs 0 `9 (%(@=,_ H#0` 0-  =`+p$ +0 ,%:*pY`H,01 -s^ X ;`*@ *"7s*p!@sw@w^ (sO@^ 0O@s @<@^  %< @^ sߐ@ [@ @ sא@ s %^ *p^ ^``K@X30  s^ ,p^  0pZ`@LZ70@s@s^$^$^$^$^$^$^ ^ .^ +[ [^ Z &@3`+0"H%"H[^ xZ # 1`*p @^ pZ # 3 .p% ^%] #3*"@2@[[^ `[[߀ ` [׬ "#?sϗ*s"#Ǯ" s" ss*@*^ p%"@&^ p Ȁ`$H"^ p[φ [X`^ ``^ p[[  3 .p% ^ xZ  1`*p# Ȇ&OX`^ p[^  2)p  4@Z%`@V  4 @2H!=@[@[^% Z  2`(^%@]`  2.d@ !@ ^%X  3)0`@/[^ ƀ[@ [^ Y   3`+0@"H[[[`-*o-Vs[[" ` -[ *osF^ @2&% ^ `` [ǀ`` ^ [[  5.p 2@^ [[$ +p^ `[ǀ`[^ Z  1`*p@ @[[$@$@ .p@`[6[[#א@ sߵ>`s ` -[@`*^ `[ǀ`#[^ Z@  0+`2@ 4[^ ``[ǀ `[^ X  1 +p 2@ 4[ @ 4`@@Z@4 #  8@[@ŗ: `-0` `,@*o4 [@5  g4   9`@[@8``-0``,@ o뀥[`   @%@[  :  @ # 9 +4 @ #8`@[@: `-0` `j,@ oހf[@4p # 4  |@ ;@[@j: `-0`,`P,p@ o4pL[@ כ4p 4 c5 x @g  8`@[@I8``-0`,`/,p@ o急+[` 4p%@ @" [ 9p ` # 4p8@+`4 `x  ;`@[@: `-0` ,`,p@ oڀ[*@[[`sߘ`s o s[(@( &%^ v [^ @`[[߆ sǀ o$v$^ `[[߀ `&[ז &["#(p s'# sg-#sW&`#s7 Ж,?ss/s?sG#Os_so*@'^ p Ȁ`$H#^ p[ [oX`^ ``[^ p] !@6`+p" ^ xZ !@1`*p& Ȇ&OX`^ p[[@  [W"@1`+0 #w^ 2p`[[?2@*h 4[s 4@%H[@[/^%[Z #@1 (p@{% @P&% ^  `` [ǀ`) ^ [X  @3`(2@^ [[$^ `,[ǀ`[^ [  2 (p2@^ [ג& `*^ `[ǀ``[^ ^ "0+p@ 2H[[[$ -[[` ,0/p@`[[7 ` `[w `s)0 s ƀ 5p[G@`[[  `^ @ `[ǀ`[^ X  # 0)p `2H[_[ [_[['@s s*3^%[g@:h/^%^ ``[ǀ(h(^%^ [Z@  @ 3)0`2H^%[^ ` [ǀ(h^%^ [^ !6( `2H^%[ ^%@[ϟ7040 ^@ 8 7p"@@0+p 8: x #^%[  "@ 2`* @`@2H[-0 >```@*o-0,,pI/p[ w@T407p 40 $7p c70 40 `@ 4 `  `@`` 4 ^ @-  `@I 4 ^ @ a-  0aH    @4  `4p @-0 ` 0P  fP #:`@[@@-0`: ` ,`,p@*o 4/p407p40 c7pd40 70  4 ` @`` 4 `^ @-  ` H  4 ^ @ a-  0aK@   @4   `4p  ` fP@#8@[@: `-0` ,`,p@*o 4/p40 40 ` w7p 40 7p`$ #70@ ``@K  4`@``- 4 ^ @4p ` '@J@  4 0^ @4p ! @+J    @4  `4p @ -0 ` 1``fP #:`@[@: `-0` ,`K,p@*o 4G/p 4`@``4 ^ @4p '- ` J  4 ^ @ a4p- @ `0 J@    @4  ` `4p  `fP #:`@[@P: `-0` ,`,p@*o 4/p`,0`/0@*o^%[.`` s@[[ s  o>s[@[[`s`s o s[O (+^ `  [[[%s @s^ &%^ `v [^ `[[߆ sǀ o6v$v$v$v$v$v$v [[ [_'@    L @ `v ѱ> ^ :`N^ ^ ``^@` \`t^v (^ `^*o\^ :`  >  @6@  a> "@  b> `"@  c> `"@  d>   "@  > &  &   2@  &    "@  z>  ,p  ( @ +p  )p *p @(p @  ^ "(`  ^ `' (P"`v  O> v v ? 5   , *)0@@v ^ 2`  q9> @ e3> ^   f-> ^  @ g'> ^ @ h!>  $@  r> `@    ^ %+@*`  s >  & 8 8`$@  i> & < & 0\ 0 :*$ -@6@  j>   "@   0`2@ u 0`"@  u> & 4 ^ ^ @8`v ( 0 :*$ -?`)0s`H 0 = +0% )p@ ? -p;tH 0 =/p )0;`*0uH  @  <꟒ v  = Ꚓ v p =ꕒ v x ; ꐒ v  9`ꋒ v% <`ꆒ v ` :`ꁒ v h  @ͬ      ;"8p`0^ q  $@ 9`g^ pr@  $@:^^ xr  $@8U^ w@  $@@; L^%q@^ @ D^  `:`/0[`r^ @^ @3  8/pX`s@  &O v  `@q   ^ [   `'?`.`0^ s  ^ p%  ]<#^ pp  ^ x%@Y@; ^ xr@  ^ %@Z; ^ r  ^%%X=^%q^ @  ;`+0Z``_^  `?`+ Z`t^ @^ @ ? =(X`[@ڒ ? `:`/0[`r  &O^  `@$ ;  `0 @        ^ [@   " $O^   &O  @ - 4`@  4`2@v -\v @v &  v v &%& ^ &`7 4 ``2@3^^ &`^@` \t"^v ) ^ `^*o\^ f:`^ @ X> @+`^ @\2h^ @&? v @^ @@ ^`C^ \ X     "@ ^^ & @ 8` ^^^ vv %^^ # v v^`$@^ `@^@`%^8 v +` @^*o `@@?  @; 1`@Ι*C          @^`%^;  v *` @^@*o &@^@? #l: !` 1` @) B@   )p +p * v &  Ȁ`@6@ w   +0 + Ȇ *p8`)p s  :*)  :    8`)p # 8 Ȇ :*p"Ѐ&@ k ȇ8(b 8@4@| k ȟ; +  < 4@s k ȑ8*0cЀ`2@   ȗ:* "Ѐ&@c k ȋ8`)p #Ѐ2@[ v Ȑ& Q&    *0 (p@^ +0  8`H l 4 "@D mv  ^ ^ @9 v (6&  @9>   09 *0 (p@;`+0ZH^ (" `   `@  0  0 `;+0#@ *:`*0XH^ )0[ 0 `; *" *p8`([H *p@ *8"@ *@ +p" *0*! @8 0: ( @)p;`+0 ZH^ *pX 0 8`(!@+@; * Z`H  9  @3` 2?)p v v &%&  0 8(p")p@; *r 0 `8(!*0@^ (9`+p# r 0 `8(!*0@ 9`+p; r 0 `8(!*0@ 9`+p; r 0 `8(!*0@9`+ps 0 ד:*p" (  8 *09`sZ r[`@ Zr@" "#2O @3&  0 `8+p# +0@-@+ ^ H" ^ @9 ^%8`? ^ H^ # @:^% 8` ?% ^ H8(`?& !&%  @> 4v%v% :> v  6> & .^ & |'^ P)> 2@^%^8v+ ^^& b^@v^@`^ @ 2@ n^*o^  >  @@ `0 Z@8`* # *`@[`H:`` [`H`!@[`9 @[` @@ `0 Z@8`* # *`@[`H:`` [`H`!@[`9 @[` @@:` `0`Z ; *" )p 2@`[`H`:`[`H #  *@ 8Z `)p[@ `: )p@8[``(XP `@ `0@5 ` ; Y*" *p@ 2@_`_`H:`` _`H _`%@=_`H`_`%@<`L@ _`JP `@ `0#@5 `=`[@,%, 2@!`_`H:`` _`H _`#@@; _`H `"  _`@9`N@` 8`@? N_`=_` =`ML@P `@F_`@C?'``@5@  _` ]_`p \_`x\_`\@_e\_``[_`h[@` &O_`_`_`p_`x_`_e_``_`h_`@@ 1_`@ ^"hw`_`@w`P>_@ >6f `@?@  @  _`L @`&O\``Y   `?  @`5 @ ` @3@;  * [  *  @. [   *O鮋`@ % `> {O ```@5` @ oϖ `@*oǪ @   _` `@+ +&OZ @ o@-s6` @s@4?@s[ @ s 0\ ;`.p#*p@2@ ^ H` hi^ H% )pX`[ =`,[]``R)[ss׀`A[s[[`3    @" =+pX @ .`8`"@@@ 2OX/``'@@`ƀ[ O=@ [ߗ6[ oӲ [ߪ`[s߀ *o[[[[ǖ`[sϞ@ s*o[@hƀ[@@@H\pP`:`   2H  @* @&` `@ &`` `   @  "O&`&` &`@ "&@ "O   @)?$"6= @&-G@ ` eP` eP`:`   ,p&`  ,0 @+0  @eP P`` :;  &Դ `d@ ` -;"@&&`! @ " `@ `"@ @"@& ? `   `-`$O  ; ; `;JBIG-KIT 2.0 -- (c) 1995-2008 Markus Kuhn -- Licence: GPL $Id: jbig.c 1297 2008-08-27 19:18:37Z mgk25 $     All OKReached specified image sizeUnexpected end of input data streamNot enough memory availableABORT marker segment encounteredUnknown marker segment encounteredInput data stream contains invalid dataInput data stream uses unimplemented JBIG featuresIncremental BIE does not continue previous oneUnknown error code passed to jbg_strerror()anotate qxTBT BH8BtB4l$H0BLd4p|BX4 ̀܀ ,B\@x08H 8P,,,, @<@$8jbig.c /var/tmp/jbigkit/libjbig /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -I../libjbig -c -o jbig.o jbig.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7=3 /var/tmp/jbigkit/libjbigjbig.c DD%"l`)H0H;HGTVTf s H8t`h4lH$'|4 9P8/n   FiRX_gl$$zHX0LTd)',p6/B7(|O8X\94i9h yPxdpe0efg h, j$#l8\8nHOpjbig.cDdata.dataDrodata.rodataiindexerrmsgjbg_resredjbg_dptablechecked_mallocchecked_reallocchecked_freejbg_buf_initjbg_buf_freejbg_buf_writejbg_buf_remove_zerosjbg_buf_prefixjbg_buf_outputjbg_set_default_l0encode_sderesolution_reductionoutput_sdedecode_pscd___const_seg_900003101___const_seg_900004101jbg_versionabortmallocreallocfreejbg_ceil_halfjbg_stripesjbg_enc_init_GLOBAL_OFFSET_TABLE_jbg_enc_lrlmaxjbg_enc_layersjbg_enc_lrangejbg_enc_optionsarith_encode_initarith_encodearith_encode_flushjbg_int2dpprivjbg_dppriv2intjbg_enc_outjbg_enc_freejbg_strerrorjbg_dec_initjbg_dec_maxsizearith_decodejbg_dec_inarith_decode_initjbg_dec_getwidthjbg_dec_getheightjbg_dec_getimagejbg_dec_getsizejbg_dec_getsize_mergedjbg_dec_freejbg_split_planesmemsetjbg_dec_merge_planesjbg_next_pscdmsmemchrjbg_newlen4$L#\#%##&X))l,x,RHSHRHSHTHTH@)P))8)T) , $, D) \) l) |) ) ) 1 R S T2222\2\2 $2!3$)$)$)$)%)%)),)R), )S)T,,,Rl,, ,Sl,Tl/ Rl/(,/4,/8Sl/@Tl/RH/SH/TH1 )1)1)2*343Rl3Sl3Tl6<)8,8,8R8S8T9RP9 SP9TP9Rl9Sl9,9,9Tl:);););$);4);H)>;A4;A;B<;B;C$;C;F<;KH;L;M;O;P,P,TPRlTXSlT`TlT*V)W0)W@)X)X)X)Y=ZRHZ$RHZ(SHZ,THZRH[SH[TH[,5[DRl[PSl[XTl_T*`=b)c)d|,d, dRldSldTle)e<,eD, edRlehSlepTle)f,f, f(Rlf,Slf4TlfRlg,g, g SlgTlgh)g)g)gRlg,h, hSlhTlh\)h)i(,i0, iRHiSHjTHj4)jElH,lT,lh>lx?l)lRllSllTlohHpGqG   ( P  p( 0 8 @   8 P h      ` h  $( H@ X Xp    T  $ '| )0 ,H /` 7(x 8 9 9h 9 dp e0 e  f8 gP hh j$ l8 p P P n n l,  h  , ( 0 )8, @ )H ,P, X ,` /(h, p /$x 8,  8 9,  9 P,  P \T P \P ]( P ]$ d|,  dx e<,  e8  f(, 0 e8 g@, H fP gX, ` gh i(p, x i$ lH,  lD o n o x,  h $,   ),  ) ,,  , /4 , ( /$0 88, @ 8H 9P, X 9` Ph, p Px \\ P \P ]0 P ]$ d,  dx eD,  e8 f,  e g,  f h,  g  i0(, 0 i$8 lT@, H lDP oX n` op P n  3 3 5 5 6| 6 m n  X  ) 8  e( e8 \|@ P ]X P o n66cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@ qrh+H |(@ 2X>JIJX "`Zh@ s@ ~P h0 ؘ4 jbig_ar.o/ 1281096481 0 0 100644 7696 ` ELF+P@@.shstrtab.text.data.rodata1.annotate.debug_info.debug_line.debug_abbrev.symtab.strtab.rela.text.rela.annotate.rela.debug_info.comment`@  * ` o$O+ @rr  r ?""P7-?^^&^ @`% v^v^)>-v^`/#`@( ^ ^:@(^ ^@ ^`4^@1( ^^@ ^v^*^$^`@  ( ^^9 ^ €(  ^^^^Ā ^v^*?^^`,(^ ^^0p@^5 ``(^ ^ ^@`(^ ^^4p `^2 ``(^ ^ ĀP>`@3`>@̠@ @ȧ>  `qH%5\/p/ V `@%^ 3`%v @ ` !S^^3`vv`.@ .??^3` hv^3``  ^^ 3`@ vv  .?@.7 9 ^7(v^(pv& 2@k^^5`3 @ (  &  ^ ^:  `@(^ ^@ ^@( ^^@ ^?v^*^ &  `2H1^J-`^ v'^ @ ( ^^;@^(  ^^^^ ^v^*?^& ^  @v&^*o^\ @ 4>\?@ 35\?@ ^`@  * `$O(`  r  r  $ (" ""P;`^>`3 @9 ``$ @y<``` `?`(  9@```$ 4@O^`@J^^`B^ ` 2@']^^ `^ 2@&^$ ,  v &^v "H`(&??`??`u ^$ *Pv&`@ 6O^^??`^*pv^)pv&@^&^"h&^@*o`$O`<`@`q@g%6`^,0R^5"@ v^1p`)`^? `5 ? M?``^`  aS 8`/   / ;?` ` >  /  @/ /?`^5 ``^5`^)0 vv  = /  / ?`^`aS^5 -p$vv  ;` / " ?` / ! ^?@!|6Z% o6 Z?%, | /\@DhN;,ZHL: .&3wt ac\`%[MA,7/)<#yN$k Q @X2MC;4.)%UpLD>"8$2.VOFGA<=7^R1LF9A^V'PKUPOZU"Y  !"# %&'()*+,-./0123456789:;<=>? ABCDEFGHIJKLMNO0QRSTUVWGYZ[\]^V`abcd]fghcjkgmkomo!# $&'(*+-.0134689;<>? !@ACDEFHIJKMNO0223456789:;==PQRSTVWWHHJJKMMXYZ[\]V_`acc]efghcijkglmnopcx >= 0 && cx < 4096jbig_ar.css < 113s->buffer != 0xffanotate x`hX00x jbig_ar.c /var/tmp/jbigkit/libjbig /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -I../libjbig -c -o jbig_ar.o jbig_ar.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7@6 /var/tmp/jbigkit/libjbigjbig_ar.c DD%   `/xhBOXnXjbig_ar.cDdata.datalsztabarith_encode_initarith_encode_flusharith_encode__assert_GLOBAL_OFFSET_TABLE_arith_decode_initarith_decode  @RHSLT`R8DRHSLTTdR(hS(lT(tS8T8,4 DR LS TT R( S( T(   8 P xh       ,  (     4  (( 0 @8 t@ H P X D` ph p x        6 6cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)assert.h 1.10 04/05/18 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@    J  *6LBP X`p k0 z80 h0707010004c586000081ed0000000000000000000000014c5bfb27000060080000010000010036ffffffffffffffff0000001f00000000root/usr/local/lib/libjbig85.a! / 1281096486 0 0 0 304 ` ttttttttttAAAAAjbg85_versionjbg85_enc_initjbg85_enc_optionsjbg85_enc_lineoutjbg85_enc_newlenjbg85_enc_abortjbg85_strerrorjbg85_dec_initjbg85_dec_injbg85_dec_endarith_encode_initarith_encode_flusharith_encodearith_decode_initarith_decodejbig85.o/ 1281096484 0 0 100644 16396 ` ELF+;@@.shstrtab.text.data.rodata.rodata1.annotate.debug_info.debug_line.debug_abbrev.symtab.strtab.rela.text.rela.data.rela.annotate.rela.debug_info.comment@7/^@^@ Pv ;@%v `& `vv^ 30 @ 3 95P!ծN5 #65 v k #v ^  ` v  ^ `` v  v  ?&  (`&$H`x& 8& $Pvv (v 0&$L@ `p \@vvZ (``:` :@#``s`@&H#` @ @) / /7_`50/_`4/_`40/_`/_@ _@ @  '`_`_`( `  /_@_@@  ^ ^ (`^ (/`*h ^ (^ (eP 5 ////^ 4/^ 20/^ 0p/^ /^ 2/^ 5p/^ 40/^ /^ 4/^ 3p/^ 2p/^ / ///  h/^^@ ^ 0*d^ ^ @$ / /^4/^20/^0p/^/^^ŀ ^^^^v $H"@  8$H "H $H  & 8////// 8//^^  2@v @&$H$P @    2-0q H O2?$P&$H@ ^ ` ^ ^ 3pfP; ` ^  '`   @"*-,@  @F ƀ  `/  @3 0?@& `#   5` 40?O   :`  2?`@  @ `  `` 20? O@   !$L$P @ 4 3p? f@:`@8&$L@J  ƀ ."@^ `^ ,`= /p H $P!?`  "ƀ  @"@ `  `@@- 8-p @#-0 8` 5p  8  8$ @:  !@ 5p ; `( 5  5@ 8:`@$H5p 5 # `5 9 8`@$H2@P *`L^ !` `F  @^ Hy4z@3 0?@v H  @!  @` 1 $  "  ;  @"8 0`*p X3p?  p @1 o1  @1` 0p?1 +p Xp O1 ^ @`v @"` ^ *ox-  8-p @&-0 8` 50 8  :$ @;p `# 509 )`5 #5p ` `x 5 :9`@$H505p c `|5  `5 9`:@$H?2@P *`L^ !` `F  @^ Hy4z0` 0? v H  @!  ` $  1 "  ;0  " 8@3`*p X20?` p @1 o1  @1` 2?1 *p Y@q@ O1 ^ @v @"` ^ *or- ƀ`^ ~T*o ^ 0`v 0^ ( v (^ ^ 0`^ ^ (2h$H@$P / /^^ v 0Z$H@^ @h`}? 7   @ 2H  @ 3  (pZH@8hZHZH`; ZHZH*0ZH@ g g O3 ^ H@`^ H^ H8h^ H^ @^ @6$@`D^ @ 8#;`+0 ZH$ `9^ @ 85=*0Y H$@`.^ @ 8$ :* ^`H^ @$@(`" 8^ @ 8$=*0Y H^ @0p@`$^ @4@(` 8 82@ &$H^ @'@6(` 8&$H 8&$H@ @4_`@ `0` `.` H*_`(@ *h_`(_`(`(`w`_`` '`w`_`_`(@h_`0`@dP -/ /_@_@ w`0@ 5/ /^^ŀ ^ v (@ : `@ `@8`Y +pY@ Yr r r 0r 8r rr"0s;@ ```hv` `@v ^```a`f@^ ^ ^ & ^ ^ ``^^ ` 'a#@ P`خ`жsǴs50``? ^ @=^ 0M $@ ^ @:`^ 0H@ (@^ @8^ 0K @   @ `$H [ [^Y ` `& H` Ȃ`@&O^ @T` @P  `@2H!8@@7`   d@ &  @<` $ 6@(a^ @` +`^ @`@*o+`^aa^ ^ ^ @@&  $& ( & $  &  &H^& ^^a^^ @^@a&  $& (^` &  $ `@ ,p (&@^ `,0^ `   ^ @" )p`  $`&@    (@@ `  `@"@@ H H@'4p  H@`   H6@ H H?4  9` % @;p ` %@ : *`4p  # :`@ c @: @ @, :  `J,p^ *o HE-`@*40 H@` 40 H6@ H H?4 40: % "@ 8 %@408@+` c 4p x@;`@ c 4p @ |:@ @Q, : ,p`,0^ *o H-^  od`^ @aa^ -  %-(- ^ @=^ 0H^ ^ ^ @^@`& &  $& ( & $  & 6H& ^`v^v^ ^@ ` `^ ^`3a"O ``v`v```vv^[&P9  x &= `!`@ '8 `5 4?`< @ P  x   &  v  Ȉ v &&@   & H &?& & $& (8  @ |p0/ v^ `^ `^`\ t^`v @,@^``^*o\^`` ѱ=  @ aȱ= @ b= @ c= @ d= /0(p@ *@v +p,/0@ v  **0+p@v  @ e=^ @ fy=^   gs=^   hm= &  @ id=@ x]= @ yV= @ zO=@ {H=&  "@  }?= `@2H ^ 8< ^ m-p` P 00=@  x࠺ਪ &v& vv?v & && H& ^ ^ 10fP 9`@v @& & $& (^ `2@ ฤࠠ `"H&^"^^&@8` ^^^@ vv^^ @ vv^`$@^@^@`%^:v)@^@*o`@@? "ė3`: @y*C@ ' $ !  @ `@ @   2@  @   d@@^``%^;``v@) @^@*o@] `@ "`@`"HlR&`@`@  (*p@+pv=&@M **p@Љ+p:* s(`؇; ( ;`":`*0  @$  Ȓ ؔ @9`+ f@ @ ؃;(p @ `@ & & k= ~=  (*^ @ )0 `  @ & v & mٱ= lֱ= @ @ "@r @( "HDk@ ^^  ha = = "@^^ v&eHL =`@"H^T2@  . .& "H|^ = +p*@ ^ )p@ `  @v *@& &   b= m_= l\=`"HK& &S=&D^ @&K= G `& "H3^ <= P9=:`^^ @ @ %^8 v +^^^&  ^v `@^@`^2@ n^*o`O  = = a"    @JBIG-KIT 2.0 (T.85 version) -- (c) 1995-2008 Markus Kuhn -- Licence: GPL $Id: jbig85.c 1303 2008-08-30 20:16:20Z mgk25 $ All OKReached specified image sizeUnexpected end of input data streamNot enough memory availableABORT marker segment encounteredUnknown marker segment encounteredInput data stream contains invalid dataInput data stream uses unimplemented JBIG featuresUnknown error code passed to jbg85_strerror()anotate$ 0 L DX8B( HH h P,, jbig85.c /var/tmp/jbigkit/libjbig /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -I../libjbig -c -o jbig85.o jbig85.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7?5 /var/tmp/jbigkit/libjbigjbig85.c DD% $@+08FxRh]P    tzH pL DX-@8<I[ h$(jbig85.cDdata.dataDrodata.rodataerrmsgenc_byte_outoutput_newlendecode_pscdfinish_sde___const_seg_900001201jbg85_versionjbg85_enc_initarith_encode_init_GLOBAL_OFFSET_TABLE_jbg85_enc_optionsjbg85_enc_lineoutarith_encodearith_encode_flushjbg85_enc_newlenjbg85_enc_abortjbg85_strerrorjbg85_dec_initarith_decodearith_decode_initjbg85_dec_injbg85_dec_endXd,4R<S@TD  ( h 8@RS T0R 4S <T H"""""##$$   ( P  p( 0 8  8 P Hh p      @ x( h@ $` p P X  T     P  d  T     P ( PH P DX ` h @p Xx  d p ,  H  $  P66cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.29 08/06/06 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)stddef.h 1.18 04/09/28 SMI@(#)stddef_iso.h 1.2 03/03/06 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@ $%@%z&PN('2*>+KJ+X, `/vh1  s3 ~4 9`0 94 jbig_ar.o/ 1281096481 0 0 100644 7696 ` ELF+P@@.shstrtab.text.data.rodata1.annotate.debug_info.debug_line.debug_abbrev.symtab.strtab.rela.text.rela.annotate.rela.debug_info.comment`@  * ` o$O+ @rr  r ?""P7-?^^&^ @`% v^v^)>-v^`/#`@( ^ ^:@(^ ^@ ^`4^@1( ^^@ ^v^*^$^`@  ( ^^9 ^ €(  ^^^^Ā ^v^*?^^`,(^ ^^0p@^5 ``(^ ^ ^@`(^ ^^4p `^2 ``(^ ^ ĀP>`@3`>@̠@ @ȧ>  `qH%5\/p/ V `@%^ 3`%v @ ` !S^^3`vv`.@ .??^3` hv^3``  ^^ 3`@ vv  .?@.7 9 ^7(v^(pv& 2@k^^5`3 @ (  &  ^ ^:  `@(^ ^@ ^@( ^^@ ^?v^*^ &  `2H1^J-`^ v'^ @ ( ^^;@^(  ^^^^ ^v^*?^& ^  @v&^*o^\ @ 4>\?@ 35\?@ ^`@  * `$O(`  r  r  $ (" ""P;`^>`3 @9 ``$ @y<``` `?`(  9@```$ 4@O^`@J^^`B^ ` 2@']^^ `^ 2@&^$ ,  v &^v "H`(&??`??`u ^$ *Pv&`@ 6O^^??`^*pv^)pv&@^&^"h&^@*o`$O`<`@`q@g%6`^,0R^5"@ v^1p`)`^? `5 ? M?``^`  aS 8`/   / ;?` ` >  /  @/ /?`^5 ``^5`^)0 vv  = /  / ?`^`aS^5 -p$vv  ;` / " ?` / ! ^?@!|6Z% o6 Z?%, | /\@DhN;,ZHL: .&3wt ac\`%[MA,7/)<#yN$k Q @X2MC;4.)%UpLD>"8$2.VOFGA<=7^R1LF9A^V'PKUPOZU"Y  !"# %&'()*+,-./0123456789:;<=>? ABCDEFGHIJKLMNO0QRSTUVWGYZ[\]^V`abcd]fghcjkgmkomo!# $&'(*+-.0134689;<>? !@ACDEFHIJKMNO0223456789:;==PQRSTVWWHHJJKMMXYZ[\]V_`acc]efghcijkglmnopcx >= 0 && cx < 4096jbig_ar.css < 113s->buffer != 0xffanotate x`hX00x jbig_ar.c /var/tmp/jbigkit/libjbig /opt/sunstudio12.1/prod/bin/cc -xtarget=ultra -m64 -xcode=pic32 -O2 -I../libjbig -c -o jbig_ar.o jbig_ar.cXa;O;P;R=Sun C 5.10 SunOS_sparc 2009/06/03;backend;raw;cd;DBG_GEN 5.2.7@6 /var/tmp/jbigkit/libjbigjbig_ar.c DD%   `/xhBOXnXjbig_ar.cDdata.datalsztabarith_encode_initarith_encode_flusharith_encode__assert_GLOBAL_OFFSET_TABLE_arith_decode_initarith_decode  @RHSLT`R8DRHSLTTdR(hS(lT(tS8T8,4 DR LS TT R( S( T(   8 P xh       ,  (     4  (( 0 @8 t@ H P X D` ph p x        6 6cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03cg: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@(#)assert.h 1.10 04/05/18 SMIacomp: Sun C 5.10 SunOS_sparc 2009/06/03iropt: Sun Compiler Common 12.1 SunOS_sparc 2009/06/03@    J  *6LBP X`p k0 z80 h0707010004c587000041ed0000000000000000000000044c5bfb54000000000000010000010036ffffffffffffffff0000001300000000root/usr/local/man0707010004c58b000041ed0000000000000000000000024c5bfb54000000000000010000010036ffffffffffffffff0000001800000000root/usr/local/man/man50707010004c58d000081a40000000000000000000000014c5bfb2700000c960000010000010036ffffffffffffffff0000001e00000000root/usr/local/man/man5/pgm.5.TH pgm 5 "12 November 1991" .SH NAME pgm - portable graymap file format .SH DESCRIPTION The portable graymap format is a lowest common denominator grayscale file format. .IX "PGM file format" The definition is as follows: .IP - 2 A "magic number" for identifying the file type. A pgm file's magic number is the two characters "P2". .IX "magic numbers" .IP - 2 Whitespace (blanks, TABs, CRs, LFs). .IP - 2 A width, formatted as ASCII characters in decimal. .IP - 2 Whitespace. .IP - 2 A height, again in ASCII decimal. .IP - 2 Whitespace. .IP - 2 The maximum gray value, again in ASCII decimal. .IP - 2 Whitespace. .IP - 2 Width * height gray values, each in ASCII decimal, between 0 and the specified maximum value, separated by whitespace, starting at the top-left corner of the graymap, proceeding in normal English reading order. A value of 0 means black, and the maximum value means white. .IP - 2 Characters from a "#" to the next end-of-line are ignored (comments). .IP - 2 No line should be longer than 70 characters. .PP Here is an example of a small graymap in this format: .nf P2 # feep.pgm 24 7 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 3 3 3 0 0 7 7 7 7 0 0 11 11 11 11 0 0 15 15 15 15 0 0 3 0 0 0 0 0 7 0 0 0 0 0 11 0 0 0 0 0 15 0 0 15 0 0 3 3 3 0 0 0 7 7 7 0 0 0 11 11 11 0 0 0 15 15 15 15 0 0 3 0 0 0 0 0 7 0 0 0 0 0 11 0 0 0 0 0 15 0 0 0 0 0 3 0 0 0 0 0 7 7 7 7 0 0 11 11 11 11 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .fi .PP Programs that read this format should be as lenient as possible, accepting anything that looks remotely like a graymap. .PP There is also a variant on the format, available by setting the RAWBITS option at compile time. This variant is different in the following ways: .IX RAWBITS .IP - 2 The "magic number" is "P5" instead of "P2". .IP - 2 The gray values are stored as plain bytes, instead of ASCII decimal. .IP - 2 No whitespace is allowed in the grays section, and only a single character of whitespace (typically a newline) is allowed after the maxval. .IP - 2 The files are smaller and many times faster to read and write. .PP Note that this raw format can only be used for maxvals less than or equal to 255. If you use the .I pgm library and try to write a file with a larger maxval, it will automatically fall back on the slower but more general plain format. .SH "SEE ALSO" fitstopgm(1), fstopgm(1), hipstopgm(1), lispmtopgm(1), psidtopgm(1), rawtopgm(1), pgmbentley(1), pgmcrater(1), pgmedge(1), pgmenhance(1), pgmhist(1), pgmnorm(1), pgmoil(1), pgmramp(1), pgmtexture(1), pgmtofits(1), pgmtofs(1), pgmtolispm(1), pgmtopbm(1), pnm(5), pbm(5), ppm(5) .SH AUTHOR Copyright (C) 1989, 1991 by Jef Poskanzer. .\" Permission to use, copy, modify, and distribute this software and its .\" documentation for any purpose and without fee is hereby granted, provided .\" that the above copyright notice appear in all copies and that both that .\" copyright notice and this permission notice appear in supporting .\" documentation. This software is provided "as is" without express or .\" implied warranty. 0707010004c58c000081a40000000000000000000000014c5bfb2700000c7f0000010000010036ffffffffffffffff0000001e00000000root/usr/local/man/man5/pbm.5.TH pbm 5 "27 September 1991" .SH NAME pbm - portable bitmap file format .SH DESCRIPTION The portable bitmap format is a lowest common denominator monochrome file format. .IX "PBM file format" It was originally designed to make it reasonable to mail bitmaps between different types of machines using the typical stupid network mailers we have today. Now it serves as the common language of a large family of bitmap conversion filters. The definition is as follows: .IP - 2 A "magic number" for identifying the file type. A pbm file's magic number is the two characters "P1". .IX "magic numbers" .IP - 2 Whitespace (blanks, TABs, CRs, LFs). .IP - 2 A width, formatted as ASCII characters in decimal. .IP - 2 Whitespace. .IP - 2 A height, again in ASCII decimal. .IP - 2 Whitespace. .IP - 2 Width * height bits, each either '1' or '0', starting at the top-left corner of the bitmap, proceeding in normal English reading order. .IP - 2 The character '1' means black, '0' means white. .IP - 2 Whitespace in the bits section is ignored. .IP - 2 Characters from a "#" to the next end-of-line are ignored (comments). .IP - 2 No line should be longer than 70 characters. .PP Here is an example of a small bitmap in this format: .nf P1 # feep.pbm 24 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 1 1 1 1 0 0 1 1 1 1 0 0 1 1 1 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 1 1 0 0 0 1 1 1 0 0 0 1 1 1 0 0 0 1 1 1 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 1 1 1 0 0 1 1 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .fi .PP Programs that read this format should be as lenient as possible, accepting anything that looks remotely like a bitmap. .PP There is also a variant on the format, available by setting the RAWBITS option at compile time. This variant is .IX RAWBITS different in the following ways: .IP - 2 The "magic number" is "P4" instead of "P1". .IP - 2 The bits are stored eight per byte, high bit first low bit last. .IP - 2 No whitespace is allowed in the bits section, and only a single character of whitespace (typically a newline) is allowed after the height. .IP - 2 The files are eight times smaller and many times faster to read and write. .SH "SEE ALSO" atktopbm(1), brushtopbm(1), cmuwmtopbm(1), g3topbm(1), gemtopbm(1), icontopbm(1), macptopbm(1), mgrtopbm(1), pi3topbm(1), xbmtopbm(1), ybmtopbm(1), pbmto10x(1), pnmtoascii(1), pbmtoatk(1), pbmtobbnbg(1), pbmtocmuwm(1), pbmtoepson(1), pbmtog3(1), pbmtogem(1), pbmtogo(1), pbmtoicon(1), pbmtolj(1), pbmtomacp(1), pbmtomgr(1), pbmtopi3(1), pbmtoplot(1), pbmtoptx(1), pbmtox10bm(1), pbmtoxbm(1), pbmtoybm(1), pbmtozinc(1), pbmlife(1), pbmmake(1), pbmmask(1), pbmreduce(1), pbmtext(1), pbmupc(1), pnm(5), pgm(5), ppm(5) .SH AUTHOR Copyright (C) 1989, 1991 by Jef Poskanzer. .\" Permission to use, copy, modify, and distribute this software and its .\" documentation for any purpose and without fee is hereby granted, provided .\" that the above copyright notice appear in all copies and that both that .\" copyright notice and this permission notice appear in supporting .\" documentation. This software is provided "as is" without express or .\" implied warranty. 0707010004c588000041ed0000000000000000000000024c5bfb54000000000000010000010036ffffffffffffffff0000001800000000root/usr/local/man/man10707010004c58a000081a40000000000000000000000014c5bfb27000026970000010000010036ffffffffffffffff0000002300000000root/usr/local/man/man1/pbmtojbg.1.TH PBMTOJBG 1 "2003-06-04" .SH NAME pbmtojbg \- portable bitmap to JBIG1 file converter .SH SYNOPSIS .B pbmtojbg [ .I options ] [ .I input-file | \- [ .I output-file ]] .br .SH DESCRIPTION Reads in a portable bitmap (PBM) from a file or standard input, compresses it, and outputs the image as a .I JBIG1 bi-level image entity (BIE) file. .I JBIG1 is a highly effective lossless compression algorithm for bi-level images (one bit per pixel), which is particularly suitable for scanned document pages. A .I JBIG1 encoded image can be stored in several resolutions (progressive mode). These resolution layers can be stored all in one single BIE or they can be stored in several separate BIE files. All resolution layers except the lowest one are stored merely as differences to the next lower resolution layer, because this requires less space than encoding the full image completely every time. Each resolution layer has twice the number of horizontal and vertical pixels than the next lower layer. .I JBIG1 files can also store several bits per pixel as separate bitmap planes, and .I pbmtojbg can read a PGM file and transform it into a multi-bitplane BIE. .SH OPTIONS .TP 14 .BI \- A single hyphen instead of an input file name will cause .I pbmtojbg to read the data from standard input instead from a file. .TP .BI \-q Encode the image in one single resolution layer (sequential mode). This is usually the most efficient compression method. By default, the number of resolution layers is chosen automatically such that the lowest layer image is not larger than 640 \(mu 480 pixels. This is a shortcut for .BR "-d 0" . .TP .BI \-x " number" Specify the maximal horizontal size of the lowest resolution layer. The default is 640 pixels. .TP .BI \-y " number" Specify the maximal vertical size of the lowest resolution layer. The default is 480 pixels. .TP .BI \-l " number" Select the lowest resolution layer that will be written to the BIE. It is possible to store the various resolution layers of a .I JBIG1 image in progressive mode into different BIEs. Options .B \-l and .B \-h allow to select the resolution-layer interval that will appear in the created BIE. The lowest resolution layer has number 0 and this is also the default value. By default all layers will be written. .TP .BI \-h " number" Select the highest resolution layer that will be written to the BIE. By default all layers will be written. See also option .BR \-l . .TP .BI \-b Use binary values instead of Gray code words in order to encode pixel values in multiple bitplanes. This option has only an effect if the input is a PGM file and if more than one bitplane is produced. Note that the decoder has to make the same selection but cannot determine from the BIE, whether Gray or binary code words were used by the encoder. .TP .BI \-d " number" Specify the total number of differential resolution layers into which the input image will be split in addition to the lowest layer. Each additional layer reduces the size of layer 0 by 50 %. This option overrides options .BI \-x and .BI \-y which are usually a more comfortable way of selecting the number of resolution layers. .TP .BI \-s " number" The .I JBIG1 algorithm splits each image into a number of horizontal stripes. This option specifies that each stripe shall have .I number lines in layer 0. The default value is selected so that approximately 35 stripes will be used for the whole image. .TP .BI \-m " number" Select the maximum horizontal offset of the adaptive template pixel. The .I JBIG1 encoder uses ten neighbour pixels to estimate the probability of the next pixel being black or white. It can move one out of these ten pixels. This is especially useful for dithered images, as long as the distance of this adaptive pixel can be adjusted to the period of the dither pattern. By default, the adaptive template pixel is allowed to move up to 8 pixels away horizontally. This encoder supports distances up to 127 pixels. Annex A of the standard suggests that decoders should support at least a horizontal distance of 16 pixels, so using values not higher than 16 for .I number might increase the chances of interoperability with other .I JBIG1 implementations. On the other hand, the T.85 fax application profile requires decoders to support horizontal offsets up to 127 pixels, which the maximum value permitted by the standard. (The maximal vertical offset of the adaptive template pixel is always zero for this encoder.) .TP .BI \-t " number" Encode only the specified number of most significant bit planes. This option allows to reduce the depth of an input PGM file if not all bits per pixel are needed in the output. .TP .BI \-o " number" .I JBIG1 separates an image into several horizontal stripes, resolution layers and planes, were each plane contains one bit per pixel. One single stripe in one plane and layer is encoded as a data unit called stripe data entity (SDE) inside the BIE. There are 12 different possible orders in which the SDEs can be stored inside the BIE and .I number selects which one shall be used. The order of the SDEs is only relevant for applications that want to decode a .I JBIG1 file which has not yet completely arrived from e.g. a slow network connection. For instance some applications prefer that the outermost of the three loops (stripes, layers, planes) is over all layers so that all data of the lowest resolution layer is transmitted first. .br The following values for .I number select these loop arrangements for writing the SDEs (outermost loop first): 0 planes, layers, stripes .br 2 layers, planes, stripes .br 3 layers, stripes, planes .br 4 stripes, planes, layers .br 5 planes, stripes, layers .br 6 stripes, layers, planes All loops count starting with zero, however by adding 8 to the above order code, the layer loop can be reversed so that it counts down to zero and then higher resolution layers will be stored before lower layers. Default order is 3 which writes at first all planes of the first stripe and then completes layer 0 before continuing with the next layer and so on. .TP .BI \-p " number" This option allows to activate or deactivate various optional algorithms defined in the .I JBIG1 standard. Just add the numbers of the following options which you want to activate in order to get the .I number value: 4 deterministic prediction (DPON) .br 8 layer 0 typical prediction (TPBON) .br 16 diff. layer typ. pred. (TPDON) .br 64 layer 0 two-line template (LRLTWO) Except for special applications (like communication with .I JBIG1 subset implementations) and for debugging purposes you will normally not want to change anything here. The default is 28, which provides the best compression result. .TP .BI \-C " string" Add the .I string in a comment marker segment to the produced data stream. (There is no support at present for adding comments that contain the zero byte.) .TP .BI \-c Determine the adaptive template pixel movement as suggested in annex C of the standard. By default the template change takes place directly in the next line, which is most effective. However, a few conformance test examples in the standard require the adaptive template change to be delayed until the first line of the next stripe. This option selects this special behavior, which is normally not required except in order to pass some conformance tests. .TP .BI \-r Use the SDRST marker instead of the normal SDNORM marker. The probably only useful application of this option is to generate test data for checking whether a .I JBIG1 decoder has implemented SDRST correctly. In a normal .I JBIG1 data stream, each stripe data entity (SDE) is terminated by an SDNORM marker, which preserves the state of the arithmetic encoder (and more) for the next stripe in the same layer. The alternative SDRST marker resets this state at the end of the stripe. .TP .BI \-Y " number" A long time ago, there were fax machines that couldn't even hold a single page in memory. They had to start transmitting data before the page was scanned in completely and the length of the image was known. The authors of the standard added a rather ugly hack to the otherwise beautiful JBIG1 format to support this. The NEWLEN marker segment can override the image height stated in the BIE header anywhere later in the data stream. Normally .I pbmtojbg never generates NEWLEN marker segments, as it knows the correct image height when it outputs the header. This option is solely intended for the purpose of generating test files with NEWLEN marker segments. It can be used to specify a higher initial image height for use in the BIE header, and .I pbmtojbg will then add a NEWLEN marker segment at the latest possible opportunity to the data stream to signal the correct final height. .TP .BI \-f This option makes the output file comply to the "facsimile application profile" defined in ITU-T Recommendation T.85. It is a shortcut for .BR "-q -o 0 -p 8 -s 128 -t 1 -m 127" . .TP .BI \-v After the BIE has been created, a few technical details of the created file will be listed (verbose mode). .SH BUGS Using standard input and standard output for binary data works only on systems where there is no difference between binary and text streams (e.g., Unix). On other systems (e.g., MS-DOS), using standard input or standard output may cause control characters like CR or LF to be inserted or deleted and this will damage the binary data. .SH STANDARDS This program implements the .I JBIG1 image coding algorithm as specified in ISO/IEC 11544:1993 and ITU-T T.82(1993). .SH AUTHOR The .I pbmtojbg program is part of the .I JBIG-KIT package, which has been developed by Markus Kuhn. The most recent version of this portable .I JBIG1 library and tools set is available from . .SH SEE ALSO pbm(5), pgm(5), jbgtopbm(1) 0707010004c589000081a40000000000000000000000014c5bfb2700000df00000010000010036ffffffffffffffff0000002300000000root/usr/local/man/man1/jbgtopbm.1.TH JBGTOPBM 1 "2003-06-04" .SH NAME jbgtopbm \- JBIG1 to portable bitmap file converter .SH SYNOPSIS .B jbgtopbm [ .I options ] [ .I input-file | \- [ .I output-file ]] .br .SH DESCRIPTION Reads in a .I JBIG1 bi-level image entity (BIE) from a file or standard input, decompresses it, and outputs a portable bitmap (PBM) file. .I JBIG1 is a highly effective lossless compression algorithm for bi-level images (one bit per pixel), which is particularly suitable for scanned document pages. A .I JBIG1 encoded image can be stored in several resolutions in one or several BIEs. All resolution layers except the lowest one are stored efficiently as differences to the next lower resolution layer. Options .BI -x and .BI -y can be used to stop the decompression at a specified maximal output image size. With option .BI -m the input file can consist of multiple concatenated BIEs which contain different increasing resolution layers of the same image. If more than one bit per pixel is stored in the JBIG1 file, then a PGM file will be produced. .SH OPTIONS .TP 14 .BI \- A single hyphen instead of an input file name will cause .I jbgtopbm to read the data from standard input instead from a file. .TP .BI \-x " number" Decode only up to the largest resolution layer which is still not more than .I number pixels wide. If no such resolution layer exists, then use the smallest one available. .TP .BI \-y " number" Decode only up to the largest resolution layer which is still not more than .I number pixels high. If no such resolution layer exists, then use the smallest one available. Options .BI \-x and .BI \-y can also be used together in which case the largest layer that satisfies both limits will be selected. .TP .BI \-m Process multiple concatenated BIEs. If there are bytes left after the final SDE in the first BIE, then with this option .I jbgtopbm will attempt to decode these as the start of another BIE that may contain higher resolution data. Normally, any remaining bytes will generate a warning message. .TP .BI \-b Use binary values instead of Gray code words in order to decode pixel values from multiple bitplanes. This option has only an effect if the input has more than one bitplane and a PGM output file is produced. Note that the decoder has to be used in the same mode as the encoder and cannot determine from the BIE, whether Gray or binary code words were used by the encoder. .TP .BI \-d Diagnose a single BIE. With this option, .I jbgtopbm will print a summary of the header information found in the input file, followed by a list of all PSCD and ESC marker sequences encountered until the end of the file is reached. .TP .BI \-p " number" If the input contains multiple bitplanes, then extract only the specified single plane as a PBM file. The first plane has number 0. .SH BUGS Using standard input and standard output for binary data works only on systems where there is no difference between binary and text streams (e.g., Unix). On other systems (e.g., MS-DOS), using standard input or standard output may cause control characters like CR or LF to be inserted or deleted and this will damage the binary data. .SH STANDARDS This program implements the .I JBIG1 image coding algorithm as specified in ISO/IEC 11544:1993 and ITU-T T.82(1993). .SH AUTHOR The .I jbgtopbm program is part of the .I JBIG-KIT package, which has been developed by Markus Kuhn. The most recent version of this portable .I JBIG1 library and tools set is available from . .SH SEE ALSO pbm(5), pgm(5), pbmtojbg(1) 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!