-
Notifications
You must be signed in to change notification settings - Fork 65
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
Use image meta data programme [$115] #101
Comments
@cbxk1xg - Do you have any experience with this? |
Another useful piece of metadata would be face tagging. Being able to search for photos of a particular person or persons or even create virtual albums containing only a specific person is a huge help in a large photo collection. If a user has spent the significant amount of time it takes to tag all of their photos, being able to take advantage of those tags is huge. |
@rhatguy - That would be great, but I'm not aware of any free face tagging library we could use. Are you? |
exiftool is able to read the data from the image as shown below via command line. I'm not terribly familiar with how to pull this type of data from within php's EXIF library. There are some guidelines for storing face detection data put together by the metadataworking group specifically in section 5.9 in the linked pdf below. Google Picasa has conformed to this standard and is able to search for faces and add the tags directly into the files metadata. http://www.metadataworkinggroup.com/pdf/mwg_guidance.pdf exiftool IMG_6420.JPG | egrep -i regionRegion Applied To Dimensions W : 3456 |
Thanks! :) |
It would be excellent if the metadata was indexed and searchable. For example:
Please add and use metadata from the embedded EXIF. It allows for a truly portable photo collection. |
Moving comments implementation to #176 |
So, good news, @patman15 is going to work on the first step towards having full meta-data support. Once this initial piece of work is in, it should be fairly simple to implement some of the features listed here. We need designers to figure out the best way to design the controls. I'm thinking of using a ribbon interface which should give plenty of room for buttons for basic operations. |
What design help is needed on this? The addition of the tags framework in ownCloud 9 seems like the perfect time to revisit this. |
So..... what exactly is it, that a designer could do to help with these listed issues? It's still very much unclear. I took a scan of all of the issues in the OP that had links to them, and I didn't see any request for designer help in any of them. So is the needed help... Wireframe mockups for potential UI's? Graphical elements for already decided UI's? New interface ideas? Something else entirely? |
In #525, we need designers to find a way to display a description which works in all cases (desktop/mobile, portrait/landscape). In #221, we need to find a way to let the user know that exif data is available and that it can be used for date sorting. If we mix upload date and picture taken date, users will end up with images arranged in an unpredictable order. For the navigation panel, I was thinking of re-using what is currently used in Files, making it a no-brainer for users to filter their collection. If you have CSS/JS skills, you can try to fix #401. That way we can implement favourites and tags sooner. I'm happy to provide some leads. |
Moved the meta data app to #550. This issue is now purely about tracking the programme. |
Created "Sort by "face" using meta data" #551 |
This issue was moved to nextcloud/gallery#26 |
The gallery app should be able to add/edit/delete various fields linked to a media file.
Lots of the information is stored in XMP/IPTC/EXIF fields and this should be automatically imported, but a user should also be able to fill empty fields and add new ones.
This can then be used for:
Pre-requirements
Programme
Please add bounties to individual issues
There is a $115 open bounty on this issue. Add to the bounty at Bountysource.
The text was updated successfully, but these errors were encountered: