https://github.com/psd-tools/packbits
PackBits encoder/decoder for Python
https://github.com/psd-tools/packbits
Last synced: 9 months ago
JSON representation
PackBits encoder/decoder for Python
- Host: GitHub
- URL: https://github.com/psd-tools/packbits
- Owner: psd-tools
- License: mit
- Created: 2012-11-06T13:18:54.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-11-12T03:06:27.000Z (over 3 years ago)
- Last Synced: 2025-09-18T21:49:19.726Z (10 months ago)
- Language: Python
- Size: 120 KB
- Stars: 19
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
PackBits encoder/decoder
========================
This module implements a PackBits encoder/decoder for Python 2.x and 3.x.
PackBits encoding is used in PSD and TIFF files.
Installation
------------
::
pip install packbits
Usage
-----
Import ``packbits`` module; then use ``packbits.encode(data)`` and
``packbits.decode(data)`` functions.
Contributing
------------
Development happens at github and bitbucket:
* https://github.com/kmike/packbits
* https://bitbucket.org/kmike/packbits
The main issue tracker is at github: https://github.com/kmike/packbits/issues
Feel free to submit ideas, bugs, pull requests (git or hg) or regular patches.
In order to run tests, install `tox `_ and type
::
tox
from the source checkout.
The license is MIT.