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 theImageMetadatafrom the file-system.Methods in org.anchoranalysis.plugin.image.task.bean.combine with parameters of type ImageMetadataReaderModifier and TypeMethodDescriptionvoidMontage.setImageMetadataReader(ImageMetadataReader imageMetadataReader) How to read theImageMetadatafrom 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 theImageMetadatafrom the file-system.Methods in org.anchoranalysis.plugin.image.task.bean.scale with parameters of type ImageMetadataReaderModifier and TypeMethodDescriptionvoidScaleImageCommonSize.setImageMetadataReader(ImageMetadataReader imageMetadataReader) How to read theImageMetadatafrom 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 newImageSizePrereaderinstance. -
Uses of ImageMetadataReader in org.anchoranalysis.plugin.io.bean.metadata.reader
Subclasses of ImageMetadataReader in org.anchoranalysis.plugin.io.bean.metadata.readerModifier and TypeClassDescriptionclassA specialImageMetadataReaderthat will always throw an exception and reject a file.classTries to construct theImageMetadatafrom 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 TypeMethodDescriptionvoidInferFromHeader.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 newInferFromHeaderinstance. -
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 theImageMetadatafrom the file-system.Methods in org.anchoranalysis.plugin.mpp.bean.convert with parameters of type ImageMetadataReaderModifier and TypeMethodDescriptionvoidConvertNamedChannels.setImageMetadataReader(ImageMetadataReader imageMetadataReader) How to read theImageMetadatafrom the file-system. -
Uses of ImageMetadataReader in org.anchoranalysis.test.image.io
Methods in org.anchoranalysis.test.image.io that return ImageMetadataReaderModifier and TypeMethodDescriptionstatic ImageMetadataReaderBeanInstanceMapFixture.ensureImageMetadataReader()Ensure aImageMetadataReaderinstance exists in the underlyingBeanInstanceMap.