This is Program to create Random Image using some mathematical formula.
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