Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS: Return result/successfully scanned image as base64 data URI in result object #150

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Aug 29, 2014

  1. Return image that was barcoded

    Return image that was barcoded as base64 string in the successCallback
    in the parameter „scanImage“
    bitflower authored and bitflower committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    3e27ea3 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Matthias Max committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    c3e2883 View commit details
    Browse the repository at this point in the history
  3. Fixed orientation in returned result image

    bitflower authored and bitflower committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    0770de3 View commit details
    Browse the repository at this point in the history
  4. Clean up

    bitflower authored and bitflower committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    b18150f View commit details
    Browse the repository at this point in the history
  5. Clean up JS

    bitflower authored and bitflower committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    a2630e5 View commit details
    Browse the repository at this point in the history
  6. Added note for usage of returned scan image.

    Matthias Max committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    c7c672d View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2014

  1. Added additional GS1 barcode format identifiers

    GS1 Data Matrix working
    GS1 QR (to be finished)
    GS1 DataBar (to be finished)
    GS1 128 (to be finished)
    GS1 Composite (to be finished)
    
    + Changed the overlay look to blue with rounded corners
    bitflower committed Dec 4, 2014
    Configuration menu
    Copy the full SHA
    37427cc View commit details
    Browse the repository at this point in the history