Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 641 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 641 Bytes

BIO

Authors

Libraries

wsq

This implementation is taken from https://github.com/pawelmoll/wsq

Build library

cd lib/wsq
mkdir build
cd build
cmake -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3.5 -DPYTHON_VERSION_SUFFIX=-py35 ..
make

Usage

Copy python file into build folder.

Simple example

  • build library
cd lib/wsq/build
python3
>>> import wsq
>>> wsq.wsq_to_png('01.wsq', 'out.png')
0