Tagged articles
6 articles
Page 1 of 1
php Courses
php Courses
May 31, 2024 · Backend Development

Extracting Photo Metering Mode Using PHP Exif Extension

This tutorial explains how to enable the PHP Exif extension, read a JPEG's Exif data, and extract the MeteringMode value to identify the camera's metering mode, providing complete code examples and a brief interpretation of common metering mode values.

EXIFMetering ModePHP
0 likes · 4 min read
Extracting Photo Metering Mode Using PHP Exif Extension
Sohu Tech Products
Sohu Tech Products
Oct 25, 2023 · Mobile Development

Mastering iOS 14 PHPicker: Access Limited Photos Without Permissions

This article explains how to correctly use the iOS 14 PHPicker API to let users select a limited set of photos without requesting full library permission, covering component basics, configuration, common pitfalls, proper data loading, handling special formats, and progress monitoring with Swift code examples.

EXIFLimited AccessNSItemProvider
0 likes · 13 min read
Mastering iOS 14 PHPicker: Access Limited Photos Without Permissions
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jul 6, 2017 · Frontend Development

Fix Mobile Photo Rotation Issues with EXIF and Canvas

This article explains how to detect the EXIF Orientation tag on mobile‑captured photos, rotate them correctly with canvas, and compress the result to reduce size, providing a lightweight solution for fixing 90° rotation issues on iPhone and certain Android devices.

CanvasEXIFImage Rotation
0 likes · 5 min read
Fix Mobile Photo Rotation Issues with EXIF and Canvas