+ 1
What program can I use to make pictures or images?
I am now learning C++ and I was wondering what coding program I can use to make images? How would I do that? As far as I know C++ is mainly just the coding, not the imaging. Anyone have any suggestions?
1 Réponse
+ 5
You need to install any image processing library like JpegLib or Magick++ to be able to make & edit images. You can also use libraries like SDL and OpenGL, but if your task is just image manipulation, then the former are better to use.
Also check : https://stackoverflow.com/questions/9169418/reading-manipulating-images-in-c