JansenFelipe\OMR\Scanners\ImagickScanner::debug PHP Method

debug() public method

Genereate file debug.jpg with targets, topRight and buttonLeft
public debug ( )
    public function debug()
    {
        $imagick = $this->getImagick();
        $imagick->drawImage($this->draw);
        $imagick->writeImage($this->debugPath);
    }