Searched refs:binarize (Results 1 – 2 of 2) sorted by relevance
161 public static function binarize($frame) function in QRtools221 QRimage::png(self::binarize($frame), $fileName, 1, 0);3281 file_put_contents($outfile, join("\n", QRtools::binarize($code->data)));3283 return QRtools::binarize($code->data);
618 $qrTab = $this->binarize($this->data);644 * @param $frame (array) array to binarize647 protected function binarize($frame) { function in jucksearm\\barcode\\lib\\QRcode