How to input and output images using C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to input and output images using C++?

The standard C++ fstream library is used to output text files.

13th Jul 2017, 8:51 PM
Happiness Kaburi
Happiness Kaburi - avatar
2 Answers
+ 2
You need graphics libraries. You can grab SDL2.0 which is also multiplatform. Depends on project size and targets.
13th Jul 2017, 11:14 PM
Jamie
Jamie - avatar
+ 1
Nice one Jamie. Thanx
15th Jul 2017, 5:25 PM
Happiness Kaburi
Happiness Kaburi - avatar