Atari DEGAS image loader for Pillow
Project description
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.
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.2.0.tar.gz
(4.5 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.0.tar.gz.
File metadata
- Download URL: pillow_degas-0.2.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65456eef7176810974e73d1b1ba44dd4da7e69e74a3db9d7f72afd6f104b2e99
|
|
| MD5 |
6be11afa8837377dac9cc40e3cea3cbb
|
|
| BLAKE2b-256 |
73d452130ec63a44c3d27b3f090e74efc0d77d14c5d7e261daae173e91412e06
|
File details
Details for the file pillow_degas-0.2.0-py3-none-any.whl.
File metadata
- Download URL: pillow_degas-0.2.0-py3-none-any.whl
- Upload date:
- Size: 6.0 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 |
e1b7ce0954c3669d1b5d067d4ef728a8ff23da47bedc30b6ef8049a5e62d08d2
|
|
| MD5 |
2af3322fcb534ac909a36c172c57c059
|
|
| BLAKE2b-256 |
94d43cea21255d8a6631030ce24211dc541f42ec24a93a268c9ca5b48f6ce6de
|