public function ImagemagickToolkit::getColorspace in ImageMagick 8.3
Same name and namespace in other branches
- 8.2 src/Plugin/ImageToolkit/ImagemagickToolkit.php \Drupal\imagemagick\Plugin\ImageToolkit\ImagemagickToolkit::getColorspace()
Gets the source colorspace.
Return value
string|null The source colorspace.
File
- src/
Plugin/ ImageToolkit/ ImagemagickToolkit.php, line 597
Class
- ImagemagickToolkit
- Provides ImageMagick integration toolkit for image manipulation.
Namespace
Drupal\imagemagick\Plugin\ImageToolkitCode
public function getColorspace() {
return $this->colorspace;
}