+ 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.
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.
+ 2
Yeah, I agree with Rishi
+ 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
+ 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
+ 1
Shux! Well, can't say we didn't try.....
0
Oh........
0
So, does that entail that I have to learn how to use a library of sorts?
0
Thanks for the info! I'll have to try it out!