Aperture Science Image Format (apf) encoder and decoder
Project description
a small library for converting to and from Aperture Science apf files.
usage:
import apftool
apfString = apftool.encodeapf(pngObject) # turns image bytes object into apf string
pngObject = apftool.decodeapf(apfString) # turns apf string object into image bytes
included is a simple cli tool.
usage:
python apfcli.py maricom.png # creates maricom.apf
python apfcli.py maricom.apf # creates maricom.png
dependancies: PIL, io (apftool)
dependancies: sys, os, io (apfcli)
most of these a builtins but you may need to install PIL seporately
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
apftool-0.3.0.tar.gz
(11.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
apftool-0.3.0-py3-none-any.whl
(13.2 kB
view details)
File details
Details for the file apftool-0.3.0.tar.gz.
File metadata
- Download URL: apftool-0.3.0.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f79e3c5684148a78f8f0a28c9868f2bf5b2a2115d6503c64e24877651852ffda
|
|
| MD5 |
d9af7e01b19b2e342b7e888a4ee9ea6a
|
|
| BLAKE2b-256 |
73aa8b2f428e5efe68bad422587e4c9c5ef9f8f888393d9aed29f10cc909b7ea
|
File details
Details for the file apftool-0.3.0-py3-none-any.whl.
File metadata
- Download URL: apftool-0.3.0-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b587d9f1b347762f4bb7d430016eb1aee63f45f81dd4d46d6fcbc7abf7580e1
|
|
| MD5 |
ec0e528a22407b3e3029cce70d061c08
|
|
| BLAKE2b-256 |
5fccf6f25694dc62d6f67021905c46a4dd471f2fc673abc16172a6d5544df71c
|