Page 1 of 1
Convert and Read a .raw image
Posted: 2011-06-13T02:03:21-07:00
by Solimyr
Hi all,
I have searched in the forum but I didn't find a method to open and convert a 8 bit raw image to a different format. Do you have any idea how can I solve this problem?
Thx in advance,
Solimyr
Re: Convert and Read a .raw image
Posted: 2011-06-13T03:23:28-07:00
by Solimyr
Solimyr wrote:Hi all,
I have searched in the forum but I didn't find a method to open and convert a 8 bit raw image to a different format. Do you have any idea how can I solve this problem?
Thx in advance,
Solimyr
Add to this, I've found a C++ library called CImg. This permit to read RAW images where there is an ASCII header (like in my situation). Do you know that? How can I "include" in my python code? Is this possible using a subprocess?
Re: Convert and Read a .raw image
Posted: 2011-06-13T09:39:47-07:00
by fmw42
Re: Convert and Read a .raw image
Posted: 2011-06-13T11:54:12-07:00
by el_supremo
I think Solimyr means this kind of RAW:
http://www.imagemagick.org/Usage/formats/#rgb
Pete