47 UseEmbeddedProfile = 1 << 0,
49 UseWorkspace = 1 << 2,
50 UseDefaultInputProfile = 1 << 3,
51 UseSpecifiedProfile = 1 << 4,
52 AutomaticColors = 1 << 5,
53 DoNotInterpret = 1 << 6,
57 KeepProfile = 1 << 10,
58 ConvertToWorkspace = 1 << 11,
62 LeaveFileUntagged = 1 << 18,
65 SafestBestAction = 1 << 21,
69 PreserveEmbeddedProfile = UseEmbeddedProfile | KeepProfile,
70 EmbeddedToWorkspace = UseEmbeddedProfile | ConvertToWorkspace,
71 SRGBToWorkspace = UseSRGB | ConvertToWorkspace,
72 AutoToWorkspace = AutomaticColors | ConvertToWorkspace,
73 InputToWorkspace = UseDefaultInputProfile | ConvertToWorkspace,
74 SpecifiedToWorkspace = UseSpecifiedProfile | ConvertToWorkspace,
75 NoColorManagement = DoNotInterpret | LeaveFileUntagged