(keitai-l) Re: P502i image size

From: Juergen Specht <js_at_anima.de>
Date: 09/26/00
Message-ID: <39D0B67B.8220042F@anima.de>
Renfield Kuroda wrote:
> 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">

If you create an image from a CGI, make sure you send the 
right headers (!) and why do you don't send the right 
width/height tags? I assume that your graph can be in the same
size all the time, only the graph changes, right?
So this:

<img src="get_graph.cgi" width="96" height="117">

should do the trick.

J.
Received on Tue Sep 26 17:39:11 2000