iPhoto '11 插件可以开发吗?

发布于 2024-10-10 03:17:35 字数 70 浏览 1 评论 0原文

找不到有关 iPhoto 11 的 iPhoto 插件开发的任何信息。Apple 是否完全放弃了 iPhoto SDK 工作?

Can't find any information on iPhoto's plugin development for iPhoto 11. Did Apple abandoned iPhoto SDK effort completely?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

ペ泪落弦音 2024-10-17 03:17:35

好消息是 iPhoto 数据库是 SQLite,对于已经熟悉 SQL 的人来说很容易访问。 iPhoto '09 和 '11 之间的架构发生了相当大的变化,但背后的概念 我从“sqlite3”命令行工具访问 iPhotoMain.db 的实验仍然相关。

One bit of good news is that the iPhoto database is SQLite and is quite accessible to someone already familiar to SQL. The schema changed pretty significantly between iPhoto '09 and '11 but the concepts behind my experiments accessing iPhotoMain.db from the "sqlite3" command-line tool are still relevant.

淡淡绿茶香 2024-10-17 03:17:35

我无法正式回答这个问题,但苹果似乎已经放弃了它。 SDK/示例代码过去可以在开发人员网站上轻松获得,但现在很难追踪。好的一面是,假设您可以找到它,仍然可以使用他们用来提供的旧示例代码来完成。不利的一面是,当很难找到这样的东西时,苹果可能不会再支持它了。当然,也许他们会采用新的插件架构,但我不会屏住呼吸。

我找到了 iPhoto Exporter 插件代码示例的链接:http://code.google.com/p/ Slideshowexporter/ 我认为无论谁将这个代码发布到谷歌代码,都对其进行了修改以满足他们的需求,但看起来一些原始代码仍然完好无损,对您来说可能是一个很好的起点。

我可以确认 Apple 示例代码适用于 iPhoto 11。我只是没有官方链接。

祝你好运。

I can't answer that officially, but it sure seems like Apple abandoned it. The SDK/sample code used to be readily available on the developer site, but it's now pretty difficult to track down. The bright side is it can still be done with the old sample code they used to provide assuming you can find it. The down side is that when it's hard to find like that, it's likely Apple won't be supporting it any more. Of course, maybe they're going to adopt a new plugin architecture, but I won't be holding my breath.

I found this link to an iPhoto Exporter plugin code example: http://code.google.com/p/slideshowexporter/ I think whoever posted this one to google code modified it to meet their needs, but it looks like some of the original code is still in tact and might be a good starting place for you.

I can confirm that the Apple example code works with iPhoto 11. I just don't have an official link.

Good luck.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文