Uses of Class
org.anchoranalysis.image.core.stack.ImageFileAttributes
Packages that use ImageFileAttributes
Package
Description
Defines the key data object,
Stack, and related
classes.Non-bean classes for reading a
Stack from the
filesystem.Different types of image-file-formats whose headers can provide
ImageMetadata.-
Uses of ImageFileAttributes in org.anchoranalysis.image.core.stack
Methods in org.anchoranalysis.image.core.stack that return ImageFileAttributesModifier and TypeMethodDescriptionstatic ImageFileAttributesReadsImageFileAttributesfrom a path.ImageMetadata.getFileAttributes()Attributes associated with the file on the file-system.Constructors in org.anchoranalysis.image.core.stack with parameters of type ImageFileAttributesModifierConstructorDescriptionImageMetadata(Dimensions dimensions, int numberChannels, int numberFrames, int numberSeries, boolean rgb, int bitDepthPerChannel, ImageFileAttributes fileAttributes, Optional<ZonedDateTime> acquisitionTime, Optional<ImageLocation> location, Optional<ImagePyramidMetadata> pyramid) Creates a newImageMetadatainstance. -
Uses of ImageFileAttributes in org.anchoranalysis.image.io.stack.input
Methods in org.anchoranalysis.image.io.stack.input that return ImageFileAttributesModifier and TypeMethodDescriptionImageTimestampsAttributes.getAttributes()Timestamps and other metadata associated with an image file-path, but not with the file's contents.Constructors in org.anchoranalysis.image.io.stack.input with parameters of type ImageFileAttributesModifierConstructorDescriptionImageTimestampsAttributes(ImageFileAttributes attributes, Optional<ZonedDateTime> acqusitionTime) Creates a newImageTimestampsAttributesinstance. -
Uses of ImageFileAttributes in org.anchoranalysis.plugin.io.bean.metadata.header
Methods in org.anchoranalysis.plugin.io.bean.metadata.header with parameters of type ImageFileAttributesModifier and TypeMethodDescriptionprotected Optional<ImageMetadata> BMP.populateFromMetadata(com.drew.metadata.Metadata metadata, ImageFileAttributes attributes) protected abstract Optional<ImageMetadata> HeaderFormat.populateFromMetadata(com.drew.metadata.Metadata metadata, ImageFileAttributes attributes) Creates aImageMetadata, if possible, frommetadata.protected Optional<ImageMetadata> JPEG.populateFromMetadata(com.drew.metadata.Metadata metadata, ImageFileAttributes attributes) protected Optional<ImageMetadata> PNG.populateFromMetadata(com.drew.metadata.Metadata metadata, ImageFileAttributes attributes)