| Interface | Description |
|---|---|
| FormatFilter |
Public interface for any class which transforms or converts content/bitstreams
from one format to another.
|
| SelfRegisterInputFormats |
Interface to allow filters to register the input formats they handle
(useful for exposing underlying capabilities of libraries used)
|
| Class | Description |
|---|---|
| Brand |
Class to attach a footer to an image using ImageMagick.
|
| BrandedPreviewJPEGFilter |
Filter image bitstreams, scaling the image to be within the bounds of
thumbnail.maxwidth, thumbnail.maxheight, the size we want our thumbnail to be
no bigger than.
|
| HTMLFilter | |
| JPEGFilter |
Filter image bitstreams, scaling the image to be within the bounds of
thumbnail.maxwidth, thumbnail.maxheight, the size we want our thumbnail to be
no bigger than.
|
| MediaFilter |
Abstract class which defines the default settings for a *simple* Media or Format Filter.
|
| MediaFilterManager |
MediaFilterManager is the class that invokes the media/format filters over the
repository's content.
|
| PDFFilter | |
| PowerPointFilter | |
| WordFilter | |
| XPDF2Text |
Text MediaFilter for PDF sources
This filter produces extracted text suitable for building an index,
but not for display to end users.
|
| XPDF2Thumbnail |
Thumbnail MediaFilter for PDF sources
This filter generates thumbnail images for PDF documents, _including_
3D PDF documents with 2D "poster" images.
|
Copyright © 2018 DuraSpace. All Rights Reserved.