ImageProcess
public struct ImageProcess : Codable
An image process option type.
-
Undocumented
Declaration
Swift
public init(url: URL, resize: ResizeStrategy = .clip, crop: CropMode = .center, width: Int, height: Int) -
Undocumented
See moreDeclaration
Swift
public enum ResizeStrategy : String, Codable -
Undocumented
See moreDeclaration
Swift
public struct CropMode : OptionSet, Codable
View on GitHub
ImageProcess Structure Reference