Uses of Class
org.anchoranalysis.io.bioformats.copyconvert.ImageFileShape
Packages that use ImageFileShape
Package
Description
Converts the byte stream opened by Bioformats into channels of particular data-type.
-
Uses of ImageFileShape in org.anchoranalysis.io.bioformats.copyconvert
Methods in org.anchoranalysis.io.bioformats.copyconvert with parameters of type ImageFileShapeModifier and TypeMethodDescriptionstatic void
CopyConvert.copyAllFrames
(loci.formats.IFormatReader reader, List<Channel> destination, ImageFileShape targetShape, ConvertTo<?> convertTo, ReadOptions readOptions, OrientationChange orientationCorrection) Copies all frames, channels, z-slices (in a byte-array) into a destination set ofChannel
s converting them if necessary along the way.