https://github.com/afichet/openexr-thumbnailer
Show thumbnails for OpenEXR images on Linux
https://github.com/afichet/openexr-thumbnailer
exr linux openexr thumbnails tool ubuntu
Last synced: 12 months ago
JSON representation
Show thumbnails for OpenEXR images on Linux
- Host: GitHub
- URL: https://github.com/afichet/openexr-thumbnailer
- Owner: afichet
- License: gpl-2.0
- Created: 2019-11-22T17:29:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T18:03:03.000Z (about 3 years ago)
- Last Synced: 2025-04-06T09:12:35.500Z (about 1 year ago)
- Topics: exr, linux, openexr, thumbnails, tool, ubuntu
- Language: C
- Homepage:
- Size: 54.7 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Purpose
This extension allows displaying thumbnails of OpenEXR (.exr) files.

# Compilation
This package requires the following dependencies:
- OpenEXR
- gio-2.0
- gdk-pixbuf-2.0
```
mkdir build
cd build
cmake ..
make install
```
# Packages
## Ubuntu
Currently, there is packages for the following Ubuntu versions
- Ubuntu 20.04 LTS (Focal)
- Ubuntu 18.04 LTS (Bionic)
- Ubuntu 19.04 (Disco)
- Ubuntu 19.10 (Eoan)
To install, simply execute:
```
sudo add-apt-repository ppa:alban-f/openexr-thumbnailer
sudo apt-get update
sudo apt install openexr-thumbnailer
```
## Arch Linux
There is an AUR to ease installation:
```
yay -S openexr-thumbnailer
```