I need to create an NSImage from a url. I want to be able to use it in my Mac application.
Please Help!!
let image = NSImage(data: Data(contentsOf: url))