Skip to content
#

zxing

Here are 223 public repositories matching this topic...

ollietb
ollietb commented Sep 1, 2017

I'm getting this error on an application which is scanning multiple QR codes over long periods

Failed to read QR code. Finished up all reserved function pointers. Use a higher value for RESERVED_FUNCTION_POINTERS.

@schmich could you please recompile the script with more pointers as described [here](https://kripken.github.io/emscripten-site/docs/porting/connecting_cpp_and_javascript/Interacti

🔥 ZXing的精简版,优化扫码和生成二维码/条形码,内置闪光灯等功能。扫描风格支持:微信的线条样式,支付宝的网格样式。几句代码轻松拥有扫码功能 ,ZXingLite让集成更简单。(扫码识别速度快如微信)

  • Updated Jun 7, 2020
  • Java

🐈 RxJava+Retrofit+Okhttp+Glide + A life tool App, contains modules: news; jokes; constellation fortune; LED; weather; calendar; two-dimensional code, and more ... 小秋魔盒是一个生活工具 App,主要功能有:新闻资讯;微信精选美文;笑话趣图;星座运势;LED字幕;天气;日历;二维码;手电筒;老黄历。在开发中尽可能多的用了目前比较流行的框架和库。

  • Updated Jun 15, 2020
  • Java
chenaonan88
chenaonan88 commented Jul 23, 2019
  1. 代码是这样的:<img src="http://img-1255379270.cosbj.myqcloud.com/website/iconWeb/phone-1.png" class="foot-img" style="height: 34px; width: 34px; background-color: rgb(17, 17, 17); vertical-align: middle; border-radius: 50px;">

  2. 浏览器展示是圆图: http://test-1255379270.cosbj.myqcloud.com/Snipaste_2019-07-23_14-26-03.png

  3. html 转图片生成的图片为:[http://test-1255379270.cosbj.myqcloud.com/Snipaste_201

yurivict
yurivict commented Apr 20, 2019

clang-6 prints these warnings that seem important:

/usr/ports/textproc/zxing-cpp/work/zxing-cpp-e0e40dd/cli/src/jpgd.cpp:568:170: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
static const int s_extend_offset[16] = { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1, ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1, ((-1)<<9) + 1, ((-1
jnjaga24
jnjaga24 commented Sep 19, 2019

My angular cli version details
Angular CLI: 6.2.9
Node: 8.9.1
OS: win32 x64.

On installing the package and including

// Common imports
import { NgModule /* , ... */ } from '@angular/core';

// Import the package's module
import { ZXingScannerModule } from '@zxing/ngx-scanner';

@NgModule({
declarations: [ /* AppComponent ... */ ],
imports: [

    // BrowserModule,

Improve this page

Add a description, image, and links to the zxing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the zxing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.