I am working on a simple scale & crop tool for user uploaded images.   
In order to perform the "crop" I use the BitmapData.copyPixels  
feature with the original image and a rectangle representing the crop  
area.  it all works fine until I want to scale the image as well.

Looking at the docs, it appears that copyPixels only works on non- 
scaled images.  Any thought on how I can achieve this?  Am I going  
about this the correct way.  It seems some others are working on  
cropping tools as well.  I would love to share some thoughts online  
or off about the way you are approaching it.

Thanks, Kevin

Reply via email to