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.