Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 772 Bytes

README.md

File metadata and controls

38 lines (32 loc) · 772 Bytes

Purpose

This extension allows displaying thumbnails of OpenEXR (.exr) files.

screenshot

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