Uses of Class
is.galia.image.Info
Packages that use Info
Package
Description
Package relating to all aspects of caching of images and their
characteristics.
Classes for properties associated with an image.
Contains image processing operations and related classes.
HTTP resource classes and server request handler class.
-
Uses of Info in is.galia.cache
Methods in is.galia.cache that return InfoMethods in is.galia.cache that return types with arguments of type InfoModifier and TypeMethodDescriptionCacheFacade.fetchInfo
(Identifier identifier) Returns theInfo
of the source image corresponding to the given identifier.HeapCache.fetchInfo
(Identifier identifier) InfoCache.fetchInfo
(Identifier identifier) Reads the cached image information corresponding to the given identifier.CacheFacade.fetchOrReadInfo
(Identifier identifier, Format format, Decoder decoder) Returns theInfo
of the source image corresponding to the given identifier.Methods in is.galia.cache with parameters of type InfoModifier and TypeMethodDescriptionvoid
HeapCache.put
(Identifier identifier, Info info) void
HeapInfoCache.put
(Identifier identifier, Info info) Adds an info.void
InfoCache.put
(Identifier identifier, Info info) Synchronously adds image information to the cache. -
Uses of Info in is.galia.image
Methods in is.galia.image that return Info -
Uses of Info in is.galia.operation
Methods in is.galia.operation with parameters of type InfoModifier and TypeMethodDescriptionvoid
OperationList.applyNonEndpointMutations
(Info info, Delegate delegate) Most image processing operations (crop, scale, etc.) are supplied by a client in a request to an endpoint. -
Uses of Info in is.galia.resource
Methods in is.galia.resource that return InfoModifier and TypeMethodDescriptionInformationRequestHandler.handle()
Handles an information request.Methods in is.galia.resource with parameters of type InfoModifier and TypeMethodDescriptionvoid
ImageRequestHandler.Callback.infoAvailable
(Info info) Called when image information is available; always beforeImageRequestHandler.Callback.willProcessImage(Info)
andImageRequestHandler.Callback.willStreamImageFromVariantCache(StatResult)
.void
ImageRequestHandler.Callback.willProcessImage
(Info info) All setup is complete and processing will begin very soon after this method returns.