Click here to Skip to main content
15,896,912 members
Articles / Programming Languages / C#

PixelMap Class and PNM Image Viewer

Rate me:
Please Sign up or sign in to vote.
4.52/5 (14 votes)
28 May 2007CPOL2 min read 76.4K   3.8K   15  
A managed C# class and viewer for working with and converting Portable Bit Map (.pbm), Portable Grey Map (.pgm) and Portable Pixel Map (.ppm) images
<html dir="LTR">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
    <title>Depth Property</title>
    <xml>
    </xml>
    <link rel="stylesheet" type="text/css" href="MSDN.css" />
  </head>
  <body id="bodyID" class="dtBODY">
    <div id="nsbanner">
      <div id="bannerrow1">
        <table class="bannerparthead" cellspacing="0">
          <tr id="hdr">
            <td class="runninghead">PixelMap Class Library</td>
            <td class="product">
            </td>
          </tr>
        </table>
      </div>
      <div id="TitleRow">
        <h1 class="dtH1">PixelMap.PixelMapHeader.Depth Property</h1>
      </div>
    </div>
    <div id="nstext">
      <p> The depth (maximum color value in each channel) of the image. This allows the format to represent more than a single byte (0-255) for each color channel. </p>
      <div class="syntax">public�<a href="ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.NETDEVFX.v20.en/cpref2/html/T_System_Int32.htm"></a>�Depth�{get;�set;}</div>
      <p>
      </p>
      <h4 class="dtH4">See Also</h4>
      <p>
        <a href="PixelMap.PixelMap.PixelMapHeader.html">PixelMap.PixelMapHeader Structure</a> | <a href="PixelMap.html">PixelMap Namespace</a></p>
      <object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
        <param name="Keyword" value="Int32 property">
        </param>
        <param name="Keyword" value="Int32 property, PixelMap.PixelMapHeader structure">
        </param>
        <param name="Keyword" value="PixelMap.PixelMapHeader.Int32 property">
        </param>
      </object>
      <hr />
      <div id="footer">
        <p>
          <a href="mailto:StephenBogner@shaw.ca?subject=PixelMap%20Class%20Library%20Documentation%20Feedback:%20PixelMap.PixelMapHeader.Int32%20Property&#xD;&#xA;						">Send comments on this topic.</a>
        </p>
        <p>
          <a>(c) Copyright 2007 Stephen Bogner. This is an Open Source Contribution.  Use as you see fit, at your own risk.</a>
        </p>
        <p>Generated from assembly PixelMap [1.0.0.0]</p>
      </div>
    </div>
  </body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Engineer Defence R&D Canada
Canada Canada
Stephen Bogner is a Senior Research Engineer with Defence R&D Canada. As the Head Autonomous Applications Group, Autonomous Intelligent Systems Section, he only programs when it can't be avoided, and then only in C#.

Comments and Discussions