Tagged articles
5 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
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
DaTaobao Tech
DaTaobao Tech
Aug 22, 2022 · Mobile Development

Improving Image Cropping Interaction on the Result Page

The article details how the “Paizhi Tao” result page’s cropping feature was plagued by hidden frames and poor small‑object handling, and explains a redesign that adds a full‑size preview, touch‑separated logic, proportional scaling, move and zoom, resulting in more accurate searches and verified performance gains in version 10.15.0.

Image CroppingKotlinMobile UI
0 likes · 7 min read
Improving Image Cropping Interaction on the Result Page
ByteFE
ByteFE
Sep 9, 2021 · Frontend Development

How to Build a Canvas‑Based Image Cropping Hook in React

This article explains how to create a reusable React hook that uses two canvas layers to let users select a region on an image, shows a gray‑out overlay with a border during selection, and returns the cropped area as a base64 PNG, including full implementation details and future enhancements.

CanvasHookImage Cropping
0 likes · 12 min read
How to Build a Canvas‑Based Image Cropping Hook in React
NetEase Media Technology Team
NetEase Media Technology Team
Apr 26, 2019 · Artificial Intelligence

Intelligent Cover Image Selection System for News Articles: Image Quality Assessment and Smart Cropping

The article describes an intelligent cover‑image selection system for NetEase News that automatically filters unsuitable illustrations, assesses image quality with a pairwise‑trained deep model across clarity, color and composition, and smartly crops images using aspect‑ratio‑aware object detection, dramatically cutting manual editing and enabling confidence‑based automatic publishing.

Computer VisionImage CroppingNeural Network
0 likes · 11 min read
Intelligent Cover Image Selection System for News Articles: Image Quality Assessment and Smart Cropping