Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rudimentary ICC color profile support to colorhash #110

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 9, 2020

  1. Add ICC color profile support to colorhash

    Color profiles can significantly alter the appearance of an image's
    color. This change modifies the colorhash algorithm to take that into
    account by normalizing any embedded color profiles into the standard
    sRGB color space before analysis. It also provides an option to ignore
    embedded color profiles and instead analyze the image's raw color data
    (i.e. the default behaviour before this change), allowing images to be
    compared without their profiles.
    david-russo committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    bbd255c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Configuration menu
    Copy the full SHA
    036d9fc View commit details
    Browse the repository at this point in the history