Tag

exif

0 views collected around this technical thread.

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.

Metering Modebackend developmentexif
0 likes · 4 min read
Extracting Photo Metering Mode Using PHP Exif Extension
Python Programming Learning Circle
Python Programming Learning Circle
Jul 8, 2022 · Fundamentals

Extracting GPS Information from Images Using Python exifread

This tutorial demonstrates how to install the exifread library, read an image's binary data in Python, extract GPS coordinates and other EXIF metadata, and print the results, while also noting image compression effects and possible extensions such as reverse‑geocoding.

GPSPythonexif
0 likes · 4 min read
Extracting GPS Information from Images Using Python exifread
Java Architect Essentials
Java Architect Essentials
Dec 3, 2021 · Backend Development

Extracting Image EXIF GPS Metadata with Java metadata‑extractor and Baidu Reverse Geocoding

This article demonstrates how to use the Java metadata‑extractor library to read EXIF GPS information from photos, convert the coordinates to a human‑readable address via Baidu's reverse‑geocoding API, and provides a complete runnable example with Maven dependency and utility code.

Baidu APIGPSexif
0 likes · 12 min read
Extracting Image EXIF GPS Metadata with Java metadata‑extractor and Baidu Reverse Geocoding
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.

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