views:

90

answers:

2

Hi,

I am looking for a C++ library for image processing. I need the library to threshold a PPM photo (color photo). Should I write my own code? what do you guys think? Thanks in advance.

+3  A: 

You could use Boost GIL library. It's extremely powerful and versatile and may actually suit all your needs (well, yep, it's boost :).

Kotti
+2  A: 

Magick++ might help. It's the library version of ImageMagick.

Brendan Long