Get information about image in LSM file (in dipIO)
#include "dipio_lsm.h"
dip_Error dipio_ImageReadLSMInfo ( imInfo, filename )
Opens a LSM file and fills a dipio_ImageFileInformation structure with the information from that file. imInfo must be allocated before calling this function.
Data type | Name | Description |
dipio_ImageFileInformation | imInfo | Output image file information. See ImageFileInformationNew |
dip_String | filename | File name |
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.
ImageFileGetInfo, ImageIsLSM, ImageReadLSM, ImageFileInformationNew