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
- Host: GitHub
- URL: https://github.com/kavex/pngtools
- Owner: Kavex
- Created: 2025-06-08T18:26:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-08T18:56:59.000Z (about 1 year ago)
- Last Synced: 2025-08-04T17:19:54.464Z (11 months ago)
- Topics: gif, image, image-compression, image-processing, images, jpeg, jpg, png, python, python3, tga, tiff, webp
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
----

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

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

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
```
----
