Click here to Skip to main content
15,895,799 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN"> 
<html>
	<head>
		<meta name="Robots" content="noindex">
		<title>Documentation</title>
		<script language="JavaScript">
		// ensure this page is not loaded inside another frame
		if (top.location != self.location)
		{
			top.location = self.location;
		}
		</script>
	</head>
	<frameset cols="250,*" framespacing="6" bordercolor="#6699CC">
		<frame name="contents" src="contents.html" frameborder="0" scrolling="no">
		<frame name="main" src="PixelMap.html" frameborder="1">
		<noframes>
			<p>This page requires frames, but your browser does not support them.</p>
		</noframes>
	</frameset>
</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