RE: [flexcoders] How to improve BitmapData processing speed?

2007-12-03 Thread Alex Harui
Image processing is always CPU intensive. Flash is not optimized for it either. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Larry Zhang Sent: Monday, December 03, 2007 2:03 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

Re: [flexcoders] How to improve BitmapData processing speed?

2007-12-03 Thread DreamCode
How big is the image you're processing in pixels? You have to consider that processing a 400x400 pixel image is a loop of 160k iterations Now multiply that by the number of cpu cycles pr. pixel and you will start to see scary numbers. --allan On 12/3/07, Alex Harui [EMAIL PROTECTED]