An open API service indexing awesome lists of open source software.

https://github.com/kavex/pngtools

Set of Python scripts to convert to PNG or From PNG
https://github.com/kavex/pngtools

gif image image-compression image-processing images jpeg jpg png python python3 tga tiff webp

Last synced: 9 months ago
JSON representation

Set of Python scripts to convert to PNG or From PNG

Awesome Lists containing this project

README

          

# PNGTools
Set of Python scripts to convert to PNG

----

Convert Single WebP to PNG: https://github.com/Kavex/WebP2PNG

----

![image](https://github.com/user-attachments/assets/43574e8e-db08-487e-98c7-b8e3e0c0c4e4)

Convert_Whole_Folder_WebpToPNG.py: Convert all webp in a folder to PNG
----

![image](https://github.com/user-attachments/assets/3e07f214-0e97-4064-a227-7549e3d19893)

PNG-To-ICO.py: Convert PNG to a .ico file

----

![image](https://github.com/user-attachments/assets/fcf55e0e-c460-43b4-aa35-481a5a0d6e41)

Convert_AnyImageToPNG.py: Converts most images to PNG

Download: https://github.com/Kavex/PNGTools/releases/tag/ConvertAnyImageToPNGv1.0

----

Libs Required for All:

```python
pip install pillow

python3 -m pip install pillow
```
----

![image](https://github.com/user-attachments/assets/106557b4-0956-4785-8c42-017c595c15f9)