A small tool that strips out useless data out of a WebP file.
Project description
webpmin
WebPMinifier is a small tool written in pure Python to minify WebP files by stripping out ancillary data, this is similar to the tool: pngminifier but it operates on WebP instead of PNG files. VP8 , VP8L, VP8X, ANIM, ANMF,
ALPH chunks escape this filter as these are essential for a
WebP file to work as intended.
Some included chunks which fall in extended format section are considered semi-optional because they play the role to make the WebP file function correctly. These are — VP8X, ANIM, ANMF, ALPH.
Installation
Python must be installed whose version should be over 3.5. On GNU/Linux systems pip not installed by default, make sure that PIP 3 is installed.
# replace: pip with pip3, if required.
pip install webpmin
usage: webpmin.__main__ [-h] [--include | --exclude ] input output
...
positional arguments:
input Input file to read WebP data from
output Output file to write WebP data to
optional arguments:
-h, --help show this help message and exit
--include Include user-defined chunks separted with commas. If chunk
names are over four bytes, latter ones are excluded. By default
ANIM, ANMF, ALPH (semi essential chunks) will escape this filter.
--exclude Exclude user-defined chunks separte with commas.
Still, essential chunks will escape this filter.
Some examples of using this tool:
$ webpmin in.webp out.webp
# Include embedded color profile and XMP data.
$ webpmin in.webp --include "ICCP,XMP " out.webp
# Exclude EXIF tags, syntax is same as --include.
$ webpmin in.webp --exclude "EXIF" out.webp
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file webpmin-1.1.4-py3-none-any.whl.
File metadata
- Download URL: webpmin-1.1.4-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1778490de65b832bcf9c63e1321837be1d556fd02be4ee187df6caa7af98495f
|
|
| MD5 |
38467489310f64f9e55cd4177f7866fd
|
|
| BLAKE2b-256 |
885e48ef50b981faa3ab151fbbfa93545ffdce6e32314e318050fb83fd6b747e
|