Batch Recolorer

Batch recolor an image to match a series of provided templates.

Instructions

Batch recoloring operates on three different image types: the base image, the reference image, and a series of color templates.

  • The base image is simply the image that you want to recolor.
  • The reference image should share the colors of the base image.
  • The color templates should be already-recolored versions of the reference image, which the new colors will be based on.

Any colors that aren't shared between the reference and base images will be ignored, which is handy if only part of an image needs recoloring.

Upload Images

Fun Fact: The tooling browsers give you to do client-side color manipulation is so broken that pretty much all browsers randomly change color values you just set due to premultiplied alpha rounding issues, so I had to use two third-party libraries to make things work somewhat correctly (and there's still probably issues if you try hard enough to find them).