/8bit_image_flask

一个将图片转为8bit风格的flask app.

Primary LanguagePython

##需要

numpy
Image

##效果 ##本地运行不需要flask

python run_local.py test.jpg

##A Flask app converts image to 8 bit style You need numpy Image python package. Simply hit python run.py and go to your browser 127.0.0.1:5001, then upload you image. The image transform algorithm is a bit slow, wait 20-40 seconds to see results.