imagemagick_driver package¶
config module¶
-
class
dcc_jp2_converter.modules.imagemagick_driver.config.
ImagemagickPath
¶ Bases:
dcc_jp2_converter.modules.abs_driver_config.AbsDriverConfig
-
static
check_bundled
()¶
-
static
check_config
()¶
-
static
check_path
()¶
-
static
driver_name
() → str¶
-
get_path
()¶
-
static
-
dcc_jp2_converter.modules.imagemagick_driver.config.
get_imagemagick_path
()¶ - Attempts to retrieve the location to Imagemagick convert command. If a
- path is specified in the settings ini file, that path will be used. Otherwise, the function will search for it on the path.
Returns: Full path to Imagemagick convert command if found.