All Projects → emin → Webpquicklook

emin / Webpquicklook

Mac OS X QuickLook plugin for WebP image files

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Webpquicklook

Zooshi
Multi-platform game where you feed well dressed animals with sushi
Stars: ✭ 281 (-57.1%)
Mutual labels:  webp
Mort
Storage and image processing server written in Go
Stars: ✭ 420 (-35.88%)
Mutual labels:  webp
Webp server go
Go version of WebP Server. A tool that will serve your JPG/PNGs as WebP format with compression, on-the-fly.
Stars: ✭ 543 (-17.1%)
Mutual labels:  webp
Piexif
Exif manipulation with pure python script.
Stars: ✭ 290 (-55.73%)
Mutual labels:  webp
Imagebutter
Makes dealing with images buttery smooth.
Stars: ✭ 395 (-39.69%)
Mutual labels:  webp
Govips
A lightning fast image processing and resizing library for Go
Stars: ✭ 442 (-32.52%)
Mutual labels:  webp
Picview
Fast Picture Viewer with compact UI, that can be hidden. Features image effects, galleries, image info and more. The app can automatically adjusts itself to your screen.
Stars: ✭ 259 (-60.46%)
Mutual labels:  webp
Optimizt
CLI image optimization tool
Stars: ✭ 594 (-9.31%)
Mutual labels:  webp
Pinremoteimage
A thread safe, performant, feature rich image fetcher
Stars: ✭ 3,929 (+499.85%)
Mutual labels:  webp
Metadata Extractor Dotnet
Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Stars: ✭ 518 (-20.92%)
Mutual labels:  webp
Imaginary
Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing
Stars: ✭ 4,107 (+527.02%)
Mutual labels:  webp
Gulp Tutorial
Code examples for my Gulp.js tutorial series
Stars: ✭ 383 (-41.53%)
Mutual labels:  webp
Webponize
macOS application that converts images to WebP.
Stars: ✭ 477 (-27.18%)
Mutual labels:  webp
Vulcan
Multi image downloader with priority in Swift
Stars: ✭ 291 (-55.57%)
Mutual labels:  webp
Sdwebimage
Asynchronous image downloader with cache support as a UIImageView category
Stars: ✭ 23,928 (+3553.13%)
Mutual labels:  webp
Webp
WebP decoder and encoder for Go (Zero Dependencies).
Stars: ✭ 270 (-58.78%)
Mutual labels:  webp
Automator Workflows
A collection of Automator workflows (services) that speed up your design / development process. Compatible with LaunchBar 6 and 7 Actions
Stars: ✭ 439 (-32.98%)
Mutual labels:  webp
Libvips
A fast image processing library with low memory needs.
Stars: ✭ 6,094 (+830.38%)
Mutual labels:  webp
Exif Py
Easy to use Python module to extract Exif metadata from digital image files.
Stars: ✭ 561 (-14.35%)
Mutual labels:  webp
Glidewebpdecoder
A Glide WebpDecoder Intergration Library for decoding and displaying webp images
Stars: ✭ 484 (-26.11%)
Mutual labels:  webp

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 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

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 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].