Preview to grayscale.

This commit is contained in:
Sergiotarxz 2024-10-16 21:25:29 +02:00
parent de0bc9a655
commit 12966354f1

View File

@ -18,6 +18,7 @@ has output_file => (
has current_image => ( is => 'rw', );
sub image( $self, $image ) {
$image->grayscale;
my $current_image = $self->current_image;
if ( !defined $current_image ) {