Tagged articles
19 articles
Page 1 of 1
php Courses
php Courses
Sep 28, 2025 · Backend Development

Master PHP Image Processing: Resize, Crop, and Optimize with GD

Learn how to use PHP's GD library (and optionally ImageMagick) to efficiently resize, proportionally scale, crop, and compress images—including avatar handling—by following detailed code examples, best practices for memory management, error handling, and performance optimization to improve web application speed and user experience.

GD libraryImage CroppingPHP
0 likes · 14 min read
Master PHP Image Processing: Resize, Crop, and Optimize with GD
php Courses
php Courses
Jun 13, 2025 · Backend Development

How to Build a Real-Time Camera Filter App with PHP and JavaScript

This tutorial walks you through installing PHP‑GD and Video4Linux, creating a web page that previews the webcam using getUserMedia, adding a filter selector, and processing the image on the server with PHP‑GD to apply real‑time visual effects.

GD libraryImage ProcessingJavaScript
0 likes · 9 min read
How to Build a Real-Time Camera Filter App with PHP and JavaScript
php Courses
php Courses
May 28, 2025 · Backend Development

Real-Time Webcam Capture and Image Effects with PHP

This tutorial explains how to set up a PHP environment, use OpenCV and the GD library to capture webcam video frames, apply real-time image filters such as grayscale, blur, contrast, and edge detection, and switch effects via keyboard input, enabling personalized photo creation.

GD libraryImage ProcessingOpenCV
0 likes · 4 min read
Real-Time Webcam Capture and Image Effects with PHP
php Courses
php Courses
Apr 16, 2025 · Backend Development

Using PHP to Capture Webcam Video and Apply Real-Time Effects

This tutorial explains how to set up a PHP environment, use OpenCV and GD libraries to capture live webcam frames, apply various image filters such as grayscale, Gaussian blur, contrast adjustments, edge detection, and switch effects via keyboard input, providing complete code examples.

GD libraryOpenCVPHP
0 likes · 5 min read
Using PHP to Capture Webcam Video and Apply Real-Time Effects
php Courses
php Courses
Mar 17, 2025 · Backend Development

Using PHP to Capture Webcam Video and Apply Real-Time Effects

This article demonstrates how to set up a PHP environment, use OpenCV and GD libraries to capture webcam video, apply various real-time image effects such as grayscale, Gaussian blur, contrast adjustments, edge detection, and implement keyboard-controlled effect switching, providing complete code examples.

GD libraryImage ProcessingOpenCV
0 likes · 5 min read
Using PHP to Capture Webcam Video and Apply Real-Time Effects
php Courses
php Courses
Nov 19, 2024 · Backend Development

Using PHP to Capture Webcam Video and Apply Real-Time Image Effects

This tutorial explains how to set up a PHP environment, capture live video from a webcam using OpenCV, and apply various real‑time image effects with the GD library, including grayscale, Gaussian blur, contrast adjustments, edge detection, and keyboard‑controlled effect switching.

GD libraryImage ProcessingOpenCV
0 likes · 5 min read
Using PHP to Capture Webcam Video and Apply Real-Time Image Effects
php Courses
php Courses
Nov 14, 2024 · Backend Development

Real-Time Webcam Capture and Image Effects Using PHP

This tutorial explains how to set up a PHP environment, capture live video from a webcam with OpenCV, and apply various real‑time image effects such as grayscale, Gaussian blur, contrast adjustments, and edge detection, including keyboard‑controlled effect switching.

GD libraryImage ProcessingOpenCV
0 likes · 5 min read
Real-Time Webcam Capture and Image Effects Using PHP
php Courses
php Courses
Oct 22, 2024 · Backend Development

Using PHP to Capture Webcam Video and Apply Real-Time Effects

This article demonstrates how to set up a PHP environment, use OpenCV and GD libraries to capture webcam video, apply various real-time image effects such as grayscale, Gaussian blur, contrast adjustments, and implement keyboard-controlled effect switching, providing complete code examples.

GD libraryImage ProcessingOpenCV
0 likes · 4 min read
Using PHP to Capture Webcam Video and Apply Real-Time Effects
php Courses
php Courses
Jun 25, 2024 · Backend Development

Using PHP to Access a Webcam and Apply Real-Time Filters

This tutorial explains how to install the necessary PHP‑GD and Video4Linux components, create a web page that shows a live webcam preview with JavaScript, add a filter selector, and process the selected filter on the server side using PHP‑GD to produce real‑time filtered images.

GD libraryJavaScriptWebcam
0 likes · 8 min read
Using PHP to Access a Webcam and Apply Real-Time Filters
php Courses
php Courses
Jul 14, 2023 · Backend Development

Image Cropping with PHP GD Library: Step‑by‑Step Guide

This article explains how to use PHP's GD library to verify its installation, define source and target dimensions, create a new image, crop the original using imagecopyresampled, save the result, and release resources, providing a complete step‑by‑step guide for image cropping in backend development.

GD libraryImage CroppingPHP
0 likes · 4 min read
Image Cropping with PHP GD Library: Step‑by‑Step Guide
Laravel Tech Community
Laravel Tech Community
Aug 28, 2021 · Backend Development

PHP imagegif() Function: Output GIF Image to Browser or File

The article explains PHP's imagegif() function, detailing its parameters, return values, and providing a complete example that creates a true‑color image, adds text, sets the appropriate header, outputs the GIF directly to the browser, and cleans up the resource.

BackendGD libraryGIF
0 likes · 2 min read
PHP imagegif() Function: Output GIF Image to Browser or File
Laravel Tech Community
Laravel Tech Community
Jul 26, 2021 · Backend Development

PHP imageantialias Function: Usage, Parameters, and Example

The article explains PHP’s GD library function imageantialias, detailing its purpose, parameters, return values, limitations such as lack of alpha support, and provides a complete example that creates two images, toggles antialiasing, draws lines, merges them, and outputs a PNG.

AntialiasingGD libraryImage Processing
0 likes · 3 min read
PHP imageantialias Function: Usage, Parameters, and Example
php Courses
php Courses
Nov 10, 2020 · Backend Development

PHP Image Drawing Tutorial: Canvas Creation, Shapes, Text, and Captcha Generation

This tutorial explains how to use PHP's GD library to create a canvas, draw basic shapes such as ellipses, lines, rectangles, arcs, and filled arcs, output images in common formats, add text with TrueType fonts, generate captchas, and properly release memory, providing complete example code.

GD libraryGraphicsPHP
0 likes · 12 min read
PHP Image Drawing Tutorial: Canvas Creation, Shapes, Text, and Captcha Generation