class documentation

class ImagemagickConverter(ImageConverter):

View In Hierarchy

Undocumented

Method convert Converts the image to expected one.
Method is​_available Confirms the converter is available or not.
Class Variable conversion​_rules Undocumented

Inherited from ImageConverter:

Class Variable available Undocumented
Method __init__ Undocumented
Method get​_conversion​_rule Undocumented
Method guess​_mimetypes Undocumented
Method handle Undocumented
Method match Undocumented
Class Variable default​_priority Undocumented

Inherited from BaseImageConverter (via ImageConverter):

Method apply Undocumented
Property imagedir Undocumented

Inherited from SphinxTransform (via ImageConverter, BaseImageConverter):

Property app Reference to the .Sphinx object.
Property config Reference to the .Config object.
Property env Reference to the .BuildEnvironment object.
def convert(self, _from, _to):
Converts the image to expected one.
Parameters
​_from:strUndocumented
​_to:strUndocumented
Returns
boolUndocumented
def is_available(self):
Confirms the converter is available or not.
Returns
boolUndocumented