How to display jepg in C ++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to display jepg in C ++?

In an object-oriented medical diagnostic project, for example, an x-ray image ...

5th Feb 2020, 10:30 PM
Master Forts 🇦🇷
Master Forts 🇦🇷 - avatar
5 Answers
+ 6
It's .jpeg btw. And yes you need graphics library, that is not supported in Sololearn C++ Code Playground.
5th Feb 2020, 11:55 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 2
You need a graphics library for that.
5th Feb 2020, 10:35 PM
Sonic
Sonic - avatar
+ 2
Perhaps use QT or Visual C++.
5th Feb 2020, 10:35 PM
Sonic
Sonic - avatar
+ 2
as I program from cell phone I would only access SDL (with cpp- n- ide)
5th Feb 2020, 10:39 PM
Master Forts 🇦🇷
Master Forts 🇦🇷 - avatar
0
I very much appreciate the answers. I may then end up implementing this development from PHP since I could do it from my cell phone and in it I can simulate a server-client environment. The photos would register them as a collection of Urls stored in a hard disk directory
6th Feb 2020, 1:19 AM
Master Forts 🇦🇷
Master Forts 🇦🇷 - avatar