Converting IPTC ratings in EXIF metadata to and from Finder tags in macOS.
0

Configure Feed

Select the types of activity you want to include in your feed.

Add README

author
Gavin Morrow
date (Jul 19, 2026, 11:27 AM -0400) commit 2037689b parent 9e3563d6 change-id orqzuswx
+16
+16
README.md
··· 1 + # IPTC Ratings <=> Finder Tags 2 + 3 + This repo contains two tools, `iptc2tag` and `tag2iptc`. They convert to and 4 + from IPTC 5-star ratings (stored in EXIF metadata) and Finder tags. 5 + 6 + See the comments at the top of each file for more information. 7 + 8 + No AI was used in the creation of this project. 9 + 10 + ## Dependencies 11 + 12 + - [`fish`](https://fishshell.com/). Tested with v4.0.0. 13 + - [`exiftool`](https://exiftool.org/). Tested with v13.55. 14 + - [`tag`](https://github.com/jdberry/tag/). Tested with v0.10.0. 15 + 16 + All of them are available via Homebrew.