Groups | Blog | Home
all groups > dotnet drawing api > may 2005 >

dotnet drawing api : 16-bit TIFFs


Bob Powell [MVP]
5/5/2005 12:00:00 AM
16 bit image formats in .NET are all fundamentally broken and were included
in the release code by accident. You need to forget about them.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.





[quoted text, click to view]

pgrkovic NO[at]SPAM hotmail.com
5/5/2005 1:14:12 PM
Hello.

Does anybody have any sample source code for manipulation of 16-bit
TIFF? It throws an exception when executing Bitmap.FromFile, but
anyway, even if I was able to load it, I don't see the way to read
pixel values. GetPixel returns Color and R, G, B members of Color are
bytes and I need two bytes for each channel.

Thanks in advance.
- Predrag.
pgrkovic NO[at]SPAM hotmail.com
5/8/2005 8:44:44 AM
Thanks Bob.
AddThis Social Bookmark Button