Add exif.py info
This commit is contained in:
parent
1928623ea8
commit
13fdbe4f4a
1 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,14 @@
|
|||
"""
|
||||
Author: Nyymix
|
||||
Email: nyymix@gmail.com
|
||||
Description: A lightweight Python library for reading EXIF and IPTC metadata from images. Supports time zones and fallback handling.
|
||||
|
||||
Copyright (c) 2025 Nyymix
|
||||
All rights reserved.
|
||||
|
||||
This file is part of Muistox - Nyymix.net photo gallery.
|
||||
"""
|
||||
|
||||
import json
|
||||
import logging
|
||||
import os
|
||||
|
|
Loading…
Add table
Reference in a new issue