You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by _Eynob _ <ey...@hotmail.com> on 2010/02/12 19:12:43 UTC

problem dynamic image - explorer

Hi

Im creating a dynamic image with the DynamicImageResource, and my problem with this is in explorer, since my generated image is a png and there(explorer) when i choose 'save as..' it try to save it as a 'bmp'.

In firefox it works well and when i try to save it, i get the image as 'png'.

Someone know what should i set for explorer to know the type of the image ?


When it renders the image tag has this format:

<img width="600" height="850" src="?wicket:interface=modal-dialog-pagemap:10:svgImage::IResourceListener::" class="svgImage" id="id15a">

So i guess the problem is in the 'src' attribute


Any help will be appreciated..

thanks.

 		 	   		  
_________________________________________________________________
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969

Re: problem dynamic image - explorer

Posted by arronlee <ar...@gmail.com>.
So I wonder which format is the one you prefer? PNG? BMP? I think you can
totally take it easy because there are so many conversion tools online for
users to choose from. I hope you success. Good luck.



Best regards,
Arron



-----
Best Regards,
Arron



| Image Processing SDK  |


Next Tomorrow is Another Day.
--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/problem-dynamic-image-explorer-tp1849071p4662477.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: problem dynamic image - explorer

Posted by pechenique <ey...@hotmail.com>.
Hi, (Monday, back to work :) )

The DynamicImageResource im using has by default 'contentType = "image/" +
format;' where format is 'png'..

So, i think there is no need to set again the content type, or you mean set
the content type in other place?

Could be a problem in explorer that doesn't recognize the type of the
dynamic image?


thanks,




igor.vaynberg wrote:
> 
> make sure you correctly set the content type
> 
> -igor
> 
> On Fri, Feb 12, 2010 at 10:12 AM, _Eynob _ <ey...@hotmail.com> wrote:
>>
>> Hi
>>
>> Im creating a dynamic image with the DynamicImageResource, and my problem
>> with this is in explorer, since my generated image is a png and
>> there(explorer) when i choose 'save as..' it try to save it as a 'bmp'.
>>
>> In firefox it works well and when i try to save it, i get the image as
>> 'png'.
>>
>> Someone know what should i set for explorer to know the type of the image
>> ?
>>
>>
>> When it renders the image tag has this format:
>>
>>  ?wicket:interface=modal-dialog-pagemap:10:svgImage::IResourceListener:: 
>>
>> So i guess the problem is in the 'src' attribute
>>
>>
>> Any help will be appreciated..
>>
>> thanks.
>>
>>
>> _________________________________________________________________
>> Hotmail: Powerful Free email with security by Microsoft.
>> https://signup.live.com/signup.aspx?id=60969
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/problem-dynamic-image---explorer-tp27567365p27593795.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: problem dynamic image - explorer

Posted by Igor Vaynberg <ig...@gmail.com>.
make sure you correctly set the content type

-igor

On Fri, Feb 12, 2010 at 10:12 AM, _Eynob _ <ey...@hotmail.com> wrote:
>
> Hi
>
> Im creating a dynamic image with the DynamicImageResource, and my problem with this is in explorer, since my generated image is a png and there(explorer) when i choose 'save as..' it try to save it as a 'bmp'.
>
> In firefox it works well and when i try to save it, i get the image as 'png'.
>
> Someone know what should i set for explorer to know the type of the image ?
>
>
> When it renders the image tag has this format:
>
> <img width="600" height="850" src="?wicket:interface=modal-dialog-pagemap:10:svgImage::IResourceListener::" class="svgImage" id="id15a">
>
> So i guess the problem is in the 'src' attribute
>
>
> Any help will be appreciated..
>
> thanks.
>
>
> _________________________________________________________________
> Hotmail: Powerful Free email with security by Microsoft.
> https://signup.live.com/signup.aspx?id=60969

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org