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 TypeMethodDescriptionvoidCacheFacade.evict(OperationList opList) Evicts the given variant image from the variant cache.voidHeapCache.evict(OperationList opList) voidVariantCache.evict(OperationList opList) Deletes the cached image corresponding to the given operation list.default booleanVariantCache.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 InputStreamVariantCache.newVariantImageInputStream(OperationList opList) VariantCache.newVariantImageInputStream(OperationList opList, StatResult statResult) Returns an input stream corresponding to the given operation list, ornullif 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 voidCacheObserver.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 TypeMethodDescriptionbooleanColorTransform.hasEffect(Size fullSize, OperationList opList) abstract booleanCrop.hasEffect(Size fullSize, OperationList opList) booleanCropByPercent.hasEffect(Size fullSize, OperationList opList) Fulfills theOperationcontract, butCropByPercent.hasEffect()can be used safely instead.booleanCropByPixels.hasEffect(Size fullSize, OperationList opList) booleanCropToSquare.hasEffect(Size fullSize, OperationList opList) booleanEncode.hasEffect(Size fullSize, OperationList opList) booleanOperation.hasEffect(Size fullSize, OperationList opList) Context-aware counterpart toOperation.hasEffect().booleanRotate.hasEffect(Size fullSize, OperationList opList) booleanScale.Filter.hasEffect(Size fullSize, OperationList opList) booleanScaleByPercent.hasEffect(Size fullSize, OperationList opList) booleanScaleByPixels.hasEffect(Size fullSize, OperationList opList) booleanSharpen.hasEffect(Size fullSize, OperationList opList) booleanTranspose.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 TypeMethodDescriptionbooleanRedaction.hasEffect(Size fullSize, OperationList opList) -
Uses of OperationList in is.galia.processor
Methods in is.galia.processor with parameters of type OperationListModifier and TypeMethodDescriptionvoidProcessor.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 TypeMethodDescriptionvoidRequestContext.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 voidIIIFResource.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.