SkillAgentSearch skills...

Packbits

PackBits encoder/decoder for Python

Install / Use

/learn @psd-tools/Packbits
About this skill

Quality Score

0/100

Supported Platforms

Universal

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 <http://tox.testrun.org>_ and type

::

tox

from the source checkout.

The license is MIT.

Related Skills

View on GitHub
GitHub Stars19
CategoryDevelopment
Updated1y ago
Forks7

Languages

Python

Security Score

75/100

Audited on Mar 8, 2025

No findings