make a dots picture from image.
img2dots.py makes a dots picture from image.
python img2dots.py [-d vertical_dots ] [-o output_file] image_file
git clone git://github.com/zom-1/img2dots .
python img2dots.py namiura.jpg
python img2dots -d 20 -o output.jpg namiura.jpg
Pillow or PIL
Copyright (c) 2016 zom-1, Released under the MIT license