项目作者: alexislours

项目描述 :
Generates PNG images with alternating colors, making it possible to generate "impossible colors".
高级语言: Go
项目地址: git://github.com/alexislours/impossible-colors.git
创建时间: 2020-10-22T15:32:11Z
项目社区:https://github.com/alexislours/impossible-colors

开源协议:GNU General Public License v3.0

下载


GitHub Workflow Status
GitHub release (latest by date)
GitHub

impossible-colors

A quick app to generate images with alternating color values, making it possible to create “impossible colors“.

Usage

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

Example

Prebuilt binaries for Windows, Linux and macOS can be found here.