0

I want to do some image processing for an iPhone app. I found that vImage is the library (probably in native C) for iOS 5.0 and greater.

How can I use this library if I am using Xamarin for the app development?

Stephen Canon
  • 103,815
  • 19
  • 183
  • 269
Pratik Kothari
  • 2,446
  • 2
  • 32
  • 54

1 Answers1

0

vImage support is in the Monotouch.Accelerate namespace. This sample from Xamarin utilizes vImage.

Jason
  • 86,222
  • 15
  • 131
  • 146