awaelchli / profile-image

The code for my profile image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adrian's Profile Image

alt text

This repository contains the code that was used to generate my profile image. The image you see here is a remake of the figure by Claudio Rocchini shown in the Wikipedia article on Complex Analysis.

Java

This is the original code from when I was in high school.

Python

The code is written in Python 3. Install the requirements with

pip install -r requirements.txt

To convert the generated frames to a GIF, we additinally require ImageMagick:

convert -delay 5 -loop 0 animation/*.png profile-image.gif

About

The code for my profile image


Languages

Language:Java 87.6%Language:Python 12.4%