What program can I use to make pictures or images? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

5th Aug 2018, 1:35 AM
Slushie
Slushie - avatar
1 Answer
+ 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
5th Aug 2018, 1:47 AM
Kinshuk Vasisht
Kinshuk Vasisht - avatar