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
ConvertTo
that convert to unsigned byte buffers.LikeToUnsignedByte
but applies scaling, if necessary, to map the original value to 8-bits.Converts aByteBuffer
encoding a float type to unsigned byte type, as expected in an AnchorVoxelBuffer
.LikeToUnsignedByte
and provides common functionality when converting to an unsigned byte.Converts aByteBuffer
encoding unsigned bytes (with interleaving) to unsigned byte type, as expected in an AnchorVoxelBuffer
.Converts aByteBuffer
encoding 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.