Tagged articles
5 articles
Page 1 of 1
58UXD
58UXD
Oct 28, 2025 · Artificial Intelligence

How AI-Powered Size Extension Boosts Image Workflow Efficiency

This article explains how an AI‑driven size‑extension technique using a custom Kontext LoRA model and workflow dramatically speeds up image adaptation for automotive marketing, detailing the training process, resource consumption, labeling strategy, test results, and future prospects while acknowledging current limitations.

AILoRAcase study
0 likes · 8 min read
How AI-Powered Size Extension Boosts Image Workflow Efficiency
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 CroppingImage Optimization
0 likes · 14 min read
Master PHP Image Processing: Resize, Crop, and Optimize with GD
Tencent Music Tech Team
Tencent Music Tech Team
Sep 15, 2023 · Mobile Development

Parsing and Using NinePatch PNG Images for Resizable UI Elements

The article explains how to create, parse, and use NinePatch (.9.png) images by extracting the custom “npTc” chunk from a PNG file, building a PNGNinePatch object in Objective‑C, and converting its stretchable region data into UIEdgeInsets for resizable iOS UI elements.

AndroidCapInsetsMobile Development
0 likes · 13 min read
Parsing and Using NinePatch PNG Images for Resizable UI Elements
Programmer DD
Programmer DD
Dec 5, 2020 · Operations

Boost Your Windows Productivity with PowerToys: A Complete Guide

This article introduces Microsoft PowerToys for Windows 10, walks through its most useful utilities such as Color Picker, FancyZones, File Explorer Preview, Image Resizer, Keyboard Manager, PowerRename, PowerToys Run, Shortcut Guide, and the experimental Video Conference Mute, and shows how to install and use each feature to streamline daily workflows.

PowerToysProductivityWindows
0 likes · 8 min read
Boost Your Windows Productivity with PowerToys: A Complete Guide
Tencent Music Tech Team
Tencent Music Tech Team
Nov 10, 2017 · Mobile Development

Image Resizing Techniques on Android: Nearest‑Neighbour, Bilinear, Bicubic, and Lanczos Resampling

The article explains Android image downsampling, comparing built‑in nearest‑neighbour and bilinear methods with higher‑quality bicubic and Lanczos resampling, detailing their implementation, performance trade‑offs, and visual results, and advises choosing the fastest method for simple cases or the more intensive algorithms when superior image fidelity is required.

AndroidBicubicBilinear
0 likes · 10 min read
Image Resizing Techniques on Android: Nearest‑Neighbour, Bilinear, Bicubic, and Lanczos Resampling