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