Uses of Package
org.dspace.app.mediafilter
-
Packages that use org.dspace.app.mediafilter Package Description org.dspace.app.mediafilter org.dspace.app.mediafilter.service -
Classes in org.dspace.app.mediafilter used by org.dspace.app.mediafilter Class Description FormatFilter Public interface for any class which transforms or converts content/bitstreams from one format to another.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.MediaFilter Abstract class which defines the default settings for a *simple* Media or Format Filter.SelfRegisterInputFormats Interface to allow filters to register the input formats they handle (useful for exposing underlying capabilities of libraries used) -
Classes in org.dspace.app.mediafilter used by org.dspace.app.mediafilter.service Class Description FormatFilter Public interface for any class which transforms or converts content/bitstreams from one format to another.