Convert and Read a .raw image

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
Solimyr
Posts: 2
Joined: 2011-06-13T01:50:14-07:00
Authentication code: 8675308

Convert and Read a .raw image

Post 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
Solimyr
Posts: 2
Joined: 2011-06-13T01:50:14-07:00
Authentication code: 8675308

Re: Convert and Read a .raw image

Post 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?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Convert and Read a .raw image

Post by fmw42 »

el_supremo
Posts: 1015
Joined: 2005-03-21T21:16:57-07:00

Re: Convert and Read a .raw image

Post by el_supremo »

I think Solimyr means this kind of RAW:
http://www.imagemagick.org/Usage/formats/#rgb

Pete
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
Post Reply