-
Notifications
You must be signed in to change notification settings - Fork 48
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
Implement image tags #17
Comments
I would like to see this as well. It is a must for an image organizer. |
I would like to know what progress of resolving this issue is.
What I want to add:
|
Hey krzyc! Regarding progress of image tags, I am about to start experimenting and writing the code according to the design, I estimate this to be ready in about 4 weeks (working only on weekends...) The image tags feature design in Phototonic is simple, and does not require using additional libs. It is purely based on Exif, or rather IPTC Keywords tag (I always hated software that wants to "manage" your media in its own DB separated from the file system, most notable are music players). The work flow will consist of a new Tags dock that enables the user to perform various tags operations. When thumbnails are loaded for a directory, Phototonic will read the keywords for the images being loaded, and change the state of an entry for each unique tag it sees, for example: if the "Amsterdam" tag is encountered in images contained in this directory, the "Amsterdam" tag in the list should be in a state indicating that it is available in the directory. When a user selects a thumbnail or multiple thumbnails, the tags dock should change to reflect what are the tags associated with the selected images, also enabling to add / remove tags for the selected items, creating new tags and deleting tags. In addition, the user can choose to display only images associated with specific tags (the 3rd state). Regards, |
Done. |
How do I add new tags to an image? Cannot find such a fuction. |
just curious why you chose IPTC instead of XMP tags? Any chance on an option to write to either? Also is there a way to edit other IPTC fields or only "keywords"? |
Hey. |
I have found that it doesn't matter too much whether to use IPTC or XMP, unless one is a Photoshop fanatic :). It would be nice however to edit other IPTC metadata (title, caption, etc) |
Opened issue for this: Allow editing metadata (Exif fields...). #207 |
No description provided.
The text was updated successfully, but these errors were encountered: