Skip to main content

NBIS/WSQ lib Python wrapper for Pillow

Project description

CeCILL-C Python 3.x v?.? Build Status (Travis CI) AppVeyor CI build status (Windows) Code Coverage Status (Codecov)

A Python library extending Pillow to support WSQ images.

This library is a simple wrapper on the NIST Biometric Image Software (NBIS) version 5.0.0 made available by the National Institute of Standards and Technology (NIST).

For the convenience of the build, the source code of NBIS (or to be more accurate, the part related to WSQ) is included in this repository. Apart from minor changes to make possible the build (like removal of some include directives) the NBIS source code is not changed.

Installation

wsq is published on PyPI and can be installed from there:

pip install -U wsq

To install from source code:

python setup.py build

The Python development library and C compiler must be available. For instance, for Ubuntu:

sudo apt install python3-dev

Quick Start

To open a WSQ image:

from PIL import Image
import wsq

img = Image.open("my_image.wsq")

To save a WSQ images, use one of:

image.save(f,'WSQ')
# or
image.save('test.wsq')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wsq-0.4.tar.gz (138.8 kB view hashes)

Uploaded Source

Built Distributions

wsq-0.4-cp39-cp39-win_amd64.whl (52.3 kB view hashes)

Uploaded CPython 3.9 Windows x86-64

wsq-0.4-cp39-cp39-manylinux2014_x86_64.whl (284.4 kB view hashes)

Uploaded CPython 3.9

wsq-0.4-cp38-cp38-win_amd64.whl (52.3 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

wsq-0.4-cp38-cp38-manylinux2014_x86_64.whl (284.8 kB view hashes)

Uploaded CPython 3.8

wsq-0.4-cp37-cp37m-win_amd64.whl (52.3 kB view hashes)

Uploaded CPython 3.7m Windows x86-64

wsq-0.4-cp37-cp37m-manylinux2014_x86_64.whl (285.7 kB view hashes)

Uploaded CPython 3.7m

wsq-0.4-cp36-cp36m-win_amd64.whl (52.3 kB view hashes)

Uploaded CPython 3.6m Windows x86-64

wsq-0.4-cp36-cp36m-manylinux2014_x86_64.whl (284.9 kB view hashes)

Uploaded CPython 3.6m

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page