Skip to content

imrahulkant/random-image-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Random-image-generator

This is Program to create Random Image using some mathematical formula.

Commands

It creates Default Random Image

$ python create_art.py

To create different interactive Random Image use --rgb, --cmyk and --gray. (default --rgb)

$ python create_art.py --rgb
$ python create_art.py --cmyk
$ python create_art.py --gray

To create more than one image use -n command

$ python create_art.py -n 3

To customize image size use --size command (default is 400)

Note: Size = hieght * weight (e.g. 2560*1600)

$ python create_art.py --size 2560

Example Images

Image1 Image2 Image3 Image4 Image5 Image6 Image7 Image8

About

Python Program to create Random Image using some mathematical formula.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages