imageio.core.Format._can_write#

Format._can_write(request)[source]#

Check if Plugin can write to ImageResource.

Parameters:
requestRequest

A request that can be used to access the ImageResource and obtain metadata about it.

Returns:
can_readbool

True if the plugin can write to the ImageResource, False otherwise.