ELF@P@8 @@@@888FF(0  TTTDDPtdEEEDDQtdRtd/lib/ld-linux-aarch64.so.1GNUpĥi-O HGNU 8 {%Z"3odLxFi  E, __gmon_start___ITM_deregisterTMCloneTable_ITM_registerTMCloneTablesixel_encoder_set_cancel_flagsixel_encoder_unrefsixel_encoder_newsixel_encoder_encodesixel_encoder_setoptsixel_helper_get_additional_messagesixel_helper_format_erroroptind__stack_chk_fail__printf_chkstdoutoptarg__fprintf_chk__libc_start_mainstderr__sysv_signal__cxa_finalizeabortgetopt_long__stack_chk_guardlibsixel.so.1libc.so.6ld-linux-aarch64.so.1GLIBC_2.17GLIBC_2.34$ORIGIN/../src:/usr/lib Lp PX`hx    0 8@ {{_{G<    G< G< G= {S[ckBG RRRC@?R R##RR R RƠ ) @   R# k 3C8 R'S@ /c 7sA? R GJa O)M RWrR_q Rg*RoARw R@# 3ƀC k!S c6Rs`RRr R R1 R J! R )aR!#3v RC'S R/c7s R? GRO RWPR_ RgoRo RwR@#`3CSCcs'BG#3CS/c7s@?*`79G3ւc* ?1 T @q  q@TXqATBG@R!`@? @!G ?G?B@BҁT*SA[BcCkD{Ũ_BG* @B@cG`?*g6G"GB@AR?!G*@ ?G?ARB ? @ДGARsG@B&`?ր@ARB`?ր@ARB<`?ր@ARB #`? @sG @R`?R`? R`? @BG!P@?*3`7G@k TG~@ @kTzv?*3g6ДGеG @BG@?*g7 @|G?  @#G14G@4_      @!@?T!Ga_@!@!"A !ABGb_{ `B@9@7!G@ ? R`B9 @{¨_           _ {{_outfile7bit-mode8bit-modegri-limitcolorsmapfilemonochromehigh-colorbuiltin-palettediffusionfind-largestselect-colorcropwidthheightresamplingqualitypalette-typeinsecureinvertloop-controluse-macroignore-delayverbosestaticmacro-numberpenetrateencode-policybgcolorcomplexion-scorepipe-modeormodeversionhelpo:78ORp:m:eb:Id:f:s:c:w:h:r:q:kil:t:ugvSn:PE:B:C:DVHimg2sixel 1.10.3 configured with: libcurl: yes libpng: no libjpeg: no gdk-pixbuf2: yes GD: no Copyright (C) 2014-2018 Hayaki Saito . Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Usage: img2sixel [Options] imagefiles img2sixel [Options] < imagefile Options: -o, --outfile specify output file name. (default:stdout) -7, --7bit-mode generate a sixel image for 7bit terminals or printers (default) -8, --8bit-mode generate a sixel image for 8bit terminals or printers -R, --gri-limit limit arguments of DECGRI('!') to 255 -p COLORS, --colors=COLORS specify number of colors to reduce the image to (default=256) -m FILE, --mapfile=FILE transform image colors to match this set of colorsspecify map -e, --monochrome output monochrome sixel image this option assumes the terminal background color is black -k, --insecure allow to connect to SSL sites without certs(enabled only when configured with --with-libcurl) -i, --invert assume the terminal background color is white, make sense only when -e option is given -I, --high-color output 15bpp sixel image -u, --use-macro use DECDMAC and DEVINVM sequences to optimize GIF animation rendering -n MACRONO, --macro-number=MACRONO specify an number argument for DECDMAC and make terminal memorize SIXEL image. No image is shown if this option is specified -C COMPLEXIONSCORE, --complexion-score=COMPLEXIONSCORE specify an number argument for the score of complexion correction. COMPLEXIONSCORE must be 1 or more. -g, --ignore-delay render GIF animation without delay -S, --static render animated GIF as a static image -d DIFFUSIONTYPE, --diffusion=DIFFUSIONTYPE choose diffusion method which used with -p option (color reduction) DIFFUSIONTYPE is one of them: auto -> choose diffusion type automatically (default) none -> do not diffuse fs -> Floyd-Steinberg method atkinson -> Bill Atkinson's method jajuni -> Jarvis, Judice & Ninke stucki -> Stucki's method burkes -> Burkes' method a_dither -> positionally stable arithmetic dither x_dither -> positionally stable arithmetic xor based dither -f FINDTYPE, --find-largest=FINDTYPE choose method for finding the largest dimension of median cut boxes for splitting, make sense only when -p option (color reduction) is specified FINDTYPE is one of them: auto -> choose finding method automatically (default) norm -> simply comparing the range in RGB space lum -> transforming into luminosities before the comparison -s SELECTTYPE, --select-color=SELECTTYPE choose the method for selecting representative color from each median-cut box, make sense only when -p option (color reduction) is specified SELECTTYPE is one of them: auto -> choose selecting method automatically (default) center -> choose the center of the box average -> calculate the color average into the box histogram -> similar with average but considers color histogram -c REGION, --crop=REGION crop source image to fit the specified geometry. REGION should be formatted as '%%dx%%d+%%d+%%d' -w WIDTH, --width=WIDTH resize image to specified width WIDTH is represented by the following syntax auto -> preserving aspect ratio (default) %% -> scale width with given percentage -> scale width with pixel counts px -> scale width with pixel counts -h HEIGHT, --height=HEIGHT resize image to specified height HEIGHT is represented by the following syntax auto -> preserving aspect ratio (default) %% -> scale height with given percentage -> scale height with pixel counts px -> scale height with pixel counts -r RESAMPLINGTYPE, --resampling=RESAMPLINGTYPE choose resampling filter used with -w or -h option (scaling) RESAMPLINGTYPE is one of them: nearest -> Nearest-Neighbor method gaussian -> Gaussian filter hanning -> Hanning filter hamming -> Hamming filter bilinear -> Bilinear filter (default) welsh -> Welsh filter bicubic -> Bicubic filter lanczos2 -> Lanczos-2 filter lanczos3 -> Lanczos-3 filter lanczos4 -> Lanczos-4 filter -q QUALITYMODE, --quality=QUALITYMODE select quality of color quanlization. auto -> decide quality mode automatically (default) low -> low quality and high speed mode high -> high quality and low speed mode full -> full quality and careful speed mode -l LOOPMODE, --loop-control=LOOPMODE select loop control mode for GIF animation. auto -> honor the setting of GIF header (default) force -> always enable loop disable -> always disable loop -t PALETTETYPE, --palette-type=PALETTETYPE select palette color space type auto -> choose palette type automatically (default) hls -> use HLS color space rgb -> use RGB color space -b BUILTINPALETTE, --builtin-palette=BUILTINPALETTE select built-in palette type xterm16 -> X default 16 color map xterm256 -> X default 256 color map vt340mono -> VT340 monochrome map vt340color -> VT340 color map gray1 -> 1bit grayscale map gray2 -> 2bit grayscale map gray4 -> 4bit grayscale map gray8 -> 8bit grayscale map -E ENCODEPOLICY, --encode-policy=ENCODEPOLICY select encoding policy auto -> choose encoding policy automatically (default) fast -> encode as fast as possible size -> encode to as small sixel sequence as possible -B BGCOLOR, --bgcolor=BGCOLOR specify background color BGCOLOR is represented by the following syntax #rgb #rrggbb #rrrgggbbb #rrrrggggbbbb rgb:r/g/b rgb:rr/gg/bb rgb:rrr/ggg/bbb rgb:rrrr/gggg/bbbb -P, --penetrate penetrate GNU Screen using DCS pass-through sequence -D, --pipe-mode [[deprecated]] read source images from stdin continuously -O, --ormode output ormode sixel image -v, --verbose show debugging info -V, --version show version and license info -H, --help show this help Environment variables: SIXEL_BGCOLOR specify background color. overrided by -B(--bgcolor) option. represented by the following syntax: #rgb #rrggbb #rrrgggbbb #rrrrggggbbbb rgb:r/g/b rgb:rr/gg/bb rgb:rrr/ggg/bbb rgb:rrrr/gggg/bbbb usage: img2sixel [-78eIkiugvSPDOVH] [-p colors] [-m file] [-d diffusiontype] [-f findtype] [-s selecttype] [-c geometory] [-w width] [-h height] [-r resamplingtype] [-q quality] [-l loopmode] [-t palettetype] [-n macronumber] [-C score] [-b palette] [-E encodepolicy] [-B bgcolor] [-o outfile] [filename ...] for more details, type: 'img2sixel -H'. %s %s ;D0\Pp0zRx 4A,0@< THA BNxLX @DAP F + PFA L 8 o(  H X ooHoooP P P  GCC: (GNU) 14.1.1 20240507GCC: (crosstool-NG 1.26.0.72_810021d) 14.1.1 20240507.shstrtab.interp.note.gnu.build-id.note.ABI-tag.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.text.fini.rodata.eh_frame_hdr.eh_frame.init_array.fini_array.dynamic.got.data.bss.comment 88TT$&xx 4o> pF((No4[oHHPjXtB H~8 8 yP P P @2EEDEE 0Qa