Click here to Skip to main content
15,868,141 members
Articles / Desktop Programming / WPF

Decoding Portable Bitmap (PBM) files in C# and displaying them in WPF

Rate me:
Please Sign up or sign in to vote.
4.33/5 (6 votes)
19 Dec 2011CPOL6 min read 31.3K   714   11  
A tutorial aimed at intermediate coders on decoding PBM (Portable Bitmap) files using C#.

Views

Daily Counts

Downloads

Weekly Counts

License

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


Written By
United Kingdom United Kingdom
I'm a student who has taken to programming as a hobby. I began writing web pages by hand and am now very familiar with HTML and CSS. I also developed an understanding of systems and processes in Windows, which sparked an interest in old Microsoft software.

For a good year and a bit I've been writing programs in C#, but have experimented with C, C++, Pascal and x86 Assembly Language. I prefer to use WPF over WinForms, I don't know why.

My site www.gui-info.com shows off most of my software collection and my blog http://jamesbrounstechblog.wordpress.com/ is occasionally updated with anecdotes and essays.

Comments and Discussions