https://github.com/awaelchli/profile-image
The code for my profile image
https://github.com/awaelchli/profile-image
complex-functions java python
Last synced: 5 months ago
JSON representation
The code for my profile image
- Host: GitHub
- URL: https://github.com/awaelchli/profile-image
- Owner: awaelchli
- Created: 2019-08-13T08:09:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:00:44.000Z (over 3 years ago)
- Last Synced: 2025-10-27T14:14:14.923Z (8 months ago)
- Topics: complex-functions, java, python
- Language: Java
- Homepage:
- Size: 721 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adrian's Profile Image

This repository contains the code that was used to generate my profile image.
The image you see here is a remake of the [figure][2] by [Claudio Rocchini][3] shown in the Wikipedia article on [Complex Analysis][1].
## 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][4]:
```
convert -delay 5 -loop 0 animation/*.png profile-image.gif
```
[1]: https://en.wikipedia.org/wiki/Complex_analysis
[2]: https://en.wikipedia.org/wiki/Complex_analysis#/media/File:Color_complex_plot.jpg
[3]: https://en.wikipedia.org/wiki/User:Rocchini
[4]: https://imagemagick.org/script/download.php