unplify icon indicating copy to clipboard operation
unplify copied to clipboard

Python script to make an image look like the album art for Unknown Pleasures

Example

example

Usage

Install dependencies with:

pip install -r requirements.txt

Use with:

python3 unplify.py <inputfile> [optional argumets]

This generates an output SVG. You can rasterize the SVG however you like. I prefer using inkscape, which you can use with the provided script:

./rasterize.sh [svg filename] [output filename]