|
Re: How to display the Artwork image in the touchscreen
|
08/25/2010 4:48 PM
post64454
|
Re: How to display the Artwork image in the touchscreen
Just as a head's up, Flash's image scaling capability is.....poor. Yes, it can do it, but you won't be happy with the
performance if your source image is bigger than your viewing screen (or image object).
I just finished writing an image scaling library that uses DBUS for communication and QNX's Img library for
manipulations. It ain't quick on our platform, but it does get the job done. We're seeing ~5.5 seconds to scale a ~6mb
JPEG image down to ~400x200 and >25seconds to scale down a 12mbJPEG image. We're running QNX 6.4.1 here.
So, while yes, Flash can do it, if you're not dealing with pre-scaled images, you'll want to find a way to pre-scale
them before ya get the pictures into flash.
- Mike Briggs
|
|
|