Uses of Class
org.anchoranalysis.image.io.ImageIOException
Packages that use ImageIOException
Package
Description
Bean classes for reading
ImageMetadata from the
file-system.Bean classes for reading raster-files from the filesystem.
Bean classes for writing raster-files to the filesystem.
Non-bean classes for reading a
Channel from the
filesystem.Non-bean classes for a mapping of names to
Channels.Non-bean classes for reading / writing a
Stack from
and to the filesystem.Non-bean classes for reading a
Stack from the
filesystem.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 ImageIOExceptionModifier and TypeMethodDescriptionFromStackReader.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 ImageIOExceptionModifier and TypeMethodDescriptionabstract 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.StackReader.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 ImageIOExceptionModifier and TypeMethodDescriptionstatic <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 ImageIOExceptionModifier and TypeMethodDescriptionOneOrThreeChannelsWriter.fileFormat(StackWriteOptions writeOptions) abstract ImageFileFormatStackWriter.fileFormat(StackWriteOptions writeOptions) The file format that will be written by the generator.StackWriter.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.StackWriter.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 ImageIOExceptionModifier and TypeMethodDescriptionabstract intBit-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 ImageMetadataThe 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 ImageIOExceptionModifier and TypeMethodDescriptionNamedChannelsConcatenate.dimensions(Logger logger) NamedChannelsMap.dimensions(Logger logger) The dimensions of eachChannel.OpenedNamedChannels.dimensions(Logger logger) booleanbooleanWhether the channels describe an RGB image.booleanintintThe number of frames along the time-axis.int -
Uses of ImageIOException in org.anchoranalysis.image.io.stack
Methods in org.anchoranalysis.image.io.stack that throw ImageIOExceptionModifier and TypeMethodDescriptionCalculateOrientationChange.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 ImageIOExceptionModifier and TypeMethodDescriptionintThe bit-depth of the image voxels e.g.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.StackSequenceInput.createStackSequenceForSeries(int seriesIndex, Logger logger) Creates a supplier of aTimeSeriesof stacks for a particular series number.OpenedImageFile.dimensionsForSeries(int seriesIndex, Logger logger) TheDimensionsassociated with a particular series.booleanWhether the image-file has RGB encoded voxels.OpenedImageFile.location()The location associated with the image, if it is known.ImageMetadataInput.metadata()The associated image metadata.default ImageMetadataExtracts 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.Open when we don't have a specific-type.default TimeSeriesOpen the first series when we don't have a specific-type.default TimeSeriesOpenedImageFile.openCheckType(int seriesIndex, VoxelDataType channelDataType, Logger logger) Opens a time-series, and checks that it is a particular type.static MaskMaskReader.openMask(StackReader stackReader, Path path, BinaryValuesInt binaryValues, OperationContext context) Utility functions for opening a single-channeled stack as aMask.OpenedImageFile.pyramid()Metadata to describe an image-pyramid, if it exists for this opened-image.OpenedImageFile.timestamps()The timestamps and file-attributes associated with the image.Constructor parameters in org.anchoranalysis.image.io.stack.input with type arguments of type ImageIOExceptionModifierConstructorDescriptionImageMetadataInput(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 ImageIOExceptionModifier and TypeMethodDescriptionstatic 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.