Compare commits
No commits in common. "9b8c9109f164fd08013d2c740abd232fb8b0bfc5" and "98901f3c0b7c3e907cfcf4d3c6b08c42983c8756" have entirely different histories.
9b8c9109f1
...
98901f3c0b
@ -22,9 +22,6 @@ class ConvertToComic implements ShouldQueue
|
|||||||
|
|
||||||
$result = Process::timeout(0)->run(
|
$result = Process::timeout(0)->run(
|
||||||
'gmic ' . escapeshellarg($absolutePath) .
|
'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' .
|
' 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)
|
' -o ' . escapeshellarg($absolutePath)
|
||||||
);
|
);
|
||||||
|
|||||||
@ -22,8 +22,3 @@ fx_superpixels 16,10,5,1,1,1,0,0,0,255
|
|||||||
fx_8bits 25,800,16
|
fx_8bits 25,800,16
|
||||||
|
|
||||||
fx_boxfitting 1,3,0.113,1,0
|
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