国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 網(wǎng)站 > 幫助中心 > 正文

node 解析圖片二維碼的內(nèi)容代碼實(shí)例

2024-07-09 22:41:48
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

這篇文章主要介紹了node 解析圖片二維碼的內(nèi)容代碼實(shí)例,文中通過(guò)示例代碼介紹的非常詳細(xì),對(duì)大家的學(xué)習(xí)或者工作具有一定的參考學(xué)習(xí)價(jià)值,需要的朋友可以參考下

const {readFile, readFileSync} = require('fs');const decodeImage = require('jimp').read;const qrcodeReader = require('qrcode-reader');const path = require("path");var p = path.resolve(__dirname,"data/qrcode2.jpg"); readFile(p,function(err,fileBuffer){  if(err){    throw new Error(err);    return ;  }   decodeImage(fileBuffer,function(err,image){    if(err){      throw new Error(err);      return ;    }    let decodeQR = new qrcodeReader();    decodeQR.callback = function(errorWhenDecodeQR, result) {      if (errorWhenDecodeQR) {        throw new Error(errorWhenDecodeQR)        return;      }      if (!result){        console.log("gone with wind");      }else{        console.log(result.result); //結(jié)果      }           };        decodeQR.decode(image.bitmap);        });  })

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持武林網(wǎng)之家。

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 凌源市| 旺苍县| 阳城县| 阳朔县| 旌德县| 巴里| 庄浪县| 左贡县| 宁明县| 临湘市| 津南区| 靖宇县| 红原县| 岱山县| 织金县| 祁阳县| 广宁县| 万盛区| 松江区| 仙游县| 乳山市| 南通市| 精河县| 翁源县| 抚州市| 葵青区| 宣威市| 壶关县| 叙永县| 五常市| 襄樊市| 永川市| 灌阳县| 余姚市| 安宁市| 仙桃市| 泉州市| 安仁县| 保定市| 南靖县| 广德县|