این قضیه رو در بک اند با php هم میتونید با استفاده از پکیج هایی مثل نمونه زیر هندل کنید:
http://image.intervention.io/api/insert
مثال:
// create new Intervention Image
$img = Image::make('public/foo.jpg');
// insert watermark at bottom-right corner with 10px offset
$img->insert('public/watermark.png', 'bottom-right', 10, 10);
این قضیه رو در بک اند با php هم میتونید با استفاده از پکیج هایی مثل نمونه زیر هندل کنید:
http://image.intervention.io/api/insert
مثال:
// create new Intervention Image
$img = Image::make('public/foo.jpg');
// insert watermark at bottom-right corner with 10px offset
$img->insert('public/watermark.png', 'bottom-right', 10, 10);
آیا مایل به ارسال نوتیفیکیشن و اخبار از طرف راکت هستید ؟