public class FromImageMetadata extends SingleRowPerInput<ImageMetadataInput,FeatureInputImageMetadata>
Calculates features from the metadata from single image.

The image voxels should not be loaded in memory, to keep this as computationally efficient as possible.

Each image's metadata produces a single row of features.

The columns produced are:

  1. an image identifier
  2. file extension (or empty if none exists) according to the procedure in ExtensionUtilities.extractExtension(String).
  3. file creation date
  4. file modification date
  5. the results of each feature.

All dates are expressed in the current time-zone.