init(rawValue:)
Creates an image feature option key from a raw value string.
Declaration
init(rawValue: String)Parameters
- rawValue:
A string that represents the name of the image feature option key.
Discussion
Don’t use this initializer directly. Create an image option key with cropAndScale or cropRect instead.