https://github.com/digitalslidearchive/ansible-role-vips
Ansible role to install VIPS image processing software
https://github.com/digitalslidearchive/ansible-role-vips
Last synced: about 1 year ago
JSON representation
Ansible role to install VIPS image processing software
- Host: GitHub
- URL: https://github.com/digitalslidearchive/ansible-role-vips
- Owner: DigitalSlideArchive
- License: apache-2.0
- Created: 2016-04-05T21:16:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T02:31:33.000Z (almost 9 years ago)
- Last Synced: 2025-05-20T01:42:37.842Z (about 1 year ago)
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 14
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DigitalSlideArchive.vips
========================
[](https://raw.githubusercontent.com/DigitalSlideArchive/ansible-role-vips/master/LICENSE)
[](https://travis-ci.org/DigitalSlideArchive/ansible-role-vips)
An Ansible role to install [VIPS image processing software](http://www.vips.ecs.soton.ac.uk/)
with bug-free OpenSlide support.
On Ubuntu 14.04, VIPS contains a bug where OpenSlide does not open some images properly.
This role installs VIPS's OpenSlide dependencies to reliably work around that bug.
Requirements
------------
This is intended to be run on a clean Ubuntu 14.04 or 16.04 system.
Role Variables
--------------
You may want to override the variables:
* `vips_libtiff_path`: Path to fetch and build LibTIFF.
* `vips_openjpeg_path`: Path to fetch and build OpenJPEG.
* `vips_openslide_path`: Path to fetch and build OpenSlide.
* `vips_path`: Path to fetch and build VIPS.
You can (but probably won't need to) override the variables:
* `vips_libtiff_version`: Git commit-ish for fetching LibTIFF.
* `vips_openjpeg_version`: Git commit-ish for fetching OpenJPEG.
* `vips_openslide_version`: Git commit-ish for fetching OpenSlide.
* `vips_ersion`: Git commit-ish for fetching VIPS.
* `build_parallelism`: The number of parallel jobs to build with.