+ 1

Does anyone know how to print an image in C++?

I know that this course does not teach image processing, but thought I'd ask if anybody knew here.

31st Aug 2021, 10:58 PM
Praise King
Praise King - avatar
10 Antworten
+ 2
You can generate a web page from a C program by using the Common Gateway Interface (CGI). The C program is compiled and runs on the server, this is different from Javascript which runs on the browser. You can also generate images via CGI too. Just set the content type appropriately, eg. image/jpeg for a JPEG image. You can use libjpeg to generate the actual image.
2nd Sep 2021, 4:31 AM
Arun Jamson
Arun Jamson - avatar
+ 2
Yeah, I agree with Rishi
2nd Sep 2021, 5:37 PM
Praise King
Praise King - avatar
+ 1
Their are lots of libraries which allows u to show images ... You can use game development library Lynar Moon.... SDL,SfML... But its hard to configure files sometimes it take time to give path of files becz lots of files u need to do copy paste. Try with SFML
1st Sep 2021, 1:04 AM
💫As💫
+ 1
Can anyone provide a "step by step" process to display an image on the screen? Let's assume that I have that photo inside my gallery
2nd Sep 2021, 11:15 AM
Rishi
Rishi - avatar
+ 1
Shux! Well, can't say we didn't try.....
2nd Sep 2021, 11:17 PM
Praise King
Praise King - avatar
0
Oh........
31st Aug 2021, 11:11 PM
Praise King
Praise King - avatar
0
So, does that entail that I have to learn how to use a library of sorts?
31st Aug 2021, 11:12 PM
Praise King
Praise King - avatar
0
Thanks for the info! I'll have to try it out!
1st Sep 2021, 1:05 AM
Praise King
Praise King - avatar