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
  1. Home
  2. General Programming
  3. Visual Basic
  4. Scanning Bitmaps or JPegs for Barcode

Scanning Bitmaps or JPegs for Barcode

Scheduled Pinned Locked Moved Visual Basic
question
2 Posts 2 Posters 0 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.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    I would like to know where to start looking to create an application to read barcodes from images. I have very little knowledge of how an image file works. Does anyone have any ideas on where I can start looking?

    N 1 Reply Last reply
    0
    • L Lost User

      I would like to know where to start looking to create an application to read barcodes from images. I have very little knowledge of how an image file works. Does anyone have any ideas on where I can start looking?

      N Offline
      N Offline
      newalfi
      wrote on last edited by
      #2

      Not sure if this will help - I did it years ago in 'C'. Back then we read the file as a binary input. found the width and height in the bitmap header file ( you should be able to find the structure layout on the net or use an API function. Having discovered the start bit/byte (depends on the format) you can read across the pixels noting the colours. Black on white should be relatively easy. Other colours need some thought! Good luck. I'm sure I've seen a sample of this in VB5 or VB6. I haven't migrated to .Net yet so couldn't say about that. Alan ...

      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