Problems with PhotoGPSEditor and PhotoInfoEditor, and Mac OS X 10.6 (Snow Leopard)
Well, I have tracked down the problem with PhotoGPSEditor and PhotoInfoEditor when running under Mac OS X 10.6 (Snow Leopard)…
The problem is this line: [NSImage imageFileTypes]
Under 10.4 and 10.5 it would return data in the same format, which was admittedly a strange format, but it came back on a predictable way so at least it could be handled, and the required file type, i.e. jpg, jpeg, JPEG etc. easily extracted.
Under 10.6 the format of the data returned has been changed…. and this is causing the problem.
The fix is fairly straight forward for PhotoGPSEditor, and a new version of the program should be out later this evening – early tomorrow.
Unfortunately the fix is a bit more complicated for PhotoInfoEditor (mainly because PhotoInfoEditor handles file types in a slightly different way, and also accesses more of the ‘inner-workings’ of the file than PhotoGPSEditor)….
Watch this space for updates….