We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Imagine/src/Utils/Matrix.php
Lines 169 to 176 in c10ea7f
The formula must be return $y * $this->width + $x;
return $y * $this->width + $x;