Skip to content

Commit

Permalink
Updated the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Oct 22, 2019
1 parent 3857d96 commit 06f7e0d
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 105 deletions.
68 changes: 0 additions & 68 deletions Makefile

This file was deleted.

33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# homebrew-webp

A complete build of [libwebp](https://developers.google.com/speed/webp/docs/using), including all CLI tools.

## Installation

`brew install skyzyx/webp/webp-full`

Or `brew tap skyzyx/webp` and then `brew install webp-full`.

Or install via URL (which will not receive updates):

```bash
brew install https://raw.githubusercontent.com/skyzyx/homebrew-webp/master/Formula/webp-full.rb
```

## Support

Includes the following binaries:

| Binary | Description |
| ------ | ----------- |
| `cwebp` | Compress an image file to a WebP file. |
| `dwebp` | Decompress a WebP file to a PNG, PAM, PPM, or PGM image file. |
| `gif2webp` | Convert a GIF image to WebP (including animated ones). |
| `img2webp` | Create animated WebP file from a sequence of input images. |
| `vwebp` | Decompress a WebP file and display it in a window using OpenGL. |
| `webpinfo` | Print out the chunk level structure of WebP files along with basic integrity checks. |
| `webpmux` | Create animated WebP files from non-animated WebP images, extract frames from animated WebP images, and manage XMP/EXIF metadata and ICC profile. |

## Documentation

`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).
37 changes: 0 additions & 37 deletions README.sh

This file was deleted.

0 comments on commit 06f7e0d

Please sign in to comment.