sepandhaghighi / samila

Generative Art Generator

Home Page:https://www.samila.site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rotation

sadrasabouri opened this issue · comments

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