display jpeg file format program in c

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • asman
    New Member
    • May 2010
    • 3

    display jpeg file format program in c

    Can you provide a program to display jpeg format picture in c.
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    Picasa from Google will show you jpeg formatted pictures and it was probably written in C or C++. Although I'm not sure why it would matter what language it was written in...

    Comment

    • asman
      New Member
      • May 2010
      • 3

      #3
      Using FileStream object to read JPEG File from dos location.

      Comment

      • RedSon
        Recognized Expert Expert
        • Jan 2007
        • 4980

        #4
        Oh, sounds like you figured it out then!

        Good Job!

        Comment

        • asman
          New Member
          • May 2010
          • 3

          #5
          sir you have no any c program to display jpeg picture.

          Comment

          • RedSon
            Recognized Expert Expert
            • Jan 2007
            • 4980

            #6
            You said yourself: Use a FileStream object to read a JPEG file from a location on the hard drive.

            You should do what you have suggested and write a program that uses a FileStream object to read a JPEG from a file.

            If you run into problems let me know.

            Comment

            • haziqm
              New Member
              • Mar 2016
              • 1

              #7
              Can I know the source code and how to do it to this problem please

              Comment

              Working...