in Diffusion-macOS/DiffusionImage+macOS.swift [91:96]
func writableTypes(for pasteboard: NSPasteboard) -> [NSPasteboard.PasteboardType] {
return [
NSPasteboard.PasteboardType.fileURL,
NSPasteboard.PasteboardType(rawValue: UTType.png.identifier)
]
}