first higher contours
This commit is contained in:
parent
cd9d613d27
commit
9b8c9109f1
@ -22,6 +22,9 @@ class ConvertToComic implements ShouldQueue
|
||||
|
||||
$result = Process::timeout(0)->run(
|
||||
'gmic ' . escapeshellarg($absolutePath) .
|
||||
' simplelocalcontrast_p 16,2,0,1,1,1,1,1,1,1,1,0' .
|
||||
' -o ' . escapeshellarg($absolutePath) .
|
||||
' && gmic ' . escapeshellarg($absolutePath) .
|
||||
' cl_comic 4,1,0,0,1,15,15,1,10,20,6,2,0,0,0,0,0,0,50,50' .
|
||||
' -o ' . escapeshellarg($absolutePath)
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user