The property determines whether the converter keeps the image stream open after conversion.
When False (default), the converter closes MarkdownImageSavingArgs.image_stream after writing — idiomatic for io.RawIOBase replacements that should be flushed to disk. Set to True to keep the stream open after conversion completes (typical for a io.BytesIO you intend to read yourself); the caller then owns disposal.