Skip to main content

Intuitive PNG library.

Project description

Description

Intuitive PNG library.

Usage

All-in-1

from ipng import PNG

png = PNG(file='path/to/input.png')
print(png.metadata)
print(f'this is a {png.width}x{png.height} picture =)')
png.render(output='path/to/output.png')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ipng-0.0.5.tar.gz (6.6 kB view hashes)

Uploaded Source

Built Distribution

ipng-0.0.5-py3-none-any.whl (8.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page