Method: CIFilter.perspective_transform_with_extent

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

.perspective_transform_with_extent(*options) ⇒ Object

CIPerspectiveTransformWithExtent PENDING



584
585
586
# File 'lib/sugarcube-image/cifilter.rb', line 584

def perspective_transform_with_extent(*options)
  return _create_filter('CIPerspectiveTransformWithExtent', options)
end