Skip to content

Disable color management awareness in applications that support it

License

Notifications You must be signed in to change notification settings

Stonos/color-management-disabler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Management Disabler

Disable color management awareness in applications that support it.

The reason you may want that is because using a color profile might cause the colors on some applications (for example Adobe Photoshop) to appear wrong.

Examples

Preview

Before After
Color management awareness enabled Color management awareness disabled

How it works

This tool makes the GetICMProfileW function always return false. This effectively disables color management in applications that support it.

Installation

  1. Download the latest release
  2. Put version.dll in the same folder as the .exe of the program you want to disable color management
  3. Launch your app

In case you want to uninstall, just delete version.dll.

Acknowledgments