Metadata-Version: 2.1
Name: PyiPNG
Version: 1.0.1
Summary: Convert CgBI to PNG with Python
Home-page: https://github.com/venjye/PyiPNG
Author: venjye
Author-email: venjye@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://github.com/venjye/PyiPNG
Keywords: CgBI
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Image Processing
Requires-Python: >=3.7
License-File: LICENSE

# PyiPNG
convert apple fake png(CgBI) to real png

# Requirements
None
# Installation
Package is uploaded on [PyPI](https://pypi.org/project/pyipng).
You can install it with pip:
```
$ python3 -m pip install PyiPNG
```

# Example

see example.py

