Uses of Class
org.anchoranalysis.image.io.ImageIOException
| Package | Description |
|---|---|
| org.anchoranalysis.image.io.bean.stack.metadata.reader |
Bean classes for reading
ImageMetadata from the
file-system. |
| org.anchoranalysis.image.io.bean.stack.reader |
Bean classes for reading raster-files from the filesystem.
|
| org.anchoranalysis.image.io.bean.stack.writer |
Bean classes for writing raster-files to the filesystem.
|
| org.anchoranalysis.image.io.channel.input |
Non-bean classes for reading a
Channel from the
filesystem. |
| org.anchoranalysis.image.io.channel.map |
Non-bean classes for a mapping of names to
Channels. |
| org.anchoranalysis.image.io.stack |
Non-bean classes for reading / writing a
Stack from
and to the filesystem. |
| org.anchoranalysis.image.io.stack.input |
Non-bean classes for reading a
Stack from the
filesystem. |
| org.anchoranalysis.image.io.stack.output.generator |
Base classes for generators that ultimately write a
Stack to the filesystem. |
-
Uses of ImageIOException in org.anchoranalysis.image.io.bean.stack.metadata.reader
Methods in org.anchoranalysis.image.io.bean.stack.metadata.reader that throw ImageIOException Modifier and Type Method Description ImageMetadataFromStackReader. openFile(Path path, StackReader defaultStackReader, OperationContext context)abstract ImageMetadataImageMetadataReader. openFile(Path path, StackReader defaultStackReader, OperationContext context)Opens a file containing one or more images but does not read an image. -
Uses of ImageIOException in org.anchoranalysis.image.io.bean.stack.reader
Methods in org.anchoranalysis.image.io.bean.stack.reader that throw ImageIOException Modifier and Type Method Description abstract OpenedImageFileStackReader. openFile(Path path, ExecutionTimeRecorder executionTimeRecorder)Opens a file containing one or more images.abstract OpenedImageFileStackReaderOrientationCorrection. openFile(Path path, CalculateOrientationChange orientationCorrection, ExecutionTimeRecorder executionTimeRecorder)Opens a file containing one or more images but does not read an image.StackStackReader. readStack(Path path, OperationContext context)Opens a file atpaththat should contain only a single-stack. -
Uses of ImageIOException in org.anchoranalysis.image.io.bean.stack.writer
Methods in org.anchoranalysis.image.io.bean.stack.writer that return ImageIOException Modifier and Type Method Description static <T extends StackWriter>
ImageIOExceptionWriterErrorMessageHelper. generalWriteException(Class<T> writerClass, Path path, Exception cause)Creates aImageIOExceptionwith an error message that image-writing failed.Methods in org.anchoranalysis.image.io.bean.stack.writer that throw ImageIOException Modifier and Type Method Description ImageFileFormatOneOrThreeChannelsWriter. fileFormat(StackWriteOptions writeOptions)abstract ImageFileFormatStackWriter. fileFormat(StackWriteOptions writeOptions)The file format that will be written by the generator.ImageFileFormatStackWriter. fileFormatWarnUnexpected(StackWriteOptions writeOptions, Optional<Logger> logger)The file format that will be written by the generator, warning with a log message if different to suggestion.voidOneOrThreeChannelsWriter. writeStack(Stack stack, Path filePath, StackWriteOptions options)abstract voidStackWriter. writeStack(Stack stack, Path filePath, StackWriteOptions options)Writes a stack to the filesystem at a particular path.protected abstract voidOneOrThreeChannelsWriter. writeStackAfterCheck(Stack stack, Path filePath)Writes theStackto the file-system, after a check has already occurred that the correct number of channels exist.PathStackWriter. writeStackWithExtension(Stack stack, Path filePath, StackWriteOptions options)Writes a stack to the filesystem at a particular path with an extension appended to the path. -
Uses of ImageIOException in org.anchoranalysis.image.io.channel.input
Methods in org.anchoranalysis.image.io.channel.input that throw ImageIOException Modifier and Type Method Description abstract intNamedChannelsInput. bitDepth(Logger logger)Bit-depth of image.abstract NamedChannelsMapNamedChannelsInput. createChannelsForSeries(int seriesIndex, Logger logger)Creates aNamedChannelsMaprepresenting the channels for a particular series in this input.abstract DimensionsNamedChannelsInput. dimensions(int seriesIndex, Logger logger)Dimensions of a particular series.abstract ImageMetadataNamedChannelsInput. metadata(int seriesIndex, Logger logger)The image-metadata associated with a particular series.abstract intNamedChannelsInput. numberChannels(Logger logger)Number of channels.abstract intNamedChannelsInput. numberSeries()Number of series that exist. -
Uses of ImageIOException in org.anchoranalysis.image.io.channel.map
Methods in org.anchoranalysis.image.io.channel.map that throw ImageIOException Modifier and Type Method Description DimensionsNamedChannelsConcatenate. dimensions(Logger logger)DimensionsNamedChannelsMap. dimensions(Logger logger)The dimensions of eachChannel.DimensionsOpenedNamedChannels. dimensions(Logger logger)booleanNamedChannelsConcatenate. isRGB(Logger logger)booleanNamedChannelsMap. isRGB(Logger logger)Whether the channels describe an RGB image.booleanOpenedNamedChannels. isRGB(Logger logger)intNamedChannelsConcatenate. sizeT(Logger logger)intNamedChannelsMap. sizeT(Logger logger)The number of frames along the time-axis.intOpenedNamedChannels. sizeT(Logger logger) -
Uses of ImageIOException in org.anchoranalysis.image.io.stack
Methods in org.anchoranalysis.image.io.stack that throw ImageIOException Modifier and Type Method Description OrientationChangeCalculateOrientationChange. calculateOrientationChange(Logger logger)Calculates any needed orientation change. -
Uses of ImageIOException in org.anchoranalysis.image.io.stack.input
Methods in org.anchoranalysis.image.io.stack.input that throw ImageIOException Modifier and Type Method Description intOpenedImageFile. bitDepth(Logger logger)The bit-depth of the image voxels e.g.Optional<List<String>>OpenedImageFile. channelNames(Logger logger)The names of each channel, if they are known.voidOpenedImageFile. close()Closes the opened image-file, removing any intermediate data-structures.TimeSeriesStackSequenceInput. createStackSequenceForSeries(int seriesIndex, Logger logger)Creates a supplier of aTimeSeriesof stacks for a particular series number.DimensionsOpenedImageFile. dimensionsForSeries(int seriesIndex, Logger logger)TheDimensionsassociated with a particular series.booleanOpenedImageFile. isRGB(Logger logger)Whether the image-file has RGB encoded voxels.ImageMetadataImageMetadataInput. metadata()The associated image metadata.default ImageMetadataOpenedImageFile. metadata(int seriesIndex, Logger logger)Extracts metadata about the image.intOpenedImageFile. numberChannels(Logger logger)The number of channels in the image-file e.g.intOpenedImageFile. numberFrames(Logger logger)The number of frames in the image-file i.e.TimeSeriesOpenedImageFile. open(int seriesIndex, Logger logger)Open when we don't have a specific-type.default TimeSeriesOpenedImageFile. open(Logger logger)Open the first series when we don't have a specific-type.default TimeSeriesOpenedImageFile. openCheckType(int seriesIndex, org.anchoranalysis.image.voxel.datatype.VoxelDataType channelDataType, Logger logger)Opens a time-series, and checks that it is a particular type.static MaskMaskReader. openMask(StackReader stackReader, Path path, org.anchoranalysis.image.voxel.binary.values.BinaryValuesInt binaryValues, OperationContext context)Utility functions for opening a single-channeled stack as aMask.Optional<ImagePyramidMetadata>OpenedImageFile. pyramid()Metadata to describe an image-pyramid, if it exists for this opened-image.ImageTimestampsAttributesOpenedImageFile. timestamps()The timestamps and file-attributes associated with the image.Constructor parameters in org.anchoranalysis.image.io.stack.input with type arguments of type ImageIOException Constructor Description ImageMetadataInput(NamedFile file, CheckedSupplier<ImageMetadata,ImageIOException> metadata)Create for a particular file and metadata. -
Uses of ImageIOException in org.anchoranalysis.image.io.stack.output.generator
Methods in org.anchoranalysis.image.io.stack.output.generator that throw ImageIOException Modifier and Type Method Description static StringGeneratorOutputter. fileExtensionWriter(OutputWriteSettings settings, StackWriteOptions writeOptions, Optional<Logger> logger)The file extension to use for the defaultStackWriter, as returned byGeneratorOutputter.writer(OutputWriteSettings).static StackWriterGeneratorOutputter. writer(OutputWriteSettings settings)Gets the defaultStackWriter.