Project

wax_iiif

0.01
No release in over 3 years
Low commit activity in last 3 years
Minimal IIIF level 0 generator for use with minicomp/wax
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.7
~> 3.8
~> 0.16

Runtime

 Project Readme

wax_iiif

Gem Version ci:test Maintainability

License docs

This fork is mostly a copy of the iiif_s3 gem with all the s3 dependencies and functionality removed. It creates level 0 IIIF derivatives for static exhibition sites with Minicomp/Wax via Wax_Tasks.

Installation

This library assumes that you have ImageMagick installed. If you need to install it, follow the instructions:

on OSX, brew install imagemagick should be sufficient.

If you have issues with TIFF files, try

brew update
brew reinstall --with-libtiff --ignore-dependencies imagemagick

If you plan to work with PDFs, you should also have a copy of GhostScript installed.

on OSX, brew install gs

Add this line to your application's Gemfile:

gem 'wax_iiif'

And then execute:

$ bundle

Or install it yourself as:

$ gem install wax_iiif

Usage

Documentation for using wax_iiif without wax_tasks is forthcoming. In the meantime, check out rubydoc.

Contributing

  1. Fork it ( https://github.com/minicomp/wax_iiif/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request