Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lnxbil/quicklook-pfm
Apple QuickLook Plugin for PPM, PGM, PFM and PBM files
https://github.com/lnxbil/quicklook-pfm
Last synced: 3 months ago
JSON representation
Apple QuickLook Plugin for PPM, PGM, PFM and PBM files
- Host: GitHub
- URL: https://github.com/lnxbil/quicklook-pfm
- Owner: lnxbil
- Created: 2012-01-09T21:56:45.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T16:36:30.000Z (over 7 years ago)
- Last Synced: 2024-05-13T16:32:25.510Z (6 months ago)
- Language: Objective-C
- Homepage:
- Size: 44.9 KB
- Stars: 29
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Mac-QuickLook - quicklook-pfm
README
# Overview
This piece of code enables [Apple QuickLook](http://en.wikipedia.org/wiki/Quick_Look) to open* PPM (3-channel 8-bit) files
* PFM (1/3 channel 32-bit ) files
* PGM (1-channel 8-bit) files
* PBM (1-channel 1-bit) files# Download
If you don't want to download the code, you can use the precompiled versions on the [GitHub-Releases-Homepage](https://github.com/lnxbil/quicklook-pfm/releases) or use the direct download of the current version below:* [Version 1.1](https://github.com/lnxbil/quicklook-pfm/releases/download/1.1/quicklook-pfm-1.1.zip)
# Installation
Download the newest version, unpack the zip-file and copy the Quicklook-PFM into the following directory~/Library/Quicklook
(maybe, you have to create this folder). Finder has to be restartet in order to be able to use this QuickLook plugin. This can be done by either killing Finder in the terminal (killall Finder) or logout/login.