跳至主要內容

TOOLFK tool-online QR code decoding tool

This article recommends [TOOLFK] online QR code decoding, online QR code decoder , you can get the QR code by dragging or uploading the QR code picture, computer camera scanning the QR code, entering the QR code picture address, etc. Content.

Code teaching

The code base that this tool [online QR code decoding tool] depends on is 
https://github.com/davidshimjs/qrcodejs
STEP 1

STEP 2
The core code is as follows
function renderLogo(canvas, url){
    var img = new Image(),
        ctx = canvas.getContext('2d'),
        canvasSize = 200;

    if (!url) {
        ctx.fillStyle = 'rgb(255, 255, 255)';
        ctx.fillRect(0, 0, canvasSize, canvasSize);

        return;
    }

    img.onload = function (){
        var imgSize, zoom,
            imgW = img.width, imgH = img.height;

        canvas.width = canvasSize;
        canvas.height = canvasSize;

        ctx.fillStyle = 'rgb(255, 255, 255)';
        ctx.fillRect(0, 0, canvasSize, canvasSize);

        imgSize = Math.max(imgW, imgH);

        if (imgSize > canvasSize) {
            zoom = canvasSize / imgSize;
            imgW = imgW * zoom;
            imgH = imgH * zoom;
        }

        ctx.drawImage(img, (canvasSize - imgW) / 2, (canvasSize - imgH) / 2, imgW, imgH);
    };

$('#decode-btn').on('click', function (e){
    e.preventDefault();

    $('#decode-text').val("");
    try{
        result = $('#decode-canvas').QRDecode(function (e){
            layer.msg(e.message);
            throw e;
        });
    }catch(err){
        return layer.msg(err.message);
    }
    if (result) {
        $('#decode-text').val(result);
    }
});

留言

此網誌的熱門文章

How to Download tencent video online for free? tencent Video Downloader -VideoFK

In line to see some friends in the query how to download tencent video on the computer, and this article will be introduced "  Videofk.com  " is a free tencent video online video download site, download method is very simple, just copy the video link, paste it into the query box, click on the search button, then you can quickly save mp4 videos to your PC or mobile phone. Visit website link:  https://www.videofk.com/weishi-video-download Tutorial STEP 1 Open   Videofk   website, you need to download the tencent video link to copy and paste it into the bottom, click on the search button below to obtain cover art and movie download button. STEP 2 In  Videofk  After parsing the video?, Are the following methods for you to download? Choose. 1, click on the top cover map of the "  Download  " button to quickly download videos to the local. 2, click on the cover drawing any position, a window will pop up, w...

How to Download Mega videos online for free? Mega Video Downloader — VideoFk

In line to see some friends in the query how to download Mega videos on your computer, and this article will be introduced "  Videofk.com  " Mega is a free online video download site, download method is very simple, just copy the video link, paste it into query box, click on the search button, then you can quickly save mp4 videos to your PC or mobile phone. Visit website link:  https://www.videofk.com/mega-video-download Tutorial STEP 1 Open   Videofk   website, the link to download the video Mega copy and paste it into the bottom, click on the search button below to obtain cover art and movie download button. STEP 2 In  Videofk  After parsing the video?, Are the following methods for you to download? Choose. 1, click on the top cover map of the "  Download  " button to quickly download videos to the local. 2, click on the cover drawing any position, a window will pop up, wait a look at the video buffer, the v...