1
votes

By default, Android has the decoders to display the following images formats: jpg, png, bmp, and gif. If I want to develop an application which can display other image formats (like tiff, psd, pcx, mat, mng) which library (using c or c++ or java) should I use to achieve this?

1

1 Answers

0
votes

Your question is not really about Android, but more about which language is suited for the task. Native code can perform better than Java, but since it sounds like you will be using someone else's code then the real question becomes "what is available?" You can write an Android imaging application in Java or C/C++, that's up to you.