Preview to grayscale.
This commit is contained in:
parent
de0bc9a655
commit
12966354f1
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user