Beyka / Android-TiffBitmapFactory

MIT License
131 stars 46 forks source link

Base 64 tiff string #20

Open ananthra opened 7 years ago

ananthra commented 7 years ago

I have base 64 encode string tif format string from the web-service how i can display the android image view if you have any example let me know..

I have lot searched after Found your source .. Your source through file path only.. We need string data how can i display image View ..

Please help me asap....

Beyka commented 7 years ago

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. After that you can decode this image by file path..

ananthra commented 7 years ago

Can You Send me the sample ..

Beyka commented 7 years ago

Could you give new example of your base 64 formatted Tiff?

ananthramasamy23 commented 7 years ago

I don't have .. can you send me example source...