| Package | Description |
|---|---|
| org.dspace.app.mediafilter |
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|
class |
HTMLFilter |
class |
ImageMagickImageThumbnailFilter
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.
|
class |
ImageMagickPdfThumbnailFilter |
class |
ImageMagickThumbnailFilter
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.
|
class |
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.
|
class |
MediaFilter
Abstract class which defines the default settings for a *simple* Media or Format Filter.
|
class |
PDFFilter |
class |
PowerPointFilter |
class |
WordFilter |
class |
XPDF2Text
Text MediaFilter for PDF sources
This filter produces extracted text suitable for building an index,
but not for display to end users.
|
class |
XPDF2Thumbnail
Thumbnail MediaFilter for PDF sources
This filter generates thumbnail images for PDF documents, _including_
3D PDF documents with 2D "poster" images.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
MediaFilterManager.processBitstream(Context c,
Item item,
Bitstream source,
FormatFilter formatFilter)
A utility class that calls the virtual methods
from the current MediaFilter class.
|
Copyright © 2014 DuraSpace. All Rights Reserved.