org.dspace.app.mediafilter |
|
Java Source File Name | Type | Comment |
Brand.java | Class | Class to attach a footer to an image using ImageMagick.
Thanks Ninh Nguyen from the National Library of Australia for providing the source code.
This version of the code is basically Ninh's but reorganised a little. |
BrandedPreviewJPEGFilter.java | Class | 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. |
BrandText.java | Class | Identifier class, holding a single item of text and its location
within a rectangular areas. |
FormatFilter.java | Interface | Public interface for any class which transforms or converts content/bitstreams
from one format to another. |
HTMLFilter.java | Class | |
JPEGFilter.java | Class | 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.java | Class | Abstract class which defines the default settings for a *simple* Media or Format Filter. |
MediaFilterManager.java | Class | MediaFilterManager is the class that invokes the media/format filters over the
repository's content. |
PDFFilter.java | Class | |
WordFilter.java | Class | |