asciitopgm(1) asciitopgm(1) NNAAMMEE asciitopgm - convert ASCII graphics into a portable graymap SSYYNNOOPPSSIISS aasscciiiittooppggmm _[-d divisor_] _h_e_i_g_h_t _w_i_d_t_h [_a_s_c_i_i_f_i_l_e] DDEESSCCRRIIPPTTIIOONN Reads ASCII data as input. Produces a portable graymap with pixel values which are an approximation of the "brightness" of the ASCII characters, assuming black-on- white printing. In other words, a capital M is very dark, a period is ver light, and a space is white. Input lines which are fewer than _w_i_d_t_h characters are automatically padded with spaces. The _d_i_v_i_s_o_r argument is a floating-point number by which the output pixels are divided; the default value is 1.0. This can be used to adjust the brightness of the graymap: for example, if the image is too dim, reduce the divisor. In keeping with (I believe) Fortran line-printer conven- tions, input lines beginning with a + (plus) character are assumed to "overstrike" the previous line, allowing a larger range of gray values. This tool contradicts the message in the _p_b_m_t_o_a_s_c_i_i man- ual: "Note that there is no asciitopbm tool - this trans- formation is one-way." BBUUGGSS The table of ASCII-to-grey values is subject to interpre- tation, and, of course, depends on the typeface intended for the input. SSEEEE AALLSSOO pbmtoascii(1), pgm(5) AAUUTTHHOORR Wilson H. Bent. Jr. (whb@usc.edu) 26 December 1994 1