Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Managed C++/CLI
  4. Jpeg files using C++

Jpeg files using C++

Scheduled Pinned Locked Moved Managed C++/CLI
c++algorithmstutorialquestion
4 Posts 2 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jomy John
    wrote on last edited by
    #1

    hey all ...im kinda new to this place .....so dunno whether im posting in the right place ..... I have to complete this thing in a span of 3 days ..i dunno how ...but here goes ... Take a Jpeg image and convert it to text ... Can i get som ekind of algorithm for this purpose...or even a JPEG image file format ?? Or even links to those .... The links that i have tried .....give me the details as to how a JPEG image is made .... not how the file is arranged .. Can someone guide me in this respect ..... Thanks , Jomy

    C 1 Reply Last reply
    0
    • J Jomy John

      hey all ...im kinda new to this place .....so dunno whether im posting in the right place ..... I have to complete this thing in a span of 3 days ..i dunno how ...but here goes ... Take a Jpeg image and convert it to text ... Can i get som ekind of algorithm for this purpose...or even a JPEG image file format ?? Or even links to those .... The links that i have tried .....give me the details as to how a JPEG image is made .... not how the file is arranged .. Can someone guide me in this respect ..... Thanks , Jomy

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Jomy John wrote: I have to complete this thing in a span of 3 days Jomy John wrote: Take a Jpeg image and convert it to text ... You want to write an OCR program in 3 days ? Jomy John wrote: Can i get som ekind of algorithm for this purpose...or even a JPEG image file format ?? Or even links to those .... GDI+ will let you read/write JPEGs in C++, and even gives you elegant access to the bits of the image. There's no text inside a JPEG though, you need to examine the individual bits and work out for yourself which bits are letters. Christian Graus - Microsoft MVP - C++

      J 1 Reply Last reply
      0
      • C Christian Graus

        Jomy John wrote: I have to complete this thing in a span of 3 days Jomy John wrote: Take a Jpeg image and convert it to text ... You want to write an OCR program in 3 days ? Jomy John wrote: Can i get som ekind of algorithm for this purpose...or even a JPEG image file format ?? Or even links to those .... GDI+ will let you read/write JPEGs in C++, and even gives you elegant access to the bits of the image. There's no text inside a JPEG though, you need to examine the individual bits and work out for yourself which bits are letters. Christian Graus - Microsoft MVP - C++

        J Offline
        J Offline
        Jomy John
        wrote on last edited by
        #3

        thanks a lot ..... I have finished reading a Jpeg file ...using the File format of Jpeg ....and have the charcters in hex .... Now ...are there any hex encoding tables..or sum rule by which i can encode my hex set of numbers to a Sms character set ???

        C 1 Reply Last reply
        0
        • J Jomy John

          thanks a lot ..... I have finished reading a Jpeg file ...using the File format of Jpeg ....and have the charcters in hex .... Now ...are there any hex encoding tables..or sum rule by which i can encode my hex set of numbers to a Sms character set ???

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          OK, so you want to turn it into a string in order to transmit it ? Here[^] is some info on BASE64 encoding. Christian Graus - Microsoft MVP - C++

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups