I am trying to find out which algorithm is used to resize image when I called sips -z function from the terminal mac os x yosemite.
It seems Lanczos algorithm used in vImage framework. And it is claimed as "vImage’s geometry transforms usually look better than what you get from Quartz 2D or Core Image". Does SIPS uses Quartz 2D, Core Image, vImage or something else?