Skip to content

BigheadSMZ/PixelColorReplacer

Repository files navigation

Pixel Color Replacer

This is just a simple application that can replace a list of colors within a set threshold.

image

How To Use

  • Select a folder full of images you want to replace colors for.
  • Output path is automatic but can be changed.
  • Select a "Source" color to replace.
  • Select a "Target" color to replace "Source" color.
  • Optionally set a "Tolerance" which seeks above and below RGB values.
  • RGB "128/145/10" with tolerance "3" matches "125-131/142-148/7-13".
  • Click "Add" to create a replacement rule.
  • Repeat this for any other colors you wish to replace.
  • Click "Start". When it's finished, results are in Output Path.
  • Clicking on a replacement rule allows editing and changing the rule.
  • "Add" and "Clear" buttons become "Replace" and "Remove" during selection.

Building

This program is built with .NET 8.0.

About

Replaces a list of colors in a PNG image with another color using a threshold.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors