Class CompressAnyTIFF
Create a voxelwise compressed copy of any TIFF file being copied, and otherwise do a
Bytewise copy.- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmakeCopyWithDirectory(Path source, Path destination) LikeCopyFilesMethod.makeCopy(Path,Path)but after any necessary directories are created sodestinationcan be written.Methods inherited from class org.anchoranalysis.plugin.io.bean.file.copy.method.CopyFilesMethod
makeCopyMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
CompressAnyTIFF
public CompressAnyTIFF()
-
-
Method Details
-
makeCopyWithDirectory
Description copied from class:CopyFilesMethodLikeCopyFilesMethod.makeCopy(Path,Path)but after any necessary directories are created sodestinationcan be written.- Specified by:
makeCopyWithDirectoryin classCopyFilesMethod- Parameters:
source-destination-- Throws:
CreateException
-