Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
ColorSync
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Software API}} {{More citations needed|date=May 2024}} {{Use mdy dates|date=October 2013}} {{Mac OS X graphics model}} '''ColorSync''' is [[Apple Inc.]]'s [[color management]] [[API]] for the [[Classic Mac OS]] and [[Mac OS X]] [[operating system]]s. ==Version history== Apple developed the original 1.0 version of ColorSync as a Mac-only architecture, which made it into an operating system release in 1993. In the same year, Apple co-founded the [[International Color Consortium]] (ICC) to develop a [[cross-platform]] profile format which became part of ColorSync 2.0.<ref>{{Cite web |title=MacTech {{!}} The journal of Apple technology. |url=http://preserve.mactech.com/articles/develop/issue_23/printhints.html |access-date=2023-12-14 |website=preserve.mactech.com}}</ref> The system ''Color Management Module'' (CMM) was "LinoColorCMM", which was developed by Linotype-Hell AG (now part of [[Heidelberger Druckmaschinen]] AG). The same CMM was used in Microsoft Windows 2000 and XP under the rubric of "Image Color Management" (ICM){{Citation needed|date=March 2009}}. Apple, with the help of [[Adobe Systems|Adobe]] had ported ColorSync 2.0 and its [[Software development kit|SDK]] to [[Microsoft Windows]]. With ColorSync 3.0, the Windows version which was initially planned was discontinued. ColorSync 4.0 is the latest version, introduced in [[Mac OS X]] [[Mac OS X 10.1|10.1]]. ==Overview== {{main|Color management}} Human [[Color vision|color perception]] is a very complex and subtle process, and different devices have widely different color [[gamut]]s or ranges of color they can display. To deal with these issues, ColorSync provides several different methods of doing color matching. For instance, ''perceptual'' matching tries to preserve as closely as possible the relative relationships between colors, even if all the colors must be systematically distorted in order to get them to fit within the gamut of the destination device. Because the human eye is more sensitive to [[color difference]]s rather than [[Absolute color space|absolute color]]s, this method tends to produce the best-looking results, subjectively speaking, for many common uses, but there are other methods that work better in some cases. ==Profiles and color spaces== As dictated by the ICC system, the ''profile connection space'' in ColorSync is the [[CIE 1931 color space|CIE XYZ color space]]. All image input and output devices (scanners, printers, displays) have to be characterized by providing an [[ICC profile]] that defines how their color information is to be interpreted relative to this reference color space. This profile might be provided by the device manufacturer, but for better quality results, it might be generated by performing actual measurements on the device with a [[Tristimulus colorimeter|colorimeter]]. Thus, when an image is scanned on a scanner, the image file will include a copy of the scanner's profile to characterize the meaning of its color information. Then, before the image is sent to an output device, a ''matching'' process converts the color information at the time of rendering from the ''source profile'' (that attached to the image) to the ''destination profile'' (that attached to the output device) so that the resulting colors print or display as closely as possible to the original image. ==ColorSync Utility== {{Infobox software | name = ColorSync Utility | logo = | screenshot = | caption = | developer = [[Apple Computer]] | latest_release_version = 12.0.0 | latest_release_date = | operating_system = [[macOS]] | genre = [[Graphics]] utility | license = [[Proprietary software|Proprietary]] | website = {{URL|http://www.apple.com/macosx/features/colorsync}} }} ''ColorSync Utility'' is software that ships with [[Mac OS X]]. It is used for management of color profiles and filters used in Apple's [[PDF]] [[workflow]], or applying filters to images and PDF documents.<ref>{{Cite web |title=Modify image colours in ColorSync Utility on Mac |url=https://support.apple.com/en-au/guide/colorsync-utility/csyncad0012c/12.0/mac/14.0 |access-date=2023-12-14 |website=Apple Support |language=en}}</ref> The interface is composed of two parts: the document browser and the utility window. The document browser lets you zoom in and out of an image or apply a Filter to it. The utility window has several options: Profile First Aid, Profiles, Devices, Filters and Calculator.<ref>{{Cite web |title=How to use ColorSync Utility to assign color profiles in OS X |url=https://www.cnet.com/tech/computing/how-to-use-colorsync-utility-to-assign-color-profiles-in-os-x/ |access-date=2023-12-14 |website=CNET |language=en}}</ref> * ''Profile First Aid'' allows you to repair ColorSync color profiles so they conform to the [[International Color Consortium]] specification. * ''Profiles'' allows you to browse the profiles installed on your system, grouped by location, class or space, and graphically compare any two profiles. * The profile map is displayed as a rotatable, scalable 3D object and can be plotted in [[CIELAB]], [[CIELUV]], [[CIE 1931 color space|Yxy]], [[Yuv]] and [[CIE 1931 color space|CIEXYZ]]. * The ''Devices'' section allows you to see a list of all registered ColorSync devices such as your displays and printers, and see what ColorSync profile is applied to each one. You can also override the default setting. * The ''Filters'' section allows you to build and modify PDF filters that are available to the rest of the operating system. Each filter can be set to appear in one of three domains: Application, PDF Workflows, and Printing. Filters set to Printing will appear in the drop-down menu under the "Save as PDF..." button in the standard Mac OS X print dialog box. Filters set to PDF Workflow will appear in the [[Quartz (graphics layer)|Quartz]] Filters drop-down menu in the ColorSync section of a print dialog box. The default filters that ship with Mac OS X are: * Black & White * Blue Tone * Create Generic PDFX-3 Document * Gray Tone * Lightness Decrease * Lightness Increase * Reduce File Size * Sepia Tone. User-created filters can have color management, image effects, PDF retouch, domain selection and comments. The ''Color Management'' section allows assigning a profile, choosing a default profile, [[rendering intent]], converting to a profile or intermediate transform. The ''Intermediate Transform'' section allows adjustment of brightness, tint, hue, saturation, bilevel (high pass filter) or profile assignment, to either [[grayscale]], [[RGB]] or [[CMYK]], or all data in the file. This can be applied to either text, graphics, images or shading. Complex filters can be created by stacking multiple effects. Any changes made to the PDF file can then be saved as a new PDF file. ''Calculator'' can convert between [[RGB]], [[CMYK]] and other color value schemes, and features an interactive color-picker for identifying a color on the screen, duplicating a feature of another bundled utility, ''[[Digital Color Meter]]''. ==External links== * [http://support.apple.com/kb/ph6826 Mac OS X 10.6: About ColorSync] * [http://developer.apple.com/documentation/GraphicsImaging/Reference/ColorSync_Manager/index.html ColorSync Manager Reference] * [http://developer.apple.com/technotes/tn/tn2035.html Technical Note TN2035: ColorSync on Mac OS X] * [http://developer.apple.com/technotes/tn/tn2035.html#TNTAG39 ColorSync Utility section of Apple Technical Note TN2035] == References == {{reflist}} {{Mac OS X}} {{DEFAULTSORT:Colorsync}} [[Category:MacOS graphics-related software]] [[Category:Utilities for macOS]] [[Category:MacOS software]] [[Category:MacOS APIs]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Citation needed
(
edit
)
Template:Cite web
(
edit
)
Template:Infobox
(
edit
)
Template:Infobox software
(
edit
)
Template:Mac OS X
(
edit
)
Template:Mac OS X graphics model
(
edit
)
Template:Main
(
edit
)
Template:Main other
(
edit
)
Template:More citations needed
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)
Template:Template other
(
edit
)
Template:Use mdy dates
(
edit
)