vote up 1 vote down star

Hello!!

Does anyone knows how can I read a PPM image into an array using C?

Thanks. Best regards.

flag

2 Answers

vote up 1 vote down

I wrote a PPM reader in C a few years ago. You're welcome to nick bits of it if you like.

link|flag
Thaks a lot for your help :D – rpf May 19 at 14:59
vote up 1 vote down

C++ routine to read a PPM (color) image from a file.

link|flag
Sorry about this question (I do not understand nothing about C++), but I can use C++ in C? – rpf May 19 at 13:24
In general, you can't. But if the C++ code uses no C++-only features it's completely valid C code. – Smasher May 20 at 13:25
@Smasher: So basically its C compiled with a C++ compiler? – Lucas McCoy May 20 at 14:19

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.