Uses of Class
org.anchoranalysis.io.bioformats.copyconvert.ImageFileEncoding
Packages that use ImageFileEncoding
Package
Description
Converts the byte stream opened by Bioformats into channels of particular data-type.
Converts the byte stream opened by Bioformats into channels of
FloatBuffer.-
Uses of ImageFileEncoding in org.anchoranalysis.io.bioformats.copyconvert
Methods in org.anchoranalysis.io.bioformats.copyconvert with parameters of type ImageFileEncodingModifier and TypeMethodDescriptionvoidConvertTo.copyAllChannels(Dimensions dimensions, ByteBuffer source, DestinationChannelForIndex destination, int z, ImageFileEncoding sourceImageEncoding, OrientationChange orientationCorrection) Copies the channels in the source buffer into a particularDestinationChannelForIndex.protected voidConvertTo.setupBefore(Dimensions dimensions, ImageFileEncoding sourceImageEncoding) Always called before any batch of calls toConvertTo.convertSliceOfSingleChannel(java.nio.ByteBuffer, int, org.anchoranalysis.image.core.dimensions.OrientationChange). -
Uses of ImageFileEncoding in org.anchoranalysis.io.bioformats.copyconvert.tofloat
Methods in org.anchoranalysis.io.bioformats.copyconvert.tofloat with parameters of type ImageFileEncodingModifier and TypeMethodDescriptionprotected voidFloatFromUnsignedByte.setupBefore(Dimensions dimensions, ImageFileEncoding encoding)