mirror of
https://github.com/Xevion/phototag.git
synced 2025-12-15 06:12:38 -06:00
Merge branch 'master' of github.com:Xevion/photo-tagging
This commit is contained in:
@@ -22,4 +22,4 @@ Support for .NEF RAW file compression with .XMP metadata files.
|
||||
|
||||
I've typed up a good file with everything I've learned about XMP files, Adobe, and just how complex this problem really was for me.
|
||||
|
||||
[./LEARNING.md](./LEARNING.md)
|
||||
[./LEARNING.md](./LEARNING.md)
|
||||
|
||||
@@ -9,6 +9,8 @@ import shutil
|
||||
import logging
|
||||
|
||||
from google.cloud import vision
|
||||
from package import xmp
|
||||
from PIL import Image
|
||||
|
||||
from .xmp import XMPParser
|
||||
from .process import FileProcessor
|
||||
|
||||
Reference in New Issue
Block a user