1Image::ExifTool::MacOS(U3s)er Contributed Perl DocumentatIimoange::ExifTool::MacOS(3)
2
3
4
6 Image::ExifTool::MacOS - Read/write MacOS system tags
7
9 This module is used by Image::ExifTool
10
12 This module contains definitions required by Image::ExifTool to extract
13 MDItem* and XAttr* tags on MacOS systems using the "mdls" and "xattr"
14 utilities respectively. It also reads metadata directly from the MacOS
15 "_." sidecar files that are used on some filesystems to store file
16 attributes. Writable tags use "xattr", "setfile" or "osascript" for
17 writing.
18
20 Copyright 2003-2021, Phil Harvey (philharvey66 at gmail.com)
21
22 This library is free software; you can redistribute it and/or modify it
23 under the same terms as Perl itself.
24
26 "MacOS Tags" in Image::ExifTool::TagNames, Image::ExifTool(3pm)
27
28
29
30perl v5.32.1 2021-04-26 Image::ExifTool::MacOS(3)