Metadata-Version: 2.4
Name: ilovejpngs
Version: 0.1.1
Summary: A Python library for working with JPEG/PNG images.
Author-email: Simon H-L <Simon@ipconnect.no>
License: MIT
Project-URL: Homepage, https://github.com/Hellestyle/ilovejpngs
Project-URL: Repository, https://github.com/Hellestyle/ilovejpngs
Project-URL: Issues, https://github.com/Hellestyle/ilovejpngs/issues
Keywords: images,jpeg,png
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Pillow>=10.0.0
Dynamic: license-file

# ilovejpngs
Why should pngs use the alpha channel? 
<h2>Before<img src="./images/before.png" alt="Screenshot" width="200"/><img src="./images/after.png" alt="Screenshot" width="200"/> After

# Install
```console
pip install ilovejpngs
```
# Use
```console
python -m ilovejpngs path/to/image.png
```
 ~ A passion project from a alpha layer grid enjoyer
