home *** CD-ROM | disk | FTP | other *** search
/ Mega A/V / mega_av.zip / mega_av / GRAPHUTL / PBMPLUS.ZIP / PBMUPC.MAN < prev    next >
Text File  |  1991-08-11  |  2KB  |  67 lines

  1.  
  2.  
  3. pbmupc(1)                  Unix Programmer's Manual                  pbmupc(1)
  4.  
  5.  
  6. NNNAAAMMMEEE
  7.      pbmupc - create a Universal Product Code bitmap
  8.  
  9. SSSYYYNNNOOOPPPSSSIIISSS
  10.      pppbbbmmmuuupppccc [-sss111|-sss222] _t_y_p_e _m_a_n_u_f_a_c _p_r_o_d_u_c_t
  11.  
  12. DDDEEESSSCCCRRRIIIPPPTTTIIIOOONNN
  13.      Generates a Universal Product Code symbol.  The three  arguments  are:  a
  14.      one  digit product type, a five digit manufacturer code, and a five digit
  15.      product code.  For example, "0 72890 00011" is the code for Heineken.
  16.  
  17.      As presently configured, _p_b_m_u_p_c produces a bitmap 230 bits wide  and  175
  18.      bits  high.   The  size  can  be  altered  by changing the defines at the
  19.      beginning of the program, or by running the output through _p_n_m_e_n_l_a_r_g_e  or
  20.      _p_n_m_s_c_a_l_e.
  21.  
  22. OOOPPPTTTIIIOOONNNSSS
  23.  
  24.      The ---sss111 and ---sss222 flags select the style of UPC to generate.  The  default,
  25.      ---sss111, looks more or less like this:
  26.       ||||||||||||||||
  27.       ||||||||||||||||
  28.       ||||||||||||||||
  29.       ||||||||||||||||
  30.      0||12345||67890||5
  31.      The other style, ---sss222, puts the product type digit higher up, and  doesn't
  32.      display the checksum digit:
  33.       ||||||||||||||||
  34.       ||||||||||||||||
  35.      0||||||||||||||||
  36.       ||||||||||||||||
  37.       ||12345||67890||
  38.  
  39. SSSEEEEEE AAALLLSSSOOO
  40.      pbm(5)
  41.  
  42. AAAUUUTTTHHHOOORRR
  43.      Copyright (C) 1989 by Jef Poskanzer.
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                                 14 March 1989                                1
  65.  
  66.  
  67.