Get information about image in BioRad PIC file (in dipIO)
#include "dipio_pic.h"
dip_Error dipio_ImageReadPICInfo ( imInfo, filename )
Opens a BioRAD PIC 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 |