logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sixel2png - convert DEC SIXEL images into PNG format images

Authors

sixel2png  is  maintained by Hayaki Saito.  We imported whole code of stbiw-1.01, written by Sean Barrett
       and its contributers, for writing PNG images,

Bugs

       •      Send bug-reports, fixes, enhancements to saitoha@me.com.

4th Berkeley Distribution                           May 2015                                        SIXEL2PNG(1)

Command-Line Options

img2sixel has the following command-line options:

       -i   Specify input file. If it is omitted or "-", this command accepts SIXEL data from STDIN.

       -o   Specify output file. If it is omitted or "-", this command emit SIXEL data into STDOUT.

Contributors

       Masami HIRATA(@msmhrt)
       Bruce Mitchener (@waywardmonkeys)

Description

img2sixel convert DEC SIXEL images into PNG format images.

Name

       sixel2png - convert DEC SIXEL images into PNG format images

See Also

sixel(5) img2sixel(1)

Synopsis

sixel2png-i <input sixel file> -o <output png file>
       img2sixel< <input sixel file> > <output png file>

Thanks

       This software derives from the following implementation.

       stbiw-0.92
            This software includes stbiw-0.92 (stb_image_write.h), a public domain PNG/BMP/TGA writer.
            http://nothings.org/stb/stb_image_write.h

See Also