We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562fac8 commit f829919Copy full SHA for f829919
nibabel/filebasedimages.py
@@ -561,7 +561,10 @@ class SerializableImage(FileBasedImage):
561
562
Images that consist of separate header and data files (e.g., Analyze
563
images) currently do not support this interface.
564
+ For multi-file images, ``to_bytes()`` and ``from_bytes()`` must be
565
+ overridden, and any encoding details should be documented.
566
'''
567
+
568
@classmethod
569
def from_bytes(klass, bytestring):
570
""" Construct image from a byte string
0 commit comments