DIPlib Documentation - ©1995-2017 Quantitative Imaging Group, Delft University of Technology.

ImageIsLSM

Confirm that a file is a Zeiss LSM file (in dipIO)

SYNOPSIS

#include "dipio_ics.h"

dip_Error dipio_ImageIsLSM ( filename, veredict )

FUNCTION

This function verifies that the file is a Zeiss LSM file. veredict is set to DIP_TRUE if it is, and to DIP_FALSE if it isn't.

ARGUMENTS

Data typeNameDescription
dip_StringfilenameFile name
dip_Boolean *veredictSet to DIP_TRUE or DIP_FALSE

SOFTWARE

This function uses libtiff (version 3.6.1 or later), which supports the TIFF specification revision 6.0. Copyright (c)1988-1997 Sam Leffler and Copyright (c)1991-1997 Silicon Graphics, Inc.

SEE ALSO

ImageReadLSM