Opening Image file?

Reply

Join Date: Mar 2006
Posts: 17
Reputation: shahnazurs is an unknown quantity at this point 
Solved Threads: 0
shahnazurs shahnazurs is offline Offline
Newbie Poster

Opening Image file?

 
0
  #1
Mar 22nd, 2006
Please help me.
Kindly tell me how to open image file in windows from C programming

Many Thanks,
Shahnaz
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 5,264
Reputation: iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold 
Solved Threads: 377
Featured Poster
iamthwee's Avatar
iamthwee iamthwee is offline Offline
Posting Expert

Re: Opening Image file?

 
0
  #2
Mar 22nd, 2006
What do you mean?
When you execute the program it opens up microsoft paint and displays your picture or something?
*Voted best profile in the world*
Reply With Quote Quick reply to this message  
Join Date: Mar 2006
Posts: 17
Reputation: shahnazurs is an unknown quantity at this point 
Solved Threads: 0
shahnazurs shahnazurs is offline Offline
Newbie Poster

Re: Opening Image file?

 
0
  #3
Mar 23rd, 2006
That is right, it has to open any picture file like *.bmp.
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 7,567
Reputation: Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute 
Solved Threads: 706
Team Colleague
Narue's Avatar
Narue Narue is offline Offline
Code Goddess

Re: Opening Image file?

 
0
  #4
Mar 23rd, 2006
That's a non-trivial program that involves working with the different image file formats (wotsit.org is your friend) and drawing them accordingly using a non-standard graphics library. As such, your question is far too broad for us to help with. Be more specific.
I'm here to prove you wrong.
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 1,496
Reputation: WolfPack has a spectacular aura about WolfPack has a spectacular aura about WolfPack has a spectacular aura about 
Solved Threads: 104
Moderator
WolfPack's Avatar
WolfPack WolfPack is offline Offline
Mentally Challenged Mod.

Re: Opening Image file?

 
0
  #5
Mar 23rd, 2006
Originally Posted by shahnazurs
That is right, it has to open any picture file like *.bmp.
If this means "yes. it has to open the file in mspaint", a quick, easy, but dirty way is to use
  1. int main()
  2. {
  3. system("mspaint filename.bmp");// filename.bmp is the image file name
  4. return 0;
  5. }
in windows.
Reply With Quote Quick reply to this message  
Join Date: Mar 2006
Posts: 17
Reputation: shahnazurs is an unknown quantity at this point 
Solved Threads: 0
shahnazurs shahnazurs is offline Offline
Newbie Poster

Re: Opening Image file?

 
0
  #6
Mar 24th, 2006
Thanks a lot friends.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC