Skip to content

walkerdavis/digital-jackson-pollack

Repository files navigation

digital-jackson-pollack

Generate digital pixel splatters with Python and Pillow(Python Image Library)

alt text

Using Pillow, you can generate digital images inspired by Jackson Pollack. I chose to imitate Jackon Pollack's 1952 Convergence because I like the colors, seemed like a good place to start.

This jupyter notebook will show you how to create a painting(really a NumPy array), specify your colors, add a border to the image if you'd like, and then save to a .png format.

Recently added: Generate Cy Twombly inspired pieces.

alt text

You can also generate canvases with random color combinations.

alt text alt text

alt text alt text

And make gif's using my other repo's giffer.py script.

alt text

Make some art!

conda create -n pollack python=3.7 anaconda
source activate pollack
cd <this repo>
python generate_pollack.py <desired export location>

Lots of future ideas brewing, stayed tuned.

The pollack_RUNT directory contains the original project I made this for, using the RUNT and Pixku languages by my friends at Muvik Labs. To run anything in this directory, you will need to install and run RUNT by following the instructions on that repo's README.

Enjoy.

About

Generate digital pixel splatters with Python or Pixku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published