HEIF-converter icon indicating copy to clipboard operation
HEIF-converter copied to clipboard

Converter for High Efficiency Image Format(HEIF)

Results 4 HEIF-converter issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Give file source call convert it crashes ``` java.lang.RuntimeException: infe not implemented at linc.com.heifconverter.iso14496.part12.ItemInfoEntry.getContent(ItemInfoEntry.kt:27) ``` **To Reproduce** Steps to reproduce the behavior: 1. download heic sample from...

bug

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!!! java.lang.NoSuchMethodError:...

bug

Presently, we can only specify the filename for the converted file, and it is automatically saved to a predetermined location. It would be beneficial to provide users with the option...