We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug crash on marking an image with text then save the image to jpg
To Reproduce
ImageMarker.markText({ backgroundImage: { src: src, scale: 1, rotate: 0, alpha: 1, }, watermarkTexts: [{ text: `${this.address}${'\n'}Latitude: ${coordinate.latitude} Longitude: ${coordinate.longitude}${'\n'}${new Date(time.dateTime).toLocaleString()}${'\n'}`, positionOptions: { position: Position.bottomCenter }, style: { color: '#FFFFFF', fontSize: 10, fontName: 'Arial', textBackgroundStyle: { paddingX: 10, paddingY: 10, type: TextBackgroundType.stretchX, color: 'transparent', }, }, }], quality: 100, filename: 'test', saveFormat: ImageFormat.jpg, maxSize: 1000 })
Expected behavior no problem on other device but get crash on this particular device
Screenshots
Development environment(please complete the following information):
Smartphone (please complete the following information):
anyone help please 🥺
The text was updated successfully, but these errors were encountered:
@Zetakai What SDK level are you using? You need API level 24 or above to use it.https://developer.android.com/reference/java/util/concurrent/CompletableFuture
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
crash on marking an image with text then save the image to jpg
To Reproduce
Expected behavior
no problem on other device but get crash on this particular device
Screenshots
Development environment(please complete the following information):
Smartphone (please complete the following information):
anyone help please 🥺
The text was updated successfully, but these errors were encountered: