package zbar

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t

Type of a ZBar image (zbar_image_t *).

val destroy : t -> unit

destroy i frees the memory used by i.

val convert : t -> string -> t

convert i fmt converts i to the pixel format described by fmt, using the fourcc notation (http://www.fourcc.org). Use "GREY" to obtain an image from which ZBar can decode symbols.