(keitai-l) Re: P502i image size

From: Renfield Kuroda <Renfield.Kuroda_at_msdw.com>
Date: 09/29/00
Message-ID: <39D465C2.50F63DFC@msdw.com>
Thanks all for the input. Seems on the P209i as well there are display issues,
so it looks like it's a rendering problem with Panasonic's browser.
We're going to dynamically output the img tag with w and h set correctly and
hope that fixes it.

Interesting thing is: displaying a static image w/o h and w in the img tag
displays ok, it only seems to screw up when the image is dynamically output to
the browser -- works on all other handsets tested.

Panasonic' browser is fast, but that's an annoying bug!

r e n


Kevin Markowitz wrote:

> Ren,
>
> Jeurgen is quite correct, you should be sending the height and width to the
> img tag.  This does two things, it allows the browser to allocate the space
> to display the image, and by pre-allocating the space it also speeds up the
> time to display the image.
>
> Keep in mind that, for speed, you should make your returned image exactly
> the specified size.  If the image is not the specified size, the browser has
> to perform some time intensive gyrations to automatically resize the image
> to fit.
>
> Regards,
> Kevin.
> Symfotech - Software for the Wireless Internet
>
> >From: Renfield Kuroda <Renfield.Kuroda@msdw.com>
> >Date: Tue, 26 Sep 2000 23:32:03 +0900
> >
> >According to spec, the largest image size supported on P502i is
> >96x117, but I am seeing strange results with images that are created
> >directly from a cgi script. That is, the image tag looks like:
> >
> ><img src="get_graph.cgi">
> >
> >instead of
> >
> ><img src="image.gif" width="96" height="117">
> >
> >Perhaps the P502i doesn't like not having width/height parameters?
> >I've got to play around some more, but anyone else experience this?
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> Share information about yourself, create your own public profile at
> http://profiles.msn.com.

--
ascii: r e n f i e l d
octal: \162 \145 \156 \146 \151 \145 \154 \144
hex: \x72 \x65 \x6e \x66 \x69 \x65 \x6c  \x64
morgan stanley dean witter japan
e-business technologies | engineering and strategy



-- Binary/unsupported file stripped by Listar --
-- Type: application/x-pkcs7-signature
-- File: smime.p7s
-- Desc: S/MIME Cryptographic Signature
Received on Fri Sep 29 12:44:18 2000