[android-developers] Re: how to play a 8192*8192 image ?
Then you need to tell them it is impossible. Ask them what the maximum
resolution is of the output they desire. And i'm curious which output-
device your clients have in mind if it needs a 8192x8192 resolution.
Anyway, if it is an HDTV, more than 1920x1080 is not necessary. And if
you hook up the phone to an output-device using HDMI, more than 1080p
is not supported...
If it is an Android phone, more than 854x480 is not necessary.
They still can supply you with a 8192x8192 image, but for display you
need to scale it down to the display resolution
(BitmapFactory.Options.inSampleSize having a value greater than 1).
On Jun 27, 8:02 pm, xhy <xhyg...@gmail.com> wrote:
> In fact the clients demand it,so i have no idea.
>
> 2010/6/28 Kostya Vasilyev <kmans...@gmail.com>
>
>
>
>
>
> > 27.06.2010 21:25, Streets Of Boston пишет:
>
> > Wow, do you have a big screen TV capable of displaying 8192*8192 pixel
> >> images!?
> >> I doubt it:-)
>
> >> If you have an HDTV of 1080p, then the max resolution is 1920*1080
> >> (about 2MPixels). There's no need to go larger.
>
> > Besides, the phone's real output resolution might be even smaller (to match
> > the screen).
>
> > --
> > Kostya Vasilev -- WiFi Manager + pretty widget --
> >http://kmansoft.wordpress.com
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.
> > To post to this group, send email to android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscribe@googlegroups.com<android-developers%2Bunsubs-cribe@googlegroups.com>
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> --
> xhy- Hide quoted text -
>
> - Show quoted text -
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home