struct
#include <diplib/file_io.h>
FileInformation A data structure with information about an image file.
Contents
- Reference
Public variables
- String name
- File name.
- String fileType
- File type.
- DataType dataType
- Data type for all samples.
-
dip::
uint significantBits - Number of bits used for each sample.
- UnsignedArray sizes
- Size of image in pixels.
-
dip::
uint tensorElements - Size of pixel in samples.
- String colorSpace
- Color space.
- PixelSize pixelSize
- Pixel size.
- PhysicalQuantityArray origin
- Real-world location of origin pixel.
-
dip::
uint numberOfImages - Number of images in the file. Currently only TIFF can have more than 1 here.
- StringArray history
- Assorted metadata in the file, in the form of strings.