Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.43 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.43 KB

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