sixel2png - convert DEC SIXEL images into PNG format images
Contents
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)
Copyright
Copyright (c) 2014-2015 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.
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