Get information about image in ICS file (in dipIO)
#include "dipio_ics.h"
dip_Error dipio_ImageReadICSInfo ( imInfo, filename )
Opens a ICS 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 libics (version 1.3), which supports the ICS specification revision 2.0. Copyright (c)2000-2002 Cris L. Luengo Hendriks, Dr. Hans T.M. van der Voort and many others.
ImageFileGetInfo, ImageIsICS, ImageReadICS, ImageWriteICS, ImageFileInformationNew