Home
last modified time | relevance | path

Searched refs:binarize (Results 1 – 2 of 2) sorted by relevance

/plugin/qrcode2/
H A Dphpqrcode.php161 public static function binarize($frame) function in QRtools
221 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);
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php618 $qrTab = $this->binarize($this->data);
644 * @param $frame (array) array to binarize
647 protected function binarize($frame) { function in jucksearm\\barcode\\lib\\QRcode