|
Functions |
| void | IPGZ::writeFloat2Tiff2D (char *outFilename, PixelArray2D< float > *data, int R, int G, int B, int compress) |
| | Routine to write floating point information stored in the PixelArray2D class to a TIFF file.
|
| void | IPGZ::writeFloat2Tiff2D (char *outFilename, PixelArray2D< float > *data1, int R1, int G1, int B1, PixelArray2D< float > *data2, int R2, int G2, int B2, int compress) |
| | Routine to merge floating point information stored in two instances of the PixelArray2D class and write to a TIFF file.
|
| void | IPGZ::writeOverlay2Tiff3D (char *inFilenamePattern, int min, int max, char *outFilenamePattern, PixelArray3D< bool > *data, int R, int G, int B, int compress, int outputStyle) |
| | Routine to read in a series of TIFF images and selectively overwrite certain information corresponding to particle positions and then write out corresponding tiff file.
|
| void | IPGZ::writeOverlay2Tiff (char *inFilename, char *outFilename, PixelArray2D< bool > *data, int R, int G, int B, int compress, int outputStyle) |
| | Routine to read in a TIFF file and selectively overwrite certain information corresponding to particle positions and then write to a tiff file.
|
| void | IPGZ::writeIntensity2Tiff (char *outFilename, PixelArray2D< bool > *data, int R, int G, int B, int compress, int outputStyle) |
| | Routine to write a TIFF file using intensity data to selectively overwrite certain pixels.
|