-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Add ImageMetadata function #141
Comments
Hi! Truely, some users get confused between py3exiv2 and pyexiv2. I want to save their time. def ImageMetadata(*args, **kwargs):
raise NameError('ImageMetadata() is the API of the py3exiv2 project, see https://pypi.org/project/py3exiv2 . However, you are using the pyexiv2 project, see https://pypi.org/project/pyexiv2 .') |
I understand that maintaining additional APIs can be time-consuming, but if you were to add the API, your library would be "one stop shop" for most of the features with simple setup on both Windows and Linux (where the old py3exiv2 definitely isn't) |
In py3exiv2, ImageMetadata is a class containing dozens of methods. |
Okay, understand. It it's too different from your library, adding the warning might be enough. Thanks. |
I just released v2.14.0 , hope that helps! |
Thanks! |
Hello,
I have seen that some people get confused when trying to call the ImageMetadata function which is available from
py3exiv2
instead of yourpyexiv2
The py3exiv2 project is no longer active and it is terrible experience to get it build on Windows.Is it possible to introduce the same function in your library?
It would save us hours of troubleshooting :)
Reference:
#97
#86
#30
The text was updated successfully, but these errors were encountered: