brew install imagemagick
brew install gmic
brew install parallel
if error installing :
xcode-select --install
# parallel install
sudo apt install parallel
# gimp gmic install
sudo add-apt-repository ppa:otto-kesselgulasch/gimp-edge
sudo apt-get update
sudo apt-get install gmic gimp-gmic
# imagemagick install
sudo apt install graphicsmagick-imagemagick-compat
sudo apt install imagemagick-6.q16
# Gmic update filters (follow the link)
https://telegra.ph/Gmic-update-filters-07-26
git clone https://github.com/leeseomin/arte40
cd arte40
mkdir s{1..39}
# main
input images folder : s , result folder : s25
bash main.sh
or
bash sim5.sh
or
bash 3kad.sh
ffmpeg -framerate 1 -pattern_type glob -i '*.png' \
-c:v libx264 out.mp4
ffmpeg -i out.mp4 -plays 0 apngout.apng
This repo is made freely available to academic and non-academic entities for non-commercial purposes such as academic research, teaching, scientific publications. Permission is granted to use the arte40 given that you agree to my license terms. Regarding the request for commercial use, please contact me via email (leeseomin@gmail.com)
LEE SEOMIN