Uses of Class
is.galia.operation.OperationList
Packages that use OperationList
Package
Description
Package relating to all aspects of caching of images and their
characteristics.
Contains image processing operations and related classes.
Package for classes related to string and image overlays.
Package in which processors reside.
HTTP resource classes and server request handler class.
-
Uses of OperationList in is.galia.cache
Methods in is.galia.cache with parameters of type OperationListModifier and TypeMethodDescriptionvoid
CacheFacade.evict
(OperationList opList) Evicts the given variant image from the variant cache.void
HeapCache.evict
(OperationList opList) void
VariantCache.evict
(OperationList opList) Deletes the cached image corresponding to the given operation list.default boolean
VariantCache.exists
(OperationList opList) N.B.: This method is not safe to use in production, as it is not concurrency-safe, i.e. the state of the cache may change between the time this method returns and the timeVariantCache.newVariantImageInputStream(is.galia.operation.OperationList)
is invoked.CacheFacade.newVariantImageInputStream
(OperationList opList) CacheFacade.newVariantImageInputStream
(OperationList opList, StatResult statResult) HeapCache.newVariantImageInputStream
(OperationList opList, StatResult statResult) default InputStream
VariantCache.newVariantImageInputStream
(OperationList opList) VariantCache.newVariantImageInputStream
(OperationList opList, StatResult statResult) Returns an input stream corresponding to the given operation list, ornull
if a valid image corresponding to the given operation list does not exist in the cache.CacheFacade.newVariantImageOutputStream
(OperationList opList) HeapCache.newVariantImageOutputStream
(OperationList opList) VariantCache.newVariantImageOutputStream
(OperationList opList) Returns an output stream for writing an image to the cache.default void
CacheObserver.onImageWritten
(OperationList opList) Invoked when a stream returned fromVariantCache.newVariantImageOutputStream(OperationList)
was fully written, closed, and any asynchronous operations completed. -
Uses of OperationList in is.galia.operation
Methods in is.galia.operation that return OperationListMethods in is.galia.operation with parameters of type OperationListModifier and TypeMethodDescriptionboolean
ColorTransform.hasEffect
(Size fullSize, OperationList opList) abstract boolean
Crop.hasEffect
(Size fullSize, OperationList opList) boolean
CropByPercent.hasEffect
(Size fullSize, OperationList opList) Fulfills theOperation
contract, butCropByPercent.hasEffect()
can be used safely instead.boolean
CropByPixels.hasEffect
(Size fullSize, OperationList opList) boolean
CropToSquare.hasEffect
(Size fullSize, OperationList opList) boolean
Encode.hasEffect
(Size fullSize, OperationList opList) boolean
Operation.hasEffect
(Size fullSize, OperationList opList) Context-aware counterpart toOperation.hasEffect()
.boolean
Rotate.hasEffect
(Size fullSize, OperationList opList) boolean
Scale.Filter.hasEffect
(Size fullSize, OperationList opList) boolean
ScaleByPercent.hasEffect
(Size fullSize, OperationList opList) boolean
ScaleByPixels.hasEffect
(Size fullSize, OperationList opList) boolean
Sharpen.hasEffect
(Size fullSize, OperationList opList) boolean
Transpose.hasEffect
(Size fullSize, OperationList opList) -
Uses of OperationList in is.galia.operation.overlay
Methods in is.galia.operation.overlay with parameters of type OperationList -
Uses of OperationList in is.galia.operation.redaction
Methods in is.galia.operation.redaction with parameters of type OperationListModifier and TypeMethodDescriptionboolean
Redaction.hasEffect
(Size fullSize, OperationList opList) -
Uses of OperationList in is.galia.processor
Methods in is.galia.processor with parameters of type OperationListModifier and TypeMethodDescriptionvoid
Processor.process
(OperationList opList, OutputStream outputStream) -
Uses of OperationList in is.galia.resource
Methods in is.galia.resource that return OperationListMethods in is.galia.resource with parameters of type OperationListModifier and TypeMethodDescriptionvoid
RequestContext.setOperationList
(OperationList opList) ImageRequestHandler.Builder.withOperationList
(OperationList opList) -
Uses of OperationList in is.galia.resource.iiif
Methods in is.galia.resource.iiif with parameters of type OperationListModifier and TypeMethodDescriptionprotected void
IIIFResource.constrainSizeToMaxPixels
(Size requestedSize, OperationList opList) When the size expressed in the endpoint URI ismax
, and the resulting image dimensions are larger thanKey.MAX_PIXELS
, the image must be downscaled to fit that area.