Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to display images TIFF (uncompressed) or as raw data using C #. because images can only be opened by the application ImageJ (http://rsbweb.nih.gov/ij/index.html)
Posted

1 solution

Have you tried the first thing to do: create a Bitmap object from the file ? http://msdn.microsoft.com/en-us/library/0cbhe98f(v=vs.90).aspx
 
Share this answer
 
Comments
ignasius fajar 22-Feb-13 21:29pm    
sorry the way you give does not work, the error message
"Parameter is not valid."
I use a script like this "originalBitmap Bitmap = new Bitmap (@" .. \ .. \ tes.tiff ");"
and the example file can be downloaded at:
https://www.dropbox.com/s/z75v3v37bkhmvw7/tes.tiff

if you could help me in any other way?
Thnx
YvesDaoust 25-Feb-13 2:33am    
Why the @ character ?

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900