Compare commits
2 Commits
98901f3c0b
...
9b8c9109f1
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b8c9109f1 | |||
| cd9d613d27 |
@ -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)
|
||||
);
|
||||
|
||||
@ -22,3 +22,8 @@ fx_superpixels 16,10,5,1,1,1,0,0,0,255
|
||||
fx_8bits 25,800,16
|
||||
|
||||
fx_boxfitting 1,3,0.113,1,0
|
||||
|
||||
|
||||
fx_isophotes 8,0,1
|
||||
samj_Pixelisation_Contours 0,0,9,5,0,0,1,0,6.4,0.36
|
||||
samj_Pixelisation_Contours 0.5,0,7,6,0,0,1,0,7.7,0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user