10/5/2010 8:59:41 AM
Title:
Crop an image
How to crop an image in AIR?
10/5/2010 10:03:30 AM
there is nothing like cropping in flex. you need load bitmap and then you can do anything with a bitmap. To achieve cropping functionality you should select the part of bitmap and copy pixels of selected area to new bitmap and discard the old bitmap. All this functionality is provided by bitmap class in flex
10/5/2010 10:19:22 AM
can you provide me a sample code for that.I am new to Flex.Thanks for the help.
10/5/2010 11:07:31 AM
check this example to crop image in flex
http://www.flexer.info/2008/10/16/how-to-crop-and-resize-an-image-used-as-background-for-canvas/