Quote:
Originally Posted by maddogsoftware
The vImage routines are all the new ones which are available with ios5 onwards.
These are probably the best ones to use going forward but I probably wouldn't use them in a production app yet because I like to support at least one backlevel ios major version (so currently ios4).
If you're just doing ios5 stuff the functionality looks awesome but for the earlier versions something like my library's not a bad bet!
|
Wow! Didn't know vImage wasn't available before iOS 5! Good to know it's looking good though, because I already started coding using vImage!
BTW, I played a little with your library and it's awesome. I'm just not using it for this particular project because I'm trying to build a real-time edge detection algorithm and need to squeeze as much performance as possible. But I'm considering forking it into a vImage version for iOS 5 devices.
Thanks a bunch, MadDog!