Skip to content
/ ikon Public

A simple plain PNG image generator for prototyping. No need to go to Photoshop!

License

Notifications You must be signed in to change notification settings

ericxl/ikon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ikon

Build Status

A simple plain PNG image generator for prototyping. No need to go to Photoshop!

API documentation

Usage

Generate a 200x200 png

$ ikon 200x200
$ ikon 200

Generate a png using rgb color

$ ikon 200x100 -r 255 -g 0 -b 0

Generate a png using rgb color with alpha

$ ikon 200x100 -r 255 -g 0 -b 0 -a 125

Generate a png using hex color code

$ ikon 200x100 -h #51812b
$ ikon 200x100 -h 51812b

Generate a png with a name image.png

$ ikon 200x100 -h #51812b -n image.png
$ ikon 200x100 -h 51812b -n image

License

MIT

About

A simple plain PNG image generator for prototyping. No need to go to Photoshop!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published