-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSX - High Sierra support #3
Comments
Sorry, I have no MacOS X to test and not aware about possible matplotlib or exiftool libs specific operations. |
I got it to work on macOS Catalina by adding a couple lines and changing one of them. Near the top of the file, before the existing line:
Then search for this line (it's about line 140): And comment it out and replace it with these two lines, so it looks like this:
replaced this line (it's around line 74)
Hope this helps someone. |
Thanks, mikeMikeyMike! I added a couple of things to make this work with a new python installation on OS X Catalina: First - at line 123 replaced: and at line 1236 replaced: to get rid of the error messages. Then I noticed that the yellow circle noting Focus Location was not properly scaled on raw images (e.g., "Focus Location" might be 3008 2000 1334 904 on a image 6048x4024 - so I added the following two lines after 1153: to scale the location appropriately. Now the Focus Location on the ARW and JPG images agree... :-) |
Would love to see this adapted to work on OSX, specifically High Sierra. I don't know enough python to fix this but I am able to at least get the UI to launch with Python 2.7. However, when I click Open and chose the file nothing else happens or displays.
The text was updated successfully, but these errors were encountered: