• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

How to convert any normal image to HD quality image

  • Thread starter Thread starter Android Question
  • Start date Start date
A

Android Question

Guest
Hi,
I'm new to android world. I'm developing android app with Windows, Eclipse and Android 2.3 version. I'm trying to develop one application which would convert any normal image to HD quality image. Does android have any libraries to convert to HD quality or better than that ?
 
Welcome to Android Forums!

It sounds like what you're trying to do is create bits of data between the pixels to "fill in the blanks" and create a larger-pixel image. Digital zoom does this exact same thing using a process called interpolation: it zooms to the limit of the optical zoom and then the computer takes its "best guess" as to what is between those pixels and fills it in. That's why digital zoom is not, nor will it ever be, as accurate or good as an optical zoom. I do not know why you would take a non-HD image and convert it to HD, as half the image will be interpolated... but that's what you want to do and I am not here to discourage you. I hope you succeed. But I do not personally know of any interpolation software in the Android libraries.

Now if I read this completely wrong and you are asking something entirely different, then I apologize and invite you to log in and explore the Application Development Forum, where fellow coders hang out and perfect their code. I hope this helps and wish you all the best in your endeavors!

:)
 
Back
Top Bottom