first higher contours

This commit is contained in:
Alexander Gabriel 2026-06-07 21:43:14 +02:00
parent cd9d613d27
commit 9b8c9109f1

View File

@ -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)
);