Restoring brightness, my problem is faulty paper.
This commit is contained in:
parent
026538cd94
commit
7a281d626a
@ -121,7 +121,7 @@ sub print($self) {
|
|||||||
if system(
|
if system(
|
||||||
qw/magick/,
|
qw/magick/,
|
||||||
$image_file_in,
|
$image_file_in,
|
||||||
qw/-resize 384x -brightness-contrast +0.1 -dither FloydSteinberg -remap pattern:gray50/,
|
qw/-resize 384x -brightness-contrast +0.8 -dither FloydSteinberg -remap pattern:gray50/,
|
||||||
$image_file_out
|
$image_file_out
|
||||||
);
|
);
|
||||||
$image_final = Exd::Utils::get_gd_image( $image_file_out . '' );
|
$image_final = Exd::Utils::get_gd_image( $image_file_out . '' );
|
||||||
|
Loading…
Reference in New Issue
Block a user