Documentation ¶ Index ¶ func Scan(img *image.Gray) ([][]byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Scan ¶ func Scan(img *image.Gray) ([][]byte, error) Scan is a raw wrapper around zbar's scan API. In particular, the backing store for the img argument must be allocated outside Go because it is retained across Cgo calls (but not after Scan completes). Types ¶ This section is empty. Source Files ¶ View all Source files zbar.go Click to show internal directories. Click to hide internal directories.