Click here to Skip to main content
15,886,595 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi How can I Load a 32bit image(for example openexr format) , change its pixel colors and then save it in 32bit image again.Is there any class to do it, I got FreeImage but I can not access pixel color in float. it is in byte.

Thank you for your answer.
Posted

1 solution

You can read my image processing[^] articles here on Code Project for information on how to access the underlying bytes of an image in C#.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 12-Jul-11 2:52am    
A 5.
--SA
Tarun.K.S 12-Jul-11 3:35am    
Very nice article. 5!

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