Atari DEGAS image loader for Pillow
Project description
pillow-degas
A Pillow plugin for reading Atari ST DEGAS and DEGAS Elite 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 |
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 the DEGAS format with Pillow. After
that, Image.open() handles all six file types automatically.
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
pillow_degas-0.1.0.tar.gz
(3.8 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.1.0.tar.gz.
File metadata
- Download URL: pillow_degas-0.1.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e241eacd6fb6a990952f791c14b90e81a647efe984bc77de0f6c9140c2a432b6
|
|
| MD5 |
3518329827f40a9baa50cd418745a684
|
|
| BLAKE2b-256 |
389089f9dd4c598e7dcaaa7d0430cbdb094d628614bcc92d788cd0f45e09418a
|
File details
Details for the file pillow_degas-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pillow_degas-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed86b90653fb75e01af2f006ecb44c19f91c8cf1fff21fb1ddc6d2a75f2ec1a8
|
|
| MD5 |
35f045c81d8e3b1dbf0e76e011b01eae
|
|
| BLAKE2b-256 |
6f26e3856ef2195f1d4c813b7dbe5599d6fbc92cfb6c4b46b191a97827d8e89a
|