I know from the format specifications that HEIF files have Image Properties that can denote spacial extent ('ispe'), color information ('colr'), pixel information ('pixi'), etc.
Is it possible to directly access those properties using WIC?
I am able to access EXIF and IFD metadata tags (if they are present in the file) using GetMetadataByName, and to get at the size info and pixel format by getting the frame out, but I am not sure if there is any way to use WIC to explicitely read out these "Descriptive Item Properties" as defined by HEIF format.