Open
Description
See #52
Regarding this function:
ImageSequenceImporter.GetImageDimensions
imports the whole texture just to get the dimensions. We should either find a faster way to check the dimensions (reading header only?), or at least make sure that we only read the images once during import (ideally async, but that should be another task).