I have noticed that, for images, the dictionary ALAssetRepresentation.metadata contains a couple of keys named "PixelHeight" and "PixelWidth". My question is: is there a guarantee that these keys will be present for all the images? As far as I can see, all the metadatas from the default representation of my images contain those keys, however I have not found a place in the documention where it is stated, so I'm a bit worried about letting my App think that those values will be always available.
Can anyone confirm or deny this?
Thanks a lot and best regards.