hx-ux / SammelKarten

Using Gmic and Python to create abstract images using randomised filters

Home Page:https://x0x0x0me.netlify.app/sammelkarten

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SammelKarten -Linux Version

Input image

alt text

output image

alt text

alt text

How to install

  • tested with ubuntu 22.04
  • works on github codespaces ( ノ ゚ー゚)ノ , see dockerfile
  1. Install dependencies
sudo apt-get install libfftw3-double3 libgegl-0.4-0 libgimp2.0 libilmbase25 libopenexr25 libjpeg8 libopenexr25 libpng16-16 libqt5core5a libqt5gui5 libqt5widgets5 libtiff5
  1. Download gmic .deb
wget https://gmic.eu/files/linux/gmic_3.1.4_ubuntu22-04_jammy_amd64.deb
sudo dpkg -i gmic_3.1.4_ubuntu22-04_jammy_amd64.deb
sudo apt-get install -f
  1. Install requirements
pip install -r requirements.txt

About

Using Gmic and Python to create abstract images using randomised filters

https://x0x0x0me.netlify.app/sammelkarten


Languages

Language:Python 88.1%Language:Dockerfile 11.2%Language:Shell 0.7%