Package org.dspace.app.mediafilter


package org.dspace.app.mediafilter
  • Class
    Description
    Class to attach a footer to an image using ImageMagick.
    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.
    Public interface for any class which transforms or converts content/bitstreams from one format to another.
    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.
     
    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.
    Filter video 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.
    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.
    Abstract class which defines the default settings for a *simple* Media or Format Filter.
    MediaFilterManager is the class that invokes the media/format filters over the repository's content.
     
    MediaFilterManager is the class that invokes the media/format filters over the repository's content.
    Create JPEG thumbnails from PDF cover page using PDFBox.
    Interface to allow filters to register the input formats they handle (useful for exposing underlying capabilities of libraries used)
    Text Extraction media filter which uses Apache Tika to extract text from a large number of file formats (including all Microsoft formats, PDF, HTML, Text, etc).