This is the command unipng2hex that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
unipng2hex - Portable Network Graphics to GNU Unifont .hex file converter
SYNOPSIS
unipng2hex -i input_file.png [-o output_file.hex ] [-w width ]
DESCRIPTION
unipng2hex reads a PNG file produced by unihex2png before or after editing, and converts
it back into a Unifont .hex format file. The PNG file contains a block of 256 Unicode
code points arranged in a 16 by 16 grid. Each code point appears in a 32 by 32 or a 40 by
40 pixel grid. Characters are either 16, 24 or 32 pixel rows high, depending on the "-r"
parameter specified by unihex2png. They can be 8, 16, 24, or 32 pixel columns wide
(widths of 32 are only supported for 32 pixel row tall characters).
OPTIONS
-i Specify the input file.
-o Specify the output file. If omitted, a file in the Unifont .hex format is
written to STDOUT.
-w width Specify the minimum width of the output glyphs. Valid values are 16, 24,
and 32. The default is no minimum width.
-h Print a help message of options and exit.
EXAMPLE
Sample usage:
unipng2hex -i my_input_file.png -o my_output_file.hex
Use unipng2hex online using onworks.net services