-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
796f851
commit 7e66b95
Showing
5 changed files
with
45 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,46 @@ | ||
# AVIFQuickLook | ||
AVIF QuickLook plugin on macOS | ||
|
||
![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat) [![Build Status](https://travis-ci.com/dreampiggy/AVIFQuickLook.svg?branch=master)](https://travis-ci.com/dreampiggy/AVIFQuickLook) | ||
|
||
This is the **macOS QuickLook** plugin for [AVIF (AV1 Image File Format)](https://aomediacodec.github.io/av1-avif/). | ||
|
||
## Quick Look the image | ||
|
||
![](https://raw.githubusercontent.com/dreampiggy/AVIFQuickLook/master/Screenshot/Thumbnails.png) | ||
|
||
## Generate Finder thumbnails | ||
|
||
![](https://raw.githubusercontent.com/dreampiggy/AVIFQuickLook/master/Screenshot/Preview.png) | ||
|
||
These images are from [AVIF Specification Test Files](https://github.com/AOMediaCodec/av1-avif/blob/master/testFiles/) | ||
|
||
## Requirements | ||
|
||
+ macOS 10.10+ | ||
|
||
## Install | ||
|
||
1. Grab the latest `AVIFQuickLook.qlgenerator` from the [Release Page](https://github.com/dreampiggy/AVIFQuickLook/releases/latest), or build using Xcode. | ||
2. Open Finder | ||
3. `Shift + Command + G`, input `~/Library/QuickLook/` and press Enter | ||
4. Drag `AVIFQuickLook.qlgenerator` into this folder. You may need to enter the password | ||
|
||
## Uninstall | ||
|
||
1. Open Finder | ||
2. `Shift + Command + G`, input `~/Library/QuickLook/` and press Enter | ||
3. Delete `AVIFQuickLook.qlgenerator` | ||
|
||
## Author | ||
|
||
DreamPiggy, lizhuoli1126@126.com | ||
|
||
## License | ||
|
||
This project is released under the *MIT license*, see **LICENSE**. | ||
|
||
## Thanks | ||
|
||
+ [libavif](https://github.com/joedrago/avif) | ||
+ [aom](https://aomedia.googlesource.com/aom/) | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.