Skip to content

leeseomin/arte47

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arte47

Dependency install on mac osx

brew install imagemagick
brew install gmic
gmic up   (gmic update)
brew install parallel

if error installing :
xcode-select --install


Dependency install on ubuntu 20.04

 # 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

Install


git clone https://github.com/leeseomin/arte47

cd arte47

mkdir s{1..25}


Usage


input images folder : s ,   result folder : s25


bash main.sh  or

bash 3k.sh or

bash qhd5.sh

Results

input image1

output image1

make animated png result

ffmpeg -framerate 1 -pattern_type glob -i '*.png' \
  -c:v libx264 out.mp4
  
  
ffmpeg -i out.mp4 -plays 0  apngout.apng
  

License

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 arte47 given that you agree to my license terms. Regarding the request for commercial use, please contact me via email (leeseomin@gmail.com)

Author

LEE SEOMIN

About

pixel art converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages