I want to add image interpolation hint as per https://stackoverflow.com/a/14878177/848968
guard let representation = self.bestRepresentation(for: frame, context: nil,hints: NSImageInterpolation) else {
return nil
But i keep getting this exception
Cannot convert value of type 'NSImageInterpolation.Type' to expected argument type '[NSImageRep.HintKey : Any]?'