Steps to setting up and installing software necessary for building collections in CollectionBuilder. You will have to follow each step carefully.
Installing the Software
CollectionBuilder SA Software - ImageMagick and Ghostscript
Most (but not all) CollectionBuilder projects will involve working with a collection of digital objects, i.e. JPEGs, PDFs, MP3s, etc. We use the software listed below to batch process digital files for use in CollectionBuilder-SA and -CSV projects.
SA and CSV templates include a Rake task that automates creating derivative images for PDF and image items. Rake is a standard part of all Ruby installs, so if you are using Jekyll, you have it installed already.
However, to use CollectionBuilder’s generate_derivatives task you will need the command line tools ImageMagick and Ghostscript installed on your computer. These very popular open source utilities are used in numerous applications and web platforms to provide digital object processing pipelines–and can also be useful for batch processing on your personal computer.
Install on Windows
- Visit the ImageMagick download page and download the suggested version (the one at the top of the list).
- This file will be a self contained installer, once downloaded double click to install on your computer following the default options.
- Visit Ghostscript download page and choose the “AGPL release” 64 bit option.
- This file will be a self contained installer, once downloaded double click to install on your computer following the default options.