Adobe Air 可以做到这一点吗?
我之前写过很多 JavaScript,并且 adobe air 看起来真的很有趣,我的问题是 Adobe Air 可以:
- 访问用户计算机上存储的 ICC 配置文件
- 检测显示器当前使用的 ICC 配置文件
- 使用专业 USB 硬件的 SDK
- 执行所有操作这台 Windows 和 Mac 计算机
感谢您提供任何信息。如果没有,有什么解决方法或其他潜在的解决方案吗?
I've written a lot of JavaScript before, and adobe air looks really interesting, my question is can Adobe Air:
- Access ICC profiles stored on a users computer
- Detect which ICC profile the monitor is currently using
- Use the SDK for specialist USB hardware
- Do all this one both Windows and Mac computers
Thanks for any information. If not, any workarounds, or other potential solutions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我不知道确切的答案,因为我从未尝试过这样做,但我很确定 AIR 没有用于管理 ICC 配置文件的专门工具。不过我知道 Java 可以,因此您可以轻松使用 NativeProcess 用于桥接和获取数据。 USB 的事情也是一样。
我将 Java 命名为 Java 是因为它在 win 和 mac 中都可用,但您最终可以为每个操作系统使用任何其他本机进程。
I don't know the exact answer since I've never attempted to do any of it, but I'm pretty sure AIR doesn't have specialized tools for managing ICC Profiles. However I know Java does, so you could easily use NativeProcess to bridge and get the data. Same thing with the USB thing.
I'm naming Java because it comes to mind and is available in both win and mac, but you could eventually use any other native process for each OS.
http://www.adobe.com/devnet/flash/quickstart/color_ Correction_as3.html
这可能会提供有关该主题的更多信息,它讨论了 icc 配置文件以及 swf 如何使用它们。
http://www.adobe.com/devnet/flash/quickstart/color_correction_as3.html
This may provide further information on the subject, it talks about icc profiles and how swfs use them.
1 访问存储在用户计算机上的 ICC 配置文件
不可能。也许您可以检查 FluorineFX(仅限 Windows)
2 检测显示器当前使用的 ICC 配置文件
不可能。也许您可以检查 FluorineFX(仅限 Windows)
3 使用专用 USB 硬件的 SDK
不太懂,不过支持
用于检测 USB 设备和 USB 更改
4 在 Windows 和 Mac 计算机上执行这一切
第 3 点必须在 Windows 和 Mac 上运行
1 Access ICC profiles stored on a users computer
Not possible. Maybe you can check FluorineFX (windows only)
2 Detect which ICC profile the monitor is currently using
Not possible. Maybe you can check FluorineFX (windows only)
3 Use the SDK for specialist USB hardware
Do not really understand, but there is support
for detecting usb devices and usb changes
4 Do all this one both Windows and Mac computers
point 3 must run on both windows and mac
http://www.apponic.com/free-downloads -259/adobe-icc-profiles-cs4/
我会说“不”,而不是将您重定向到某个第三方,然后摸不着头脑。
否
使用专用 USB 硬件的 SDK
应该的。
http://www.apponic.com/free-downloads-259/adobe-icc-profiles-cs4/
I would say NO rather than redirecting you to some third party and then scratching up your head.
NO
Use the SDK for specialist USB hardware
It should.