# pngpadder
A tool for adding extra data to PNG files to pad them out for tests.
### Installation
pip install pngpadder
### Examples:
import pngpadder
# Pad file size to 100,000 bytes pngpadder.pad_to(‘/path/to/file.png’, ‘/path/to/output/file.png’, 100000)
# Pad file size by 20 bytes pngpadder.pad_by(‘/path/to/file.png’, ‘/path/to/output/file.png’, 20)
Alternatively, from the command line:
# Pad file to 100,000 bytes pngpadder –to 100000 -i /path/to/file.png -o /path/to/output/file.png
# Pad file size by 20 bytes pngpadder –to 100000 -i /path/to/file.png -o /path/to/output/file.png
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pngpadder-0.3.tar.gz.
File metadata
- Download URL: pngpadder-0.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5d56fb22e0fd05cff8382d93a2c5f992dd0f46cc56d9812f91e3f54f91da25c
|
|
| MD5 |
5c0f382bae10578575c7ffca7dd1807c
|
|
| BLAKE2b-256 |
38015efaf6fb8ead7ed3339437d5abba2c53ed4836daa6461b0a81e4cfb266fc
|