Imagemagick has a C++ api that you can use to access its image processing functionality. ImageMagick has a ton of functionality, I would look into it for all your image processing needs.
Matt
2010-01-14 18:04:44
Imagemagick has a C++ api that you can use to access its image processing functionality. ImageMagick has a ton of functionality, I would look into it for all your image processing needs.
GDI+ is what you are looking for.
In .NET you will find the GDI+ classes in System.Drawing (requires assembly reference to System.Drawing.dll).
Especially the class Graphics and its method Graphics.FromImage will help you.