Skip to content

Commit 503106b

Browse files
committed
pinch zoom, flash, enhancement
1 parent 025dd18 commit 503106b

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

.idea/markdown.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ Key Features :
3535
- Control the features of GTI.
3636
- Set text size.
3737
- Image File GeoTagging
38+
- Camera Aspect Ratio Customization
39+
- Camera Flash Customization
40+
- Camera Zoom Customization
3841
```
3942

4043
### Gradle
@@ -94,7 +97,7 @@ Add dependency in your `build.gradle` (module-level) file :
9497
```groovy
9598
dependencies{
9699
97-
implementation 'com.github.dangiashish:GeoTagImage:1.2.1'
100+
implementation 'com.github.dangiashish:GeoTagImage:1.2.2'
98101
}
99102
```
100103
#### OR
@@ -103,7 +106,7 @@ Add dependency in your `build.gradle.kts` (module-level) file :
103106
```groovy
104107
dependencies{
105108
106-
implementation("com.github.dangiashish:GeoTagImage:1.2.1")
109+
implementation("com.github.dangiashish:GeoTagImage:1.2.2")
107110
}
108111
```
109112

@@ -217,6 +220,7 @@ geoTagImage.showAppName(true)
217220
geoTagImage.setImageQuality(ImageQuality.LOW) // Deprecated
218221
geoTagImage.setImageExtension(PNG)
219222
geoTagImage.setLabel("Clicked By") // Upload By || Author || Captured By
223+
geoTagImage.setCameraAspectRatio(GeoTagImage.Ratio_4X3)
220224

221225
```
222226

0 commit comments

Comments
 (0)