Generates PNG images with alternating colors, making it possible to generate "impossible colors".
A quick app to generate images with alternating color values, making it possible to create “impossible colors“.
Build the project by cloning the repository and running go build
inside it.
Generate the image by running ./impossible-colors <width> <height> <color1> <color2>
.
eg: using ./impossible-colors 400 400 ff0 00f
Prebuilt binaries for Windows, Linux and macOS can be found here.