Image.show()
Shows image in Preview.app
Crashes with invalid path for Preview.app
As part of security improvements, operating system is now separated from user data in macOS 10.15, in a read-only volume. [ref]
/Applications/Preview.app is now /System/Applications/Preview.app.
Thanks for testing Pillow with beta macOS! I've created PR #3896 to address this.
The best option compatible with all macOS systems would be: open -a Preview <params>
The best option compatible with all macOS systems would be:
open -a Preview <params>
The PR has open -a Preview.app. Is it better to omit the .app extension?
basically it's the same. .app extension will say explicitly that you opens the app.
Most helpful comment
Thanks for testing Pillow with beta macOS! I've created PR #3896 to address this.