Skip to content

Commit 66c3ace

Browse files
2 parents 95fad80 + b172c2d commit 66c3ace

File tree

7 files changed

+28
-2
lines changed

7 files changed

+28
-2
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,10 @@
1111
/build
1212
/captures
1313
.externalNativeBuild
14-
.cxx
14+
<<<<<<< HEAD
15+
.cxx
16+
=======
17+
.cxx
18+
19+
/BrotherPrintLibrary/
20+
>>>>>>> b172c2df64b21b7735d5314a9a6b913c7392542d

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<img align="right" src="./screenshots/screenshot-scan-options.jpg" data-canonical-src="./screenshots/screenshot-scan-options.jpg" width="216" height="432"/>
44

5-
**Allowing you to use your camera to build labels from Driver's Licenses, Camera2Label Labels or existing labels**
5+
**Use your phone camera to build labels from Driver's Licenses, or existing labels**
66

77
Camera2Label supports generating, saving and printing labels from Driver's Licenses, Camera2Label Labels, or existing labels.
88

@@ -14,3 +14,18 @@ This is a Native Android application targeting SDK version 19 or higher (Android
1414

1515
A full gradle project is provided but there are dependencies that are not bundled.
1616
**Dependencies:** [Brother Print Library](https://developerprogram.brother-usa.com/sdk-download)
17+
18+
# Sample files used for testing.
19+
20+
## 2-Lined Labels
21+
<img src="./samples/sample_2_label.jpg"/>
22+
<img src="./samples/sample_2_label.PNG"/>
23+
24+
## 3-Lined Labels
25+
<img src="./samples/sample_3_label.png"/>
26+
27+
## 4-Lined Labels
28+
<img src="./samples/sample_4_label.jpg"/>
29+
30+
## License Rear - PDF417
31+
<img src="./samples/sample_pdf417.PNG"/>

app/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@ android {
88
applicationId "com.challenge.license2label"
99
minSdkVersion 19
1010
targetSdkVersion 28
11+
<<<<<<< HEAD
1112
versionCode 2
1213
versionName "2.0-BUGFIX"
14+
=======
15+
versionCode 1
16+
versionName "1.0"
17+
>>>>>>> b172c2df64b21b7735d5314a9a6b913c7392542d
1318
multiDexEnabled true
1419

1520
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
11 MB
Binary file not shown.
13.8 MB
Binary file not shown.
-49.4 KB
Loading
-106 KB
Loading

0 commit comments

Comments
 (0)