File: unipng2hex.texi

package info (click to toggle)
unifont 1%3A16.0.04-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 111,832 kB
  • sloc: ansic: 5,963; javascript: 1,706; perl: 1,658; makefile: 1,502; sh: 53; awk: 3
file content (247 lines) | stat: -rw-r--r-- 7,395 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
@comment TROFF INPUT: .TH UNIPNG2HEX 1 "2013 Nov 09"

@node unipng2hex
@section unipng2hex
@c DEBUG: print_menu("@section")

@menu
* unipng2hex NAME::
* unipng2hex SYNOPSIS::
* unipng2hex DESCRIPTION::
* unipng2hex OPTIONS::
* unipng2hex EXAMPLE::
* unipng2hex FILES::
* unipng2hex SEE ALSO::
* unipng2hex AUTHOR::
* unipng2hex LICENSE::
* unipng2hex BUGS::

@end menu


@comment TROFF INPUT: .SH NAME

@node unipng2hex NAME
@subsection unipng2hex NAME
@c DEBUG: print_menu("unipng2hex NAME")

unipng2hex @minus{} Portable Network Graphics to GNU Unifont .hex file converter
@comment TROFF INPUT: .SH SYNOPSIS

@node unipng2hex SYNOPSIS
@subsection unipng2hex SYNOPSIS
@c DEBUG: print_menu("unipng2hex SYNOPSIS")

@b{unipng2hex }@minus{}i @i{input@t{_}file.png }[@minus{}o @i{output@t{_}file.hex}] [@minus{}w @i{width}]
@comment TROFF INPUT: .SH DESCRIPTION

@node unipng2hex DESCRIPTION
@subsection unipng2hex DESCRIPTION
@c DEBUG: print_menu("unipng2hex DESCRIPTION")

@comment TROFF INPUT: .B unipng2hex
@b{unipng2hex}
reads a PNG file produced by
@comment TROFF INPUT: .B unihex2png
@b{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 "@minus{}r" parameter specified by
@comment TROFF INPUT: .B unihex2png.
@b{unihex2png.}
They can be 8, 16, 24, or 32 pixel columns wide (widths of 32 are only
supported for 32 pixel row tall characters).
@comment TROFF INPUT: .SH OPTIONS

@node unipng2hex OPTIONS
@subsection unipng2hex OPTIONS
@c DEBUG: print_menu("unipng2hex OPTIONS")

@comment TROFF INPUT: .TP 6
@comment TROFF INPUT: .BR \-i

@c ---------------------------------------------------------------------
@table @code
@item @b{@minus{}i}
Specify the input file.
@comment TROFF INPUT: .TP
@comment TROFF INPUT: .BR \-o

@item @b{@minus{}o}
Specify the output file.  If omitted, a file in the Unifont .hex format
is written to STDOUT.
@comment TROFF INPUT: .TP
@comment TROFF INPUT: .BR \-w

@item @b{@minus{}w}
Specify the minimum width of the output glyphs.  Valid values are 16, 24,
 and 32.  The default is no minimum width.
@comment TROFF INPUT: .TP
@comment TROFF INPUT: .BR \-h

@item @b{@minus{}h}
Print a help message of options and exit.
@comment TROFF INPUT: .SH EXAMPLE

@end table

@c ---------------------------------------------------------------------

@node unipng2hex EXAMPLE
@subsection unipng2hex EXAMPLE
@c DEBUG: print_menu("unipng2hex EXAMPLE")

Sample usage:
@comment TROFF INPUT: .PP

@comment TROFF INPUT: .RS

@c ---------------------------------------------------------------------
@quotation
unipng2hex @minus{}i my@t{_}input@t{_}file.png @minus{}o my@t{_}output@t{_}file.hex
@comment TROFF INPUT: .RE

@end quotation

@c ---------------------------------------------------------------------
@comment TROFF INPUT: .SH FILES

@node unipng2hex FILES
@subsection unipng2hex FILES
@c DEBUG: print_menu("unipng2hex FILES")

*.png graphics files
@comment TROFF INPUT: .SH SEE ALSO

@node unipng2hex SEE ALSO
@subsection unipng2hex SEE ALSO
@c DEBUG: print_menu("unipng2hex SEE ALSO")

@comment TROFF INPUT: .BR bdfimplode (1),
@b{bdfimplode}@r{(1),}
@comment TROFF INPUT: .BR hex2bdf (1),
@b{hex2bdf}@r{(1),}
@comment TROFF INPUT: .BR hex2otf (1),
@b{hex2otf}@r{(1),}
@comment TROFF INPUT: .BR hex2sfd (1),
@b{hex2sfd}@r{(1),}
@comment TROFF INPUT: .BR hexbraille (1),
@b{hexbraille}@r{(1),}
@comment TROFF INPUT: .BR hexdraw (1),
@b{hexdraw}@r{(1),}
@comment TROFF INPUT: .BR hexkinya (1),
@b{hexkinya}@r{(1),}
@comment TROFF INPUT: .BR hexmerge (1),
@b{hexmerge}@r{(1),}
@comment TROFF INPUT: .BR johab2syllables (1),
@b{johab2syllables}@r{(1),}
@comment TROFF INPUT: .BR johab2ucs2 (1),
@b{johab2ucs2}@r{(1),}
@comment TROFF INPUT: .BR unibdf2hex (1),
@b{unibdf2hex}@r{(1),}
@comment TROFF INPUT: .BR unibmp2hex (1),
@b{unibmp2hex}@r{(1),}
@comment TROFF INPUT: .BR unibmpbump (1),
@b{unibmpbump}@r{(1),}
@comment TROFF INPUT: .BR unicoverage (1),
@b{unicoverage}@r{(1),}
@comment TROFF INPUT: .BR unidup (1),
@b{unidup}@r{(1),}
@comment TROFF INPUT: .BR unifont (5),
@b{unifont}@r{(5),}
@comment TROFF INPUT: .BR unifont-viewer (1),
@b{unifont-viewer}@r{(1),}
@comment TROFF INPUT: .BR unifont1per (1),
@b{unifont1per}@r{(1),}
@comment TROFF INPUT: .BR unifontchojung (1),
@b{unifontchojung}@r{(1),}
@comment TROFF INPUT: .BR unifontksx (1),
@b{unifontksx}@r{(1),}
@comment TROFF INPUT: .BR unifontpic (1),
@b{unifontpic}@r{(1),}
@comment TROFF INPUT: .BR unigen-hangul (1),
@b{unigen-hangul}@r{(1),}
@comment TROFF INPUT: .BR unigencircles (1),
@b{unigencircles}@r{(1),}
@comment TROFF INPUT: .BR unigenwidth (1),
@b{unigenwidth}@r{(1),}
@comment TROFF INPUT: .BR unihex2bmp (1),
@b{unihex2bmp}@r{(1),}
@comment TROFF INPUT: .BR unihex2png (1),
@b{unihex2png}@r{(1),}
@comment TROFF INPUT: .BR unihexfill (1),
@b{unihexfill}@r{(1),}
@comment TROFF INPUT: .BR unihexgen (1),
@b{unihexgen}@r{(1),}
@comment TROFF INPUT: .BR unihexpose (1),
@b{unihexpose}@r{(1),}
@comment TROFF INPUT: .BR unihexrotate (1),
@b{unihexrotate}@r{(1),}
@comment TROFF INPUT: .BR unijohab2html (1),
@b{unijohab2html}@r{(1),}
@comment TROFF INPUT: .BR unipagecount (1)
@b{unipagecount}@r{(1)}
@comment TROFF INPUT: .SH AUTHOR

@node unipng2hex AUTHOR
@subsection unipng2hex AUTHOR
@c DEBUG: print_menu("unipng2hex AUTHOR")

@comment TROFF INPUT: .B unipng2hex
@b{unipng2hex}
was written by Andrew Miller, starting by converting Paul Hardy's
@comment TROFF INPUT: .B unibmp2hex
@b{unibmp2hex}
C program to Perl.
@comment TROFF INPUT: .SH LICENSE

@node unipng2hex LICENSE
@subsection unipng2hex LICENSE
@c DEBUG: print_menu("unipng2hex LICENSE")

@comment TROFF INPUT: .B unipng2hex
@b{unipng2hex}
is Copyright @copyright{} 2007, 2008 Paul Hardy, @copyright{} 2013 Andrew Miller.
@comment TROFF INPUT: .PP

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
@comment TROFF INPUT: .SH BUGS

@node unipng2hex BUGS
@subsection unipng2hex BUGS
@c DEBUG: print_menu("unipng2hex BUGS")

No known real bugs exist, but the optional pixel rows parameter is not
yet supported by all other Unifont utilities.  Use of glyphs taller than
the default of 16 pixels is considered experimental.  Currently
@comment TROFF INPUT: .B unihex2png, unipng2hex, hexdraw,
@b{unihex2png, unipng2hex, hexdraw,}
and
@comment TROFF INPUT: .B hex2bdf
@b{hex2bdf}
tentatively support glyphs that are 16, 24, and 32 pixels tall.
@comment TROFF INPUT: .PP

Also, this software does not perform extensive error checking on its
input files.  If they're not in the format of the original PNG output from
@comment TROFF INPUT: .B unihex2png,
@b{unihex2png,}
all bets are off.
@comment TROFF INPUT: .PP

If the output file is for a "page" containing space code points and the
PNG file squares for those code points are not empty,
@comment TROFF INPUT: .B unipng2hex
@b{unipng2hex}
preserves the graphics as they are drawn.
@comment TROFF INPUT: .PP

@comment TROFF INPUT: .B unipng2hex
@b{unipng2hex}
is designed to work with black and white pixels; do not use other
colors.