-
Notifications
You must be signed in to change notification settings - Fork 7
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
NoSuchMethodError #5
Comments
Hello @wangshufu, thank you for reporting this bug. I'll try to fix it soon! |
private suspend fun renderHevcImageWithFormat(
|
Hello, @lincollincol have you any updates about this problem? |
Hello @AlexGolovach. Currently, I don't have enough time to fix it fast but I'm still looking for a solution at free time |
Running in Android 10 is successful ,but Android 7.1.1 is failure
HeifConverter.useContext(this)
.fromFile("/sdcard/nut/IMG_61072668.heic")
.withOutputFormat(HeifConverter.Format.JPEG)
.withOutputQuality(100)
.saveFileWithName("Image_Converted_Name")
.saveResultImage(true)
.convert {
println(it[HeifConverter.Key.IMAGE_PATH] as String)
resultImage.setImageBitmap((it[HeifConverter.Key.BITMAP] as Bitmap))
}
This file exists!!!
The text was updated successfully, but these errors were encountered: