PaletteChanger
A downloadable tool for Windows
Download NowName your own price
A simple program that changes an image's color palette based on a provided image.
- Select an image file (various formats supported).
- Input any image as the color palette (auto limits to 256 colors).
- Limit the maximum number of colors to use from the inputted color palette.
- Colors are replaced based on Euclidean Distance.
Note:
Works best with actual color palettes as opposed to random images.
Download
Download NowName your own price
Click download now to get access to the following files:
PaletteChanger_v1.1.0.zip 16 MB
Comments
Log in with itch.io to leave a comment.
This seems like a really useful tool, especially in combo with your Img2Palette tool. But I wanted to give a heads up that whenever I go to download this, it gets flagged as malicious by my Microsoft Defender Antivirus.
Lol so assuming you are not actually a L33T H4XX0R who is trying to bamboozle us, Microsoft Defender specifically makes reference to the file "Program:Win32/Wacapew.C!ml", if that helps you troubleshoot the issue
Thanks for letting me know. It's likely because I compiled the executable using PyInstaller, which is also sometimes used to compile malware.
I've uploaded a new version that attempts to reduce false positives, but unfortunately one-file compilers inherently have this issue.
Thanks again, that seemed to do the trick!
Can't run
Strange, it seems to work fine for me. Are there any error messages that appear?
Looked into it and it seems you need python installed. Updated it to run without dependencies.
Yes thanks. It works now.