Uses of Record Class
is.galia.image.Format
Packages that use Format
Package
Description
Package relating to all aspects of caching of images and their
characteristics.
Contains classes related to reading/decoding and writing/coding of images
and image metadata.
Contains two main components:
Classes for properties associated with an image.
Contains image processing operations and related classes.
HTTP resource classes and server request handler class.
Package for sources, which locate and provide uniform access to source
images.
-
Uses of Format in is.galia.cache
Methods in is.galia.cache with parameters of type FormatModifier and TypeMethodDescriptionCacheFacade.fetchOrReadInfo
(Identifier identifier, Format format, Decoder decoder) Returns theInfo
of the source image corresponding to the given identifier. -
Uses of Format in is.galia.codec
Methods in is.galia.codec that return FormatModifier and TypeMethodDescriptionstatic Format
static Format
FormatDetector.detect
(ImageInputStream inputStream) Decoder.detectFormat()
Called after a source has been set.Methods in is.galia.codec that return types with arguments of type FormatModifier and TypeMethodDescriptionDecoderFactory.getAllSupportedFormats()
EncoderFactory.getAllSupportedFormats()
AbstractImageIODecoder.getSupportedFormats()
Decoder.getSupportedFormats()
Encoder.getSupportedFormats()
Methods in is.galia.codec with parameters of type FormatModifier and TypeMethodDescriptionstatic Decoder
DecoderFactory.newDecoder
(Format format, Arena arena) Returns a new instance capable of decoding the given format.Constructors in is.galia.codec with parameters of type FormatModifierConstructorDescriptionSourceFormatException
(Format format) VariantFormatException
(Format format) -
Uses of Format in is.galia.codec.bmp
Methods in is.galia.codec.bmp that return FormatMethods in is.galia.codec.bmp that return types with arguments of type Format -
Uses of Format in is.galia.codec.gif
Methods in is.galia.codec.gif that return FormatMethods in is.galia.codec.gif that return types with arguments of type FormatModifier and TypeMethodDescriptionGIFDecoder.getSupportedFormats()
GIFEncoder.getSupportedFormats()
-
Uses of Format in is.galia.codec.jpeg
Methods in is.galia.codec.jpeg that return FormatMethods in is.galia.codec.jpeg that return types with arguments of type FormatModifier and TypeMethodDescriptionJPEGDecoder.getSupportedFormats()
JPEGEncoder.getSupportedFormats()
-
Uses of Format in is.galia.codec.png
Methods in is.galia.codec.png that return FormatMethods in is.galia.codec.png that return types with arguments of type FormatModifier and TypeMethodDescriptionPNGDecoder.getSupportedFormats()
PNGEncoder.getSupportedFormats()
-
Uses of Format in is.galia.codec.tiff
Methods in is.galia.codec.tiff that return FormatMethods in is.galia.codec.tiff that return types with arguments of type FormatModifier and TypeMethodDescriptionTIFFDecoder.getSupportedFormats()
TIFFEncoder.getSupportedFormats()
-
Uses of Format in is.galia.image
Classes in is.galia.image that implement interfaces with type arguments of type FormatFields in is.galia.image declared as FormatModifier and TypeFieldDescriptionstatic final Format
Format.UNKNOWN
Represents an unknown format.Methods in is.galia.image that return FormatModifier and TypeMethodDescriptionstatic Format
FormatRegistry.formatWithKey
(String key) static Format
Alias ofFormatRegistry.formatWithKey(String)
.Info.getSourceFormat()
static Format
Format.inferFormat
(Identifier identifier) Attempts to infer a format from the given identifier.static Format
Format.inferFormat
(String pathname) Attempts to infer a format from the given pathname.MediaType.toFormat()
static Format
Format.withExtension
(String extension) Methods in is.galia.image that return types with arguments of type FormatModifier and TypeMethodDescriptionFormat.all()
Alias ofFormatRegistry.allFormats()
.FormatRegistry.allFormats()
Methods in is.galia.image with parameters of type FormatModifier and TypeMethodDescriptionstatic void
int
Compares by case-insensitive name.void
void
Info.setSourceFormat
(Format sourceFormat) Info.Builder.withFormat
(Format format) -
Uses of Format in is.galia.operation
Methods in is.galia.operation that return FormatModifier and TypeMethodDescriptionEncode.getFormat()
OperationList.getOutputFormat()
Used for quickly checking theEncode
operation's format.Methods in is.galia.operation with parameters of type FormatModifier and TypeMethodDescriptionboolean
Determines whether the operations are effectively calling for the unmodified source image, based on the given source format.void
void
Checks that anidentifier is set
Checks that anEncode
is present CallsOperation.validate(is.galia.image.Size, is.galia.image.ScaleConstraint)
on eachOperation
Checks that the resulting scale is not larger than allowed by thescale constraint
Checks that the resulting pixel area is greater than zero and less than or equal toKey.MAX_PIXELS
(if set) These are all general validations that are not endpoint-specific.Constructors in is.galia.operation with parameters of type Format -
Uses of Format in is.galia.resource
Methods in is.galia.resource that return FormatMethods in is.galia.resource with parameters of type FormatModifier and TypeMethodDescriptionprotected String
AbstractResource.getRepresentationDisposition
(String identifierStr, Format outputFormat) Returns a sanitized value for aContent-Disposition
header based on the value of theAbstractResource.RESPONSE_CONTENT_DISPOSITION_QUERY_ARG
query argument.void
RequestContext.setOutputFormat
(Format outputFormat) -
Uses of Format in is.galia.source
Methods in is.galia.source that return FormatModifier and TypeMethodDescriptionFormatChecker.check()
IdentifierFormatChecker.check()
NameFormatChecker.check()
Methods in is.galia.source that return types with arguments of type FormatModifier and TypeMethodDescriptionSource.getFormatIterator()
Returns an iterator over the results of various techniques of checking the format, in the order of least to most expensive.