Metadata-Version: 2.1
Name: WebpCliWrapper
Version: 0.1.3
Summary: A CLI Wrapper to use webp easily
Home-page: https://gitlab.aptinstall.de/flopana/webp-cli-wrapper
Author: Florian Erbs
Author-email: f@flopana.com
License: MIT
Download-URL: https://pypi.org/project/WebpCliWrapper/
Keywords: webp,webp-cli-wrapper
Platform: UNKNOWN
Description-Content-Type: text/markdown

# webp-cli-wrapper
An easy to use CLI wrapper for webp

## Convert to webp
```
convert_to_webp(source, output)

Optional parameters:
    quality: 0-100 defaults to 80
    method: 0-6 defaults to 4
    lossless: boolean defaults to false
    multithreading: defaults to true
```

## Convert from webp
```
convert_from_wepb(source, output)

Optional parameters:
    multithreading: defaults to true
```

