Add exif.py info

This commit is contained in:
Nyymix 2025-04-19 10:39:06 +03:00
parent 1928623ea8
commit 13fdbe4f4a

View file

@ -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