Skip to main content

NukeImageProcessor

This class provides resizing operations for UIImage. It internally uses Nuke processors to implement operations on images.

open class NukeImageProcessor: ImageProcessor 

Inheritance

ImageProcessor

Methods

crop(image:to:)

open func crop(image: UIImage, to size: CGSize) -> UIImage? 

scale(image:to:)

open func scale(image: UIImage, to size: CGSize) -> UIImage 

Did you find this page helpful?