kvImageDoNotTile
A flag that disables vImage internal tiling routines.
Declaration
var kvImageDoNotTile: Int { get }Discussion
When you set this flag, vImage turns off internal tiling. Set this flag if you want to perform your own tiling or your own multithreading, or to use the minimum or maximum filters in place.