Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webponize/webponize
macOS application that converts images to WebP.
https://github.com/webponize/webponize
convert-images macos webp
Last synced: 14 days 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T08:15:39.000Z (about 4 years ago)
- Last Synced: 2024-08-01T16:35:30.871Z (3 months ago)
- Topics: convert-images, macos, webp
- Language: Swift
- Homepage: https://webponize.org
- Size: 71.9 MB
- Stars: 539
- Watchers: 11
- Forks: 34
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Install
[![](https://linkmaker.itunes.apple.com/assets/shared/badges/en-us/macappstore-lrg.svg)](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
[![WebPonize - macOS application that converts images to WebP. | Product Hunt Embed](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=23523&theme=light)](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.