https://github.com/webponize/webponize
macOS application that converts images to WebP.
https://github.com/webponize/webponize
convert-images macos webp
Last synced: about 1 year ago
JSON representation
macOS application that converts images to WebP.
- Host: GitHub
- URL: https://github.com/webponize/webponize
- Owner: webponize
- Created: 2015-01-15T03:03:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T08:15:39.000Z (over 5 years ago)
- Last Synced: 2024-10-30T07:47:34.388Z (over 1 year ago)
- Topics: convert-images, macos, webp
- Language: Swift
- Homepage: https://webponize.org
- Size: 71.9 MB
- Stars: 539
- Watchers: 12
- Forks: 34
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Install
[](https://apps.apple.com/us/app/id1526039365?mt=12)
## Usage
To convert, either:
- Drag and drop the images onto the application window or the Dock icon.
- Use "Open" in the "File" menu to choose the images to convert.
- Right-click the images in Finder and select WebPonize from the "Open With" menu.
## Product Hunt
[](https://www.producthunt.com/posts/webponize?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-webponize)
## Press
- [WebPonize for Mac converts images to Google's WebP](https://thenextweb.com/apps/2015/06/09/webponize-for-mac-automatically-converts-images-into-googles-webp-format/)
- [Introduction to WebP. WebP is a new image format by Google. | by Shogo Sensui | Medium](https://medium.com/@1000ch/introduction-to-webp-b593dfe1d1d1)
- [CSS-Tricks 「WebP is pretty great for serving high quality images better than (pretty much any?) other format right now. But working with them locally isn't great. Not much can open them or create them. If you need to hand-create them, this is a handy little mac app: https://t.co/dY5dY4z9a7 https://t.co/pzMhF3WeMl」 / Twitter](https://twitter.com/css/status/1185333996831543299)
## Build
```sh
carthage update --use-submodules --use-ssh --no-use-binaries --platform Mac
```
open Xcode and run the project.