From a5ef904c1ea194c3b93cc5f60812578e4eb2eab9 Mon Sep 17 00:00:00 2001 From: Alexander Gabriel Date: Sun, 28 Jun 2026 15:51:21 +0000 Subject: [PATCH] more profiles to seed --- database/seeders/PhotoprofileSeeder.php | 27 ++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/database/seeders/PhotoprofileSeeder.php b/database/seeders/PhotoprofileSeeder.php index cc8c258..41d1e34 100644 --- a/database/seeders/PhotoprofileSeeder.php +++ b/database/seeders/PhotoprofileSeeder.php @@ -11,20 +11,41 @@ class PhotoprofileSeeder extends Seeder { $profiles = [ [ - 'name' => 'Standard', + 'name' => 'Comic', 'active' => true, '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', ], [ - 'name' => 'edges', + 'name' => 'Edges', 'active' => true, 'commands' => 'fx_canny 5,0.05,0.15,1', ], [ - 'name' => 'tron', + 'name' => 'Tron', 'active' => true, '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', ] ];