You are here

protected property ImagemagickExecManager::$isWindows in ImageMagick 8.2

Same name and namespace in other branches
  1. 8.3 src/ImagemagickExecManager.php \Drupal\imagemagick\ImagemagickExecManager::isWindows

Whether we are running on Windows OS.

Type: bool

File

src/ImagemagickExecManager.php, line 25

Class

ImagemagickExecManager
Manage execution of ImageMagick/GraphicsMagick commands.

Namespace

Drupal\imagemagick

Code

protected $isWindows;