Tag

aspect-ratio

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jun 25, 2024 · Mobile Development

Optimizing Image Size Retrieval and Memory Management in Flutter

This article examines a Flutter technique for obtaining image dimensions, identifies missing listener removal that can cause memory leaks, and presents an enhanced extension using ImageProvider and ImageDescriptor to safely retrieve size information with optional decode avoidance.

DartFlutterImage
0 likes · 16 min read
Optimizing Image Size Retrieval and Memory Management in Flutter
HomeTech
HomeTech
Jun 8, 2022 · Mobile Development

Handling iOS Camera Preview vs Captured Image Discrepancy in VIN Recognition

This article investigates the mismatch between iOS camera preview and captured images in VIN recognition, explains the aspect‑ratio scaling cause, derives compensation formulas, and provides Objective‑C code to adjust crop rectangles for accurate framing.

CameraObjective-Caspect-ratio
0 likes · 9 min read
Handling iOS Camera Preview vs Captured Image Discrepancy in VIN Recognition