mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-07-31 07:49:07 -04:00
- Updated `requirements.txt` to include `pillow-heif` for HEIF image format support. - Modified `ContentImage` model to retain image metadata during processing. - Implemented new functions for GPS coordinate normalization and conversion from DMS to decimal format in `metadata.py`. - Added unit tests for DMS conversion and GPS extraction from JPEG images in `test_image_metadata.py` to ensure accuracy and reliability.