.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. .TH TIFFTODICOM "1" "March 2022" "TIFFToDicom 20220313" "User Commands" .SH NAME TIFFToDicom - Read a TIFF image input format file and create an image of a specified or appropriate SOP Class. .SH SYNOPSIS .B TIFFToDicom \fI\,jsonfile inputFile outputFilePrefix \/\fR[\fI\,modality \/\fR[\fI\,SOPClass \/\fR[\fI\,TransferSyntax\/\fR]]] [\fI\,ADDTIFF|DONOTADDTIFF\/\fR] [\fI\,USEBIGTIFF|DONOTUSEBIGTIFF\/\fR] [\fI\,ALWAYSWSI|NOTALWAYSWSI\/\fR] [\fI\,ADDPYRAMID|DONOTADDPYRAMID\/\fR] [\fI\,MERGESTRIPS|SPLITSTRIPS\/\fR] [\fI\,ADDDCMSUFFIX|DONOTADDDCMSUFFIX\/\fR] [\fI\,INCLUDEFILENAME|DONOTINCLUDEFILENAME\/\fR] [\fI\,CHANNELFILE channelfile\/\fR] [\fI\,SPACINGMM spacingmm\/\fR] [\fI\,SPACINGROWCOLMM spacingrowmm(y) spacingcolmm(x)\/\fR] [\fI\,THICKNESSMM thickness\/\fR] .SH DESCRIPTION Error: Incorrect number of arguments or bad arguments .SH OPTIONS jsonfile - JSON file describing the functional groups and attributes and values to be added or replaced inputFileName - outputFilePrefix - outputFileSuffix - modality - may be null sopClass - may be null transferSyntax - may be null, used if multiframe, ignored if single frame (which is always written uncompressed) addTIFF - whether or not to add a TIFF IFD in the DICOM preamble to make a dual=personality DICOM-TIFF file sharing the same pixel data useBigTIFF - whether or not to create a BigTIFF rather than Classic TIFF file alwaysWSI - whether or not to add WSI-related information even if not WSI SOP Class, e.g., for float converted to parametric map addPyramid - whether or not to add multi-resolution pyramid (downsampled) layers to the TIFF IFD and a corresponding DICOM private data element in the same file mergeStrips - whether or not to merge an image with more than one strip into a single DICOM image, or to create a separate image or frame for each strip channelFile - may be null includeFileName - whether or not to record the original filename in the DICOM output spacingrowmm - PixelSpacing 1st value - spacing between adjacent rows (i.e. "y" spacing) (in mm) to use to override base layer spacing in case it is incorrect or not present (may be 0 if not supplied) spacingcolmm - PixelSpacing 2nd value - spacing between adjacent columns (i.e. "x" spacing) (in mm) to use to override base layer spacing in case it is incorrect or not present (may be 0 if not supplied) thicknessmm - SliceThickness and ImagedVolumeDepth value (in mm) to use (may be 0 if not supplied) .SH EXAMPLES $ TIFFToDicom /etc/pixelmed/TIFFToDicom.WSI.json CMU-1.svs my_wsi SM 1.2.840.10008.5.1.4.1.1.77.1.6 .SH AUTHOR This manual page was written by Mathieu Malaterre for the Debian GNU/Linux system (but may be used by others). .SH "SEE ALSO" OrthancWSIDicomizer