can_save method

can_save

Determines whether image can be saved to the specified file format represented by the passed save options.

Returns

true if image can be saved to the specified file format represented by the passed save options; otherwise, false.

def can_save(self, options):
    ...
ParameterTypeDescription
optionsImageOptionsBaseThe save options to use.

See Also