Uses of Class
org.anchoranalysis.image.io.bean.stack.metadata.reader.ImageMetadataReader
Packages that use ImageMetadataReader
Package
Description
Bean classes for reading
ImageMetadata
from the
file-system.Combining multiple images together into a single image.
Tasks to scale an image.
Non-bean classes pertaining to stacks and channels as used in tasks.
Implementations of
ImageMetadataReader
.Converting from
NamedChannelsInput
to the
input-type expected by a Task
.Utilities for testing-related reading and writing to the filesystem.
-
Uses of ImageMetadataReader in org.anchoranalysis.image.io.bean.stack.metadata.reader
-
Uses of ImageMetadataReader in org.anchoranalysis.plugin.image.task.bean.combine
Methods in org.anchoranalysis.plugin.image.task.bean.combine that return ImageMetadataReaderModifier and TypeMethodDescriptionMontage.getImageMetadataReader()
How to read theImageMetadata
from the file-system.Methods in org.anchoranalysis.plugin.image.task.bean.combine with parameters of type ImageMetadataReaderModifier and TypeMethodDescriptionvoid
Montage.setImageMetadataReader
(ImageMetadataReader imageMetadataReader) How to read theImageMetadata
from the file-system. -
Uses of ImageMetadataReader in org.anchoranalysis.plugin.image.task.bean.scale
Methods in org.anchoranalysis.plugin.image.task.bean.scale that return ImageMetadataReaderModifier and TypeMethodDescriptionScaleImageCommonSize.getImageMetadataReader()
How to read theImageMetadata
from the file-system.Methods in org.anchoranalysis.plugin.image.task.bean.scale with parameters of type ImageMetadataReaderModifier and TypeMethodDescriptionvoid
ScaleImageCommonSize.setImageMetadataReader
(ImageMetadataReader imageMetadataReader) How to read theImageMetadata
from the file-system. -
Uses of ImageMetadataReader in org.anchoranalysis.plugin.image.task.stack
Constructors in org.anchoranalysis.plugin.image.task.stack with parameters of type ImageMetadataReaderModifierConstructorDescriptionImageSizePrereader
(ImageMetadataReader imageMetadataReader, StackReader stackReader, OperationContext context) Creates a newImageSizePrereader
instance. -
Uses of ImageMetadataReader in org.anchoranalysis.plugin.io.bean.metadata.reader
Subclasses of ImageMetadataReader in org.anchoranalysis.plugin.io.bean.metadata.readerModifier and TypeClassDescriptionclass
A specialImageMetadataReader
that will always throw an exception and reject a file.class
Tries to construct theImageMetadata
from EXIF and other metadata, if available, or otherwise falls back to another reader.Methods in org.anchoranalysis.plugin.io.bean.metadata.reader that return ImageMetadataReaderModifier and TypeMethodDescriptionInferFromHeader.getFallback()
Fallback to use if EXIF information is non-existing or absent.Methods in org.anchoranalysis.plugin.io.bean.metadata.reader with parameters of type ImageMetadataReaderModifier and TypeMethodDescriptionvoid
InferFromHeader.setFallback
(ImageMetadataReader fallback) Fallback to use if EXIF information is non-existing or absent.Constructors in org.anchoranalysis.plugin.io.bean.metadata.reader with parameters of type ImageMetadataReaderModifierConstructorDescriptionInferFromHeader
(ImageMetadataReader fallback, List<HeaderFormat> formats) Creates a newInferFromHeader
instance. -
Uses of ImageMetadataReader in org.anchoranalysis.plugin.mpp.bean.convert
Methods in org.anchoranalysis.plugin.mpp.bean.convert that return ImageMetadataReaderModifier and TypeMethodDescriptionConvertNamedChannels.getImageMetadataReader()
How to read theImageMetadata
from the file-system.Methods in org.anchoranalysis.plugin.mpp.bean.convert with parameters of type ImageMetadataReaderModifier and TypeMethodDescriptionvoid
ConvertNamedChannels.setImageMetadataReader
(ImageMetadataReader imageMetadataReader) How to read theImageMetadata
from the file-system. -
Uses of ImageMetadataReader in org.anchoranalysis.test.image.io
Methods in org.anchoranalysis.test.image.io that return ImageMetadataReaderModifier and TypeMethodDescriptionstatic ImageMetadataReader
BeanInstanceMapFixture.ensureImageMetadataReader()
Ensure aImageMetadataReader
instance exists in the underlyingBeanInstanceMap
.