Skip to content

Commit 1c09cfd

Browse files
Make applyDithering public
1 parent d74634f commit 1c09cfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Commands/GraphicField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function setBlackThreshold(int $threshold): void
139139
$this->blackThreshold = $threshold;
140140
}
141141

142-
protected function applyDithering(GdImage $im, int $threshold = 128): void
142+
public function applyDithering(GdImage $im, int $threshold = 128): void
143143
{
144144
$w = imagesx($im);
145145
$h = imagesy($im);

0 commit comments

Comments
 (0)