Topic: Image manipulation in C++

Hi all,

Does anyone play around with image manipulation in C++?

I need to know is there any simple library which is good and thread-safe for using in production environment?
All i need is to create an object with that library, setting it pixel colors, and then write it to a file in a specific format such as (PNG or JPEG)

Any guide or tutorial links would be very appreciate, thank you.

Re: Image manipulation in C++

I think ImageMagick has some C++ bindings. Maybe it could help?

http://www.imagemagick.org/script/index.php

Forum Software Reviews Review, compare and test forum software solutions.
[img]http://www.forum-software.org/review-bar/punbb[/img]
PunBB score: 7/10! Vote

Re: Image manipulation in C++

Even more details here: http://www.imagemagick.org/Magick++ wink

Forum Software Reviews Review, compare and test forum software solutions.
[img]http://www.forum-software.org/review-bar/punbb[/img]
PunBB score: 7/10! Vote