Skip to content

bantarou/pic_picross

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pic_picross

Overview

画像データからピクロス(お絵かきロジック)を生成するプログラムです。
実際に回答可能な問題の場合、解答用紙と答えの画像データが出力されます。
回答不可能な場合はErrorと表示され、何も出力されません。

Requirement

  • Python3 (more ver3.2)
  • OpenCV
  • Numpy

Usage

$ python3 make_picross.py [option] <image_file_path> <picorss_size>

コードを実行するとimgディレクトリが生成され、それ以下に作成したピクロスの画像データが保存されます。

Example

$ python3 make_picross.py test_img/test1.png 5 test1

$ python3 make_picross.py -b test_img/test2.png 5 test2

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages