We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e0951 commit 2fee00dCopy full SHA for 2fee00d
module/VisualCeption.php
@@ -82,7 +82,6 @@ private function createScreenshot ($identifier, array $coords)
82
83
$webDriver->takeScreenshot($screenshotPath);
84
85
- // # $screenshotImage = imagecreatefrompng($screenshotPath);
86
$screenShotImage = new \Imagick();
87
$screenShotImage->readImage( $screenshotPath );
88
$screenShotImage->cropImage( $coords['width'], $coords['height'], $coords['offset_x'], $coords['offset_y'] );
0 commit comments