A Python package for reading pgm files
Project description
PyPgm
This package is for reading portable greymap files.
Functionality still to be added for writing pgm files.
Usage
f = 'pgm_file.pgm'
reader = Reader()
image = reader.read_pgm(f)
wdith = reader.width
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
pgmreader-0.0.1.tar.gz
(1.2 kB
view details)
File details
Details for the file pgmreader-0.0.1.tar.gz.
File metadata
- Download URL: pgmreader-0.0.1.tar.gz
- Upload date:
- Size: 1.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55fe30d34d2eddaf9398ce9372dd2a7ee373446f822d077219c5147424dd9c9d
|
|
| MD5 |
3380ff98cd74541f2d82fcd401979842
|
|
| BLAKE2b-256 |
61a9f2add009df49bb171a71bf38019616f9996a1263e4410055604f80574801
|