$file->bw()
Converts the image to black and white
$file->bw(): Kirby\Cms\FileVersion|Kirby\Cms\File
Return type
Kirby\Cms\FileVersion
|Kirby\Cms\File
Parent class
Example
if($image = $page->image()):
echo $image->bw()->html();
endif;
Converts the image to black and white
$file->bw(): Kirby\Cms\FileVersion|Kirby\Cms\File
Kirby\Cms\FileVersion
|Kirby\Cms\File
if($image = $page->image()):
echo $image->bw()->html();
endif;