public class BasicImageMagickStrategy extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EMBEDDED_CONFIG_DIR
Deprecated.
|
static String |
IMAGEMAGICK_CONFIGURATION_DIRECTORY
Configuration key where the ImageMagick configuration directory is located.
|
| Modifier and Type | Method and Description |
|---|---|
File |
getConfigurationDirectory()
Accesses the ImageMagick configuration directory.
|
ConfigurationService |
getConfigurationService() |
File |
getTmpDir()
Accesses the temporary directory to use.
|
void |
setConfigurationDirectory(File configurationDirectory)
Sets the image magick configuration directory to use.
|
void |
setConfigurationService(ConfigurationService configurationService) |
void |
setTmpDir(File tmpDir)
Sets the temporary directory to use.
|
public static final String IMAGEMAGICK_CONFIGURATION_DIRECTORY
@Deprecated public static final String EMBEDDED_CONFIG_DIR
public File getTmpDir()
public void setTmpDir(File tmpDir)
tmpDir - the temporary directory.getTmpDir()public File getConfigurationDirectory() throws IOException
IOExceptionEMBEDDED_CONFIG_DIR,
Customize ImageMagick With Resourcespublic void setConfigurationDirectory(File configurationDirectory)
configurationDirectory - the configuration directory to use.public ConfigurationService getConfigurationService()
public void setConfigurationService(ConfigurationService configurationService)
Copyright © 2017 SAP SE. All Rights Reserved.