Eli Zoller
7f0d54e1eb
|
4 years ago | |
---|---|---|
.. | ||
config/schema | 5 years ago | |
src/Plugin/Action | 4 years ago | |
tests | 4 years ago | |
.travis.yml | 5 years ago | |
CONTRIBUTING.md | 5 years ago | |
LICENSE | 6 years ago | |
README.md | 5 years ago | |
islandora_image.info.yml | 4 years ago | |
islandora_image.module | 6 years ago |
README.md
Islandora Image
Introduction
Provides an action to convert images with a Houdini (imagemagick
) server.
Requirements
islandora
andislandora_core_feature
- A Houdini microservice
- A message broker (e.g. Activemq) for Islandora 8
islandora-connector-derivative
(from Alpaca) configured for Houdini
Installation
For a full digital repository solution (including Houdini), see our installation documentation.
To download/enable just this module, use the following from the command line:
$ composer require islandora/islandora
$ drush en islandora_core_feature
$ drush mim islandora_tags
$ drush en islandora_image
Documentation
Further documentation for this module is available on the Islandora 8 documentation site.
Troubleshooting/Issues
Having problems or solved a problem? Check out the Islandora google groups for a solution.
Development
If you would like to contribute, please get involved by attending our weekly Tech Call. We love to hear from you!
If you would like to contribute code to the project, you need to be covered by an Islandora Foundation Contributor License Agreement or Corporate Contributor License Agreement. Please see the Contributors pages on Islandora.ca for more information.
We recommend using the islandora-playbook to get started.