pub unsafe static kCIInputIgnoreImageOrientationKey: Option<&'static CIRAWFilterOption>👎Deprecated: Use new CIRAWFilter class instead.
Available on crate feature
CIRAWFilter_Deprecated only.Expand description
NSNumber (BOOL) : Normally, an image is loaded in its proper orientation, given the associated metadata gives an indication about the orientation. For special purposes it may be useful to load the image in its physical orientation. The exact meaning of this is dependent on the image in question. The default value is NO.
See also Apple’s documentation