sepandhaghighi / samila

Generative Art Generator
https://www.samila.site
MIT License
1.08k stars 78 forks source link

Rotation #176

Closed sadrasabouri closed 1 year ago

sadrasabouri commented 1 year ago

Description

In some cases, we need to rotate pictures yielding more exciting images.

Steps/Code to Reproduce

g = GenerativeImage()
g.generate()
g.plot(rotation=45)

Expected Behavior

Return a rotated version of the picture, something like the below: rotated

Actual Behavior

Since we do not have rotation parameter it will raise an error, anyway, we should have something like the below image as our original image: original

Samila Version (Use : samila.__version__)

1.0