Aleksey
Aleksey
> > Try to set TiffBitmapFactory.Options.inAvailableMemory to 512Mb. If converter exit immediately, it's mean that maybe it's not enough memory to process image. > > @Beyka I suppose you mean...
Bad release. Maybe in this year I will make new release with changes for Android Q
Hello. Lib could decode only files from file system, non from memory. Only way for you is decode your string to bytes and save as file to your file system....
Could you give new example of your base 64 formatted Tiff?
"Hi i am trying to convert tiff to jpeg format but my output is showing last captured image " What you mean? If you trying convert few images, you should...
if your tiff contains few directories, you could use code like this: ``` TiffConverter.ConverterOptions options = new TiffConverter.ConverterOptions(); options.throwExceptions = false; //Set to true if you want use java exception...
Check is this FileDescriptor not opened in one more place.
Sorry for long replay) could you provide some logs? Also why path to file is so strange? do you use content provider to get file?
Hi. In this year i have no time for project( I hope next year i will continue to do it better
@therealbluepandabear @adachi-hideki Deleted closing of IMAGE in native if it was oppened from FD. Please try 0.9.9.1 build