home *** CD-ROM | disk | FTP | other *** search
/ Encyclopedia of Graphics File Formats Companion / GFF_CD.ISO / formats / brl / spec / pix.txt < prev    next >
Text File  |  1994-06-01  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. PIX(5)                    FILE FORMATS                     PIX(5)
  5.  
  6.  
  7.  
  8. NAME
  9.      pix - Color RGB image file format and utilities
  10.  
  11. FORMAT
  12.      A pix file contains sequences  of  pixels.   Each  pixel  is
  13.      stored  as three unsigned chars, first red, then green, then
  14.      blue.  The intensity of each color ranges from 0 ("off")  to
  15.      255 ("on").  The first pixel in a pix file is the lower left
  16.      corner of the image.  The pixels proceed from  left-to-right
  17.      across  each scanline, with scanlines being written from the
  18.      bottom to the top of the image.
  19.  
  20.      By convention, pix images are usually square, and thus their
  21.      dimensions  can  be determined by the file size.  If this is
  22.      not the case, often only the file width need be known  by  a
  23.      program  reading  the  file.   History  has left us with two
  24.      "standard" sizes, 512x512 and the "hires" 1024x1024.  A com-
  25.      mon  practice  for  other  file sizes is to include the file
  26.      width in the filename.
  27.  
  28.      At some time in the  future  pix  files  will  probably  get
  29.      self-typing  headers  so  that parameters such as their size
  30.      can be automatically determined by programs.
  31.  
  32. UTILITIES
  33.      pix-fb display a .pix format image on a framebuffer.
  34.      fb-pix produce a .pix file from a framebuffer image.
  35.      pix-bw convert a .pix file to a black and white .bw file.
  36.      bw-pix convert a black and white .bw file to a .pix file.
  37.      ap-pix convert an Applicon Color  Plotter  file  to  a  .pix
  38.      file.
  39.      pixtile combine several small .pix files into one large one.
  40.      pixstat gives statistics concerning a .pix file.
  41.      pixhist displays a color histogram on a framebuffer.
  42.      pixhist3d display three views of an RGB color  space  histo-
  43.      gram on a framebuffer.
  44.      pixhist3d-pl unix plot of RGB color space utilization.
  45.      pixdiff shows which pixels/colors differ  between  two  .pix
  46.      files.
  47.      pixrect extracts an arbitrary rectangle from a .pix file.
  48.      pixrot rotate, reverse, or invert a .pix file.
  49.      pixscale scale a .pix file up or down.
  50.      pixfilter a collection of 3x3 kernel filters for .pix files.
  51.      bw3-pix merges three .bw files into one .pix file.
  52.      pix-bw3 separates .pix file RGB colors into three .bw files.
  53.  
  54. FILES
  55.      file.pix
  56.  
  57. SEE ALSO
  58.      brlcad(1), bw(5), and above named programs.
  59.  
  60.  
  61.  
  62.  
  63. Sun Release 4.1       Last change: BRL/CAD                      1
  64.  
  65.  
  66.  
  67.