1 parent d74634f commit 1c09cfdCopy full SHA for 1c09cfd
1 file changed
src/Commands/GraphicField.php
@@ -139,7 +139,7 @@ public function setBlackThreshold(int $threshold): void
139
$this->blackThreshold = $threshold;
140
}
141
142
- protected function applyDithering(GdImage $im, int $threshold = 128): void
+ public function applyDithering(GdImage $im, int $threshold = 128): void
143
{
144
$w = imagesx($im);
145
$h = imagesy($im);
0 commit comments