pillow-degas
A Pillow plugin for reading Atari ST DEGAS and NEOchrome image files.
Supported formats
| Extension | Resolution | Colours | Compressed |
|---|---|---|---|
| .PI1 | 320x200 | 16 | No |
| .PI2 | 640x200 | 4 | No |
| .PI3 | 640x400 | 2 | No |
| .PC1 | 320x200 | 16 | Yes |
| .PC2 | 640x200 | 4 | Yes |
| .PC3 | 640x400 | 2 | Yes |
| .NEO | 320x200 | 16 | No |
Installation
pip install pillow-degas
Usage
import pillow_degas
from PIL import Image
img = Image.open("artwork.pi1")
img.save("artwork.png")
Importing pillow_degas registers all supported formats with Pillow.
After that, Image.open() handles DEGAS and NEOchrome files automatically.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pillow_degas-0.2.1.tar.gz
(4.7 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
File details
Details for the file pillow_degas-0.2.1.tar.gz.
File metadata
- Download URL: pillow_degas-0.2.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.10.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c73d19034ef552f9393ecee3b226003bffd154600912af53c9a9900d31744be
|
|
| MD5 |
3c8ab3424e8cdd9a4d4965be402dd313
|
|
| BLAKE2b-256 |
c556aaa8850caa59b3364b3dbc15561251e6dcb46d8c1318f4ba131aac5af6bf
|
File details
Details for the file pillow_degas-0.2.1-py3-none-any.whl.
File metadata
- Download URL: pillow_degas-0.2.1-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.10.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56fbad51f726cd2c913ae444b64da5fad0e1b13dee2828112051fba2b62e0265
|
|
| MD5 |
356adb68310d244dc31b4e7f057b5bfa
|
|
| BLAKE2b-256 |
06314210e56a2bd7cd0ea6db75cf76b89ad0bdfe1a77fe7e0b57c2d54c8037d0
|