EFStyleResampleImageParamsImage
public class EFStyleResampleImageParamsImage
Image configuration for resampling in resample image QR codes.
-
Creates an image configuration for resampling.
Declaration
Swift
public init( image: EFStyleParamImage, mode: EFImageMode = .scaleAspectFill, contrast: CGFloat = 0, exposure: CGFloat = 0 )Parameters
imageThe image to be used for resampling.
modeThe image mode for resampling. Defaults to scaleAspectFill.
contrastThe contrast adjustment. Defaults to 0.
exposureThe exposure adjustment. Defaults to 0.
View on GitHub
Install in Dash