We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We may come up with a solid behavior toward all file types to make Samila art from them. This issue tracker will be a place to discuss about:
It may sound like this:
>>> g = Samila(path2file)
It will decode the file content into two functions (known as f1 and f2) and give construct a GenerativeImage instance then return it back.
f1
f2
GenerativeImage
samila.__version__
0.1
The text was updated successfully, but these errors were encountered:
As we discussed a proper approach is to use the sha-256 hash code of the file as our random mode's random seed value.
sha-256
random
Sorry, something went wrong.
No branches or pull requests
Description
We may come up with a solid behavior toward all file types to make Samila art from them. This issue tracker will be a place to discuss about:
Steps/Code to Reproduce
It may sound like this:
Expected Behavior
It will decode the file content into two functions (known as
f1
andf2
) and give construct aGenerativeImage
instance then return it back.Samila Version (Use :
samila.__version__
)0.1
The text was updated successfully, but these errors were encountered: