You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As HEIF supports burst mode, it's common for HEIF files to have multiple frames in the same file.
Reading a file with pyheif.read_heif() only reads the first frame.
Support needs to be added for reading subsequent frames.
The text was updated successfully, but these errors were encountered:
As HEIF supports burst mode, it's common for HEIF files to have multiple frames in the same file.
Reading a file with
pyheif.read_heif()
only reads the first frame.Support needs to be added for reading subsequent frames.
The text was updated successfully, but these errors were encountered: