This commit is contained in:
Erik Fröjdh 2024-11-05 16:01:22 +01:00
parent 2efb763242
commit 654c1db3f4

View File

@ -100,6 +100,7 @@ class CtbRawFile(_aare.CtbRawFile):
return super().tell() return super().tell()
@property
def image_size_in_bytes(self) -> int: def image_size_in_bytes(self) -> int:
"""Return the size of the image in bytes. """Return the size of the image in bytes.
@ -116,6 +117,7 @@ class CtbRawFile(_aare.CtbRawFile):
""" """
return super().frames_in_file return super().frames_in_file
@property
def frames_in_file(self) -> int: def frames_in_file(self) -> int:
"""Return the number of frames in the file. """Return the number of frames in the file.