Skip to content

Commit

Permalink
breaking greyscale on purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoyan Stefanov committed Oct 13, 2022
1 parent a9e3645 commit 7696881
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/video/render.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,8 @@ function DrawTest(&$test, $renderInfo, $frameTime, $im)
}
if ($thumb) {
if ($need_grey) {
imagefilter($thumb, IMG_FILTER_GRAYSCALE);
// todo: fix me, breaking this on purpose
// imagefilter($thumb, IMG_FILTER_GRAYSCALE);
}
// Scale and center the thumbnail aspect-correct in the area reserved for it
$rect = $test['thumbRect'];
Expand Down

0 comments on commit 7696881

Please sign in to comment.