rletopnm(1)


NAME

   rletopnm  - convert a Utah Raster Tools RLE image file into a PNM image
   file.

SYNOPSIS

   rletopnm       [--alphaout={alpha-filename,-}]        [--headerdump|-h]
   [--verbose|-v] [--plain|-p] [rlefile|-]

   All options may be abbreviated to their minimum unique abbreviation and
   options and arguments may be in any order.

DESCRIPTION

   This program converts Utah Raster Toolkit  RLE  image  files  into  PNM
   image  files.   rletopnm  handles four types of RLE files: Grayscale (8
   bit data, no color map), Pseudocolor (8 bit data  with  a  color  map),
   Truecolor  (24  bit data with color map), and Directcolor (24 bit data,
   no color map).  rletopnm generates a  PPM  file  for  all  these  cases
   except for the Grayscale file, for which rletopnm generates a PGM file.

   rlefile  is  the RLE input file.  If it is absent or -, the input comes
   from Standard Input.

OPTIONS

   --alphaout=alpha-filename
          rletopnm creates a PGM (portable graymap)  file  containing  the
          alpha  channel  values  in  the input image.  If the input image
          doesn't  contain  an  alpha  channel,  the  alpha-filename  file
          contains  all  zero  (transparent)  alpha  values.  If you don't
          specify --alphaout, rletopnm does not generate  an  alpha  file,
          and  if  the  input  image has an alpha channel, rletopnm simply
          discards it.

          If you specify - as the  filename,  rletopnm  writes  the  alpha
          output to Standard Output and discards the image.

          See pnmcomp(1) for one way to use the alpha output file.

   --verbose
          This  option  causes  rletopnm  to  operate in verbose mode.  It
          prints messages about what it's doing, including the contents of
          the RLE image header, to Standard Error.

   --headerdump
          This  option causes rletopnm to operate in header dump mode.  It
          prints the contents of the RLE image header to  Standard  Error,
          but does not produce any other output.

   --plain
          This  option  causes  the  PNM  output file to be in the "plain"
          (text) format, instead of the  default  "raw"  (binary)  format.
          See ppm(5) and pgm(5) for details on the difference.

EXAMPLES

   rletopnm --verbose lenna.rle >lenna.ppm
          While  running  in verbose mode, convert lenna.rle to PPM format
          and store the resulting image as lenna.ppm.

   rletopnm --headerdump file.rle
          Dump the header information of the RLE file called file.rle.

   rletopnm --alphaout=dartalpha.pgm dart.rle >dart.ppm
          Convert RLE file dart.rle to PPM format as dart.ppm.  Store  the
          alpha  channel of dart.rle as dartalpha.pgm (if dart.rle doesn't
          have an alpha channel, store a fully transparent alpha  mask  as
          dartalpha.pgm).

SEE ALSO

   pnmtorle(1), pnmconvol(1), pnm(5), ppm(5), pgm(5), urt(1), RLE(5)

AUTHOR

   Wes Barris
   Army High Performance Computing Research Center (AHPCRC)
   Minnesota Supercomputer Center, Inc.

   Modifications by Eric Haines to support raw and plain formats.

   Modifications by Bryan Henderson to create alpha files and use mnemonic
   options.





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.