Closed ropma closed 5 years ago
I'll need about 4 days before I can test it out
No problem - thanks.
The second commit fixes the rendering problem with flipped images reported in PR #143. And also contains some minor code improvements (missing keyword 'local' for local variables)
This is what shows up immediately when I try to open it on mac. I can't figure out where it's coming from. Maybe something with the editor you used isn't compatible with Mac?
Usually uninstalling the plugin and reinstalling it fixes it whenever a new class file is added, but that's not doing the trick here for me.
MogrifyUtils essentially creates a command line, which is then executed using LrTask.execute (similar to ExifUtils). There are no direct dependencies to the ImageMagick/Mogirfy installation. I used a LUA 5.1 compiler to check the syntax during development . I don't understand why there a loading problem on a Mac. I will ask a friend if I can do a test on his Macbook...
Hopefully i can work on it this weekend too
I deleted everything I had locally and then reinstalled it fresh and it worked. Must had been something weird on my part. Looks great. I'm going to merge this over into master now. Nice job!
With the removal of the options section, there isn't any UI to the set or unset the LR preference parameter mogrifyUsage. Thus the usage of the parameter is removed.
I don't know if this fix also solves the load problem of MogrifyUtils on a Mac.