ianare / exif-py

Easy to use Python module to extract Exif metadata from digital image files.
BSD 3-Clause "New" or "Revised" License
831 stars 191 forks source link

Update #185

Closed dragonked2 closed 1 year ago

dragonked2 commented 1 year ago

Exception Handling and Assertions: The original code contained comments that explained the purpose of exceptions and assertions. Since comments are removed, you will need to refer to the original code if you need detailed explanations on these parts.

Consistency and Formatting: Minor formatting changes were applied to ensure consistent indentation and spacing, maintaining Python's PEP 8 style guide.

Asserting Exif Data Location: The final find_exif() function asserts that the Exif data is correctly located in the HEIC file. This involves checking offsets and verifying that the Exif header is in the expected format.