Here is a clue, provided by https://talk.tidbits.com/t/nikon-raw-nef-files-os-15-quicklook-feature/30855/1.They don’t have a clue, it’s a bug with 15.4 a reinstall won’t help
I had to buy another MacBook just to go through my photos and then returned it, any anyone tried the 15.5 beta to seem if its fixedSame with Niko D750 NEF files. They are really a bunch of idiots at the software department nowadays, not a single update that doesn't break something. I have hundreds of photos to sort and this not doesn't work for almost a month.It is really time to switch back to Windows.
Good, we need to hurt them in the pocket, that’s the only way they will take note and understand that they destroyed the whole software experience of every single product they sell.I had to buy another MacBook just to go through my photos and then returned it, any anyone tried the 15.5 beta to seem if its fixed
Not a plugin, but I just use FastRawViewer; cost about $18.Maybe a silly question, but are there any third-party QuickLook plugins that one could install to read various RAW files better? Do users have to rely on Apple specifically here?
I ask because I've definitely worked with apps that installed their own QuickLook plugins for their specific file types so that they could be previewed in the Finder.
You are right. Strange that ARW files from you present this default now too. not for me, all my ARW files from different SONY cameras are fine. Only DNG files are affected except those from older camerasThis have nothing to do with Adobe or Camera Raw, it is an Apple problem. I updated yesterday to Sequoia 15.4.1 and now I cannot preview any of my ARW photos from my Sony cameras through many years. Apple says that they can contain malware! This is ridiculous and I hope Apple soon come with a new update!
You don't have to wait for Apple to fix the problem, you can remove the quarantine attribute from the images.This have nothing to do with Adobe or Camera Raw, it is an Apple problem. I updated yesterday to Sequoia 15.4.1 and now I cannot preview any of my ARW photos from my Sony cameras through many years. Apple says that they can contain malware! This is ridiculous and I hope Apple soon come with a new update!
set theFolder to choose folder with prompt "Please select a folder:"
set FolderPath to POSIX path of theFolder
do shell script "xattr -rd com.apple.quarantine " & quoted form of FolderPath
That is too complicated and I don't know how to do that! :-(You don't have to wait for Apple to fix the problem, you can remove the quarantine attribute from the images.
AppleScript that asks you to select the folder with images and removes the com.apple.quarantine from them
Run a script in Script Editor on MacAppleScript:set theFolder to choose folder with prompt "Please select a folder:" set FolderPath to POSIX path of theFolder do shell script "xattr -rd com.apple.quarantine " & quoted form of FolderPath
https://support.apple.com/en-euro/guide/script-editor/scpedt1069/mac
Open Script Editor (/Applications/Utilities/Script Editor.app ), copy-paste the code and click the Run button. In the window that opens select the folder that contains the ARW files. That’s it.That is too complicated and I don't know how to do that! :-(
For my RAWs, the quarantine attribute is not set, so there is nothing to remove.You don't have to wait for Apple to fix the problem, you can remove the quarantine attribute from the images.
I understood that, I was addressing the “contain malware” issue reported now twice.For my RAWs, the quarantine attribute is not set, so there is nothing to remove.
Edit: Read your conversation with @Jippet more carefully. It is likely in this specific case that there is a quarantine issue which your script should fix. Attempting to clear a non-existent quarantine attribute would not assist the rest of us with the Quick Look problem.
defaults read /Library/Application\ Support/Adobe/Plug-Ins/CC/File\ Formats/Camera\ Raw.plugin/Contents/Info.plist CFBundleShortVersionString