more profiles to seed

This commit is contained in:
Alexander Gabriel 2026-06-28 15:51:21 +00:00
parent 5e716f24bd
commit a5ef904c1e

View File

@ -11,20 +11,41 @@ class PhotoprofileSeeder extends Seeder
{ {
$profiles = [ $profiles = [
[ [
'name' => 'Standard', 'name' => 'Comic',
'active' => true, 'active' => true,
'commands' => 'simplelocalcontrast_p 16,2,0,1,1,1,1,1,1,1,1,0 'commands' => 'simplelocalcontrast_p 16,2,0,1,1,1,1,1,1,1,1,0
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',
], ],
[ [
'name' => 'edges', 'name' => 'Edges',
'active' => true, 'active' => true,
'commands' => 'fx_canny 5,0.05,0.15,1', 'commands' => 'fx_canny 5,0.05,0.15,1',
], ],
[ [
'name' => 'tron', 'name' => 'Tron',
'active' => true, 'active' => true,
'commands' => 'samj_chalkitup 5,2.5,1.5,50,1,5,5,0,0,7,0.8,1.9,7,0', 'commands' => 'samj_chalkitup 5,2.5,1.5,50,1,5,5,0,0,7,0.8,1.9,7,0',
],
[
'name' => 'Warhol',
'active' => true,
'commands' => 'warhol 3,3,2,40',
],
[
'name' => 'SW-Comic',
'active' => true,
'commands' => 'simplelocalcontrast_p 16,2,0,1,1,1,1,1,1,1,1,0
cl_lineart 0,0,2,1,15,15,1,0,6,2,2,0,0,0,50,50',
],
[
'name' => 'Neon',
'active' => true,
'commands' => 'fx_gradient2rgb 0.58,0,5.8,0,0',
],
[
'name' => 'Neon 2',
'active' => true,
'commands' => 'fx_gcd_canny 1,0.05,0.15',
] ]
]; ];