Deprecated ColorSync Manager Functions

喜你入骨 提交于 2019-12-11 10:44:06

问题


The ColorSync Manager functions was deprecated. Where to find the solution to deal with about icc profile.

Thanks


回答1:


All ColorSync Manager function are deprecated since Mac OS X 10.6 (see https://developer.apple.com/library/mac/documentation/GraphicsImaging/Reference/ColorSync_Manager/Reference/reference.html). As far as I know:

  • All ColorSync functions are still available up to OS X 10.9. The reason is probably that many applications depend on this functionality.

  • There is no other Apple framework replacing ColorSync. Core Graphics allows you to perform certain color transformations, but does not offer the full functionality of Color Sync.

We can only hope that Apple provides a replacement before removing the deprecated functions from OS X.

If you don't want to depend on a deprecated interface, then perhaps "Little CMS" (http://www.littlecms.com) could be an alternative (you know about it :-), but I have no practical experience with that.



来源:https://stackoverflow.com/questions/19708563/deprecated-colorsync-manager-functions

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!