Package org.anchoranalysis.io.bioformats.copyconvert.tobyte
package org.anchoranalysis.io.bioformats.copyconvert.tobyte
Converts the byte stream opened by Bioformats into channels of
ByteBuffer.-
ClassesClassDescriptionBase class for implementations of
ConvertTothat convert to unsigned byte buffers.LikeToUnsignedBytebut applies scaling, if necessary, to map the original value to 8-bits.Converts aByteBufferencoding a float type to unsigned byte type, as expected in an AnchorVoxelBuffer.LikeToUnsignedByteand provides common functionality when converting to an unsigned byte.Converts aByteBufferencoding unsigned bytes (with interleaving) to unsigned byte type, as expected in an AnchorVoxelBuffer.Converts aByteBufferencoding unsigned bytes (no interleaving) to unsigned byte type, as expected in an AnchorVoxelBuffer.Converts data of type unsigned byte to unsigned byte.Converts data of type unsigned int to unsigned byte.Converts data of type unsigned short to unsigned byte.