On Sat, 23 Feb 2002, Jim Hull wrote:

> - ------ Begin ------
> 
>         print $q->header(
>                 -type=> 'image/gif',
>                 -expires=> 'now'
>         );
> 
>         print $im->jpeg(100);
> 
> - ------ End --------
you send a jpeg, with a gif-header ....

send image/jpeg instead of image/gif

ciao

Reply via email to