Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bluesabre/ccseer-nefpreview
NEF (Nikon Electronic Format) Previewer for Seer
https://github.com/bluesabre/ccseer-nefpreview
Last synced: 22 days ago
JSON representation
NEF (Nikon Electronic Format) Previewer for Seer
- Host: GitHub
- URL: https://github.com/bluesabre/ccseer-nefpreview
- Owner: bluesabre
- License: gpl-3.0
- Created: 2016-11-21T11:08:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-21T12:08:11.000Z (almost 8 years ago)
- Last Synced: 2024-10-04T22:15:41.499Z (about 1 month ago)
- Language: Python
- Size: 16.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ccseer-nefpreview
NEF (Nikon Electronic Format) Previewer for Seer## Build Requirements
* Python 2.7 or 3.4
* [rawpy](https://pypi.python.org/pypi/rawpy) (NEF processing)
* [numpy](https://pypi.python.org/pypi/numpy) (Required for rawpy)
* [imageio](https://pypi.python.org/pypi/imageio) (NEF to JPG conversion)
* [pyinstaller](https://pypi.python.org/pypi/PyInstaller/) (Other binary packagers may also work)## Build Instructions
* Create a portable binary:C:\Python34\Scripts\pyinstaller.exe nef2jpeg.py
* Copy `plugin.json` to `dist\nef2jpeg\`
## Installation Instructions
* Grab the [latest release](https://github.com/bluesabre/ccseer-nefpreview/releases).
* Extract the downloaded zip (somewhere you won't be deleting it)
* Go to the `Plugins` section in Seer's `Settings` dialog.
* Select the `Local` tab.
* Click the `Add` button and select the `plugin.json` file.