Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emin/WebPQuickLook
Mac OS X QuickLook plugin for WebP image files
https://github.com/emin/WebPQuickLook
quicklook quicklook-plugin webp
Last synced: 9 days ago
JSON representation
Mac OS X QuickLook plugin for WebP image files
- Host: GitHub
- URL: https://github.com/emin/WebPQuickLook
- Owner: emin
- Created: 2013-07-26T13:15:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T06:18:36.000Z (over 3 years ago)
- Last Synced: 2024-05-13T16:32:35.747Z (6 months ago)
- Topics: quicklook, quicklook-plugin, webp
- Language: C
- Homepage:
- Size: 1.69 MB
- Stars: 772
- Watchers: 25
- Forks: 44
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Mac-QuickLook - WebPQuickLook
README
Quick Look Plugin for WebP Files
================================### What is this?
Quick Look is a part of Mac OS X. It provides you a quick way
to look at your content without open it in an application.
In Finder, choose a file or folder and push the space button, then QuickLook
mechanism quickly show the preview of the content. And also it is responsible
for the thumbnail creation.Most people know this mechanism. By default, OS X doesn't provide preview and
thumbnail for all file types. [WebP](https://developers.google.com/speed/webp/) is Google's new image format and OS X
doesn't recognize the .webp files. This plugin will give you an ability to
see previews and thumbnails of WebP images.### How does it look like?
Just like an ordinary image file:
![quicklook webp](https://raw.github.com/emin/WebPQuickLook/master/screenshot.png 'WebP')
### How can I install it?
This is simple for those of you who are familiar with terminal
(console).Open your terminal app (or whatever you use) and copy paste the below
command:curl -L https://raw.github.com/emin/WebPQuickLook/master/install.sh | sh
That's it. You just installed it. Enjoy your WebP files just like ordinary
image files.
If you use [homebrew](https://brew.sh/) you can do:
brew install --cask WebPQuickLook### The other users can't use it. What can I do?
You can do it same operations by logining their account. But if you want
to install for all users, that's simple and similar the above commands.
Just use this installation script,curl -L https://raw.github.com/emin/WebPQuickLook/master/install-all.sh | sh
This requires an administrator account, if you are not administrator you
can't install it. It'll ask for password then you're done.