PDA

View Full Version : Image Cropper


maani786
09-10-2008, 05:33 AM
hi to all
i want to create an image cropper application using flash CS3 and php. i have a MovieClip which contain a UILoader and uiloader is used to load images dynamically. what i am looking for is that i want to create a skin or window which can be drawn on image when ever user enter into cropper frame, and that can be resizeable (should contain points at edges or center of side lines). and one more thing when cropping window appears on the image the portion of image under the window remain clear and rest of image area should be blur. so that user can feel the difference..

any suggestion in this regard will be highly appreciated

Regards
maani

maani786
09-12-2008, 01:53 AM
i think its not impossible in flash cs3 and here very professional developer are using this forum..

no one have any suggestions regarding this issue?

ok tell me someone who is expert in as3 that it can be done or not?

thanks
maani

Dail
09-14-2008, 03:50 AM
You can create the transformation controls using Greensocks Transform Manager, http://blog.greensock.com/transformmanageras3/ or use Senoculars fee class for doing similar things..http://www.senocular.com

Use either of those classes to create your cropper tool.

When your user has selected the part of the image you want, capture the relevant bitmapdata and send it to your PHP script for saving or whatever.