Sponsor:

Your company here, and a link to your site. Click to find out more.

sixel2png - Man Page

convert DEC SIXEL images into PNG format images

Synopsis

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

Description

img2sixel convert DEC SIXEL images into PNG format images.

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.

See Also

sixel(5) img2sixel(1)

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,

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

Contributors

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

Bugs

Referenced By

img2sixel(1).

May 2015