oiio: assume it's not an image sequence if the dimensions aren't equal

This commit is contained in:
itsmattkc
2020-09-21 12:21:17 +10:00
parent bb5669c305
commit 7bdaf78af8
2 changed files with 29 additions and 2 deletions
+2
View File
@@ -68,6 +68,8 @@ private:
static bool FileTypeIsSupported(const QString& fn);
static QSize GetImageDimensions(const QString& fn);
bool OpenImageHandler(const QString& fn);
void CloseImageHandle();