u need to make crop image on server side and then display it.

If u cant u can put image in div with css like:      width:
100px;height:100px;overflow:hidden;
but it such a waste of traffic especialy if image is big.

On 3 Mar, 11:06, calitom <[email protected]> wrote:
> Hi,
>
> I wanted to know how you do to display the croped part of an image?
> I tryied to crop an image in php, with imagecopyresamled, but with big
> images it didn't work due to my server memory limit...
>
> How can i do to display just a part of an image with top left position
> of area to display and width/height of the area?
>
> In fact i want to display a part of an image in a div...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to