Hi! Thanks for your answers... I used div with overflow hidden and javascript positionning and sizing, and it works... But as zero said, it is a waste of traffic...
My main problem is the memory_limit of my server which is limited. I can't modify a big image using library GD... On Mar 3, 5:36 pm, zero <[email protected]> wrote: > ye i also used it in the past when i need it. > But its just GUI for user to show part of image to be cropped. So u > can than send params to server to crop image. > > On 3 Mar, 17:29, Diodeus <[email protected]> wrote: > > > Take a look at this: > > >http://www.defusion.org.uk/code/javascript-image-cropper-ui-using-pro... > > > On Mar 3, 5:06 am, 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 -~----------~----~----~----~------~----~------~--~---
