Barcode

From Rosetta Code

A barcode is an optical machine-readable representation of data relating to the object to which it is attached. For more information see barcode

If possible provide a function(s) to get a Barcode, Writing functions can:

  • write Barcodes (in array map)
  • read Barcodes (from array map)

And basic output/input functions to check the results is available in the article (PPM format)

  • write a ppm file Contain barcode data
  • read a ppm file to get a data of barcode

Types of barcodes

Linear barcodes

Matrix (2D) barcodes


This page is a stub. It needs more information! You can help Rosetta Code by filling it in!