Method: CIFilter.perspective_transform

Defined in:
lib/sugarcube-image/cifilter.rb

.perspective_transform(*options) ⇒ Object

CIPerspectiveTransform PENDING



578
579
580
# File 'lib/sugarcube-image/cifilter.rb', line 578

def perspective_transform(*options)
  return _create_filter('CIPerspectiveTransform', options)
end