class documentation

Base class for PIL plugin encoders

Method encode Encodes the image to an output bytestream
Class Variable _pushes_fd Undocumented
def encode(self, bufsize): (source)

Encodes the image to an output bytestream

Parameters
bufsizeThe size of the output buffer (unused)
Returns
The length of the output, the error code (0 on success), and the output
_pushes_fd: bool = (source)

Undocumented