|
#1
| |||
| |||
| Tags I want to put tags and other information to jpg, png, gif pictures. I mean to exif... not Finder Comments. How this can be done using AppleScript or Terminal? |
|
#2
| ||||
| ||||
| Either of these programs might do the trick: EasyBatchPhoto - http://www.apple.com/downloads/macos...atchphoto.html GraphicConverter - http://www.versiontracker.com/dyn/moreinfo/macosx/11559 (GC is very good and does have AppleScript support).
__________________ - iMac G5 1.8GHZ 17" | SuperDrive | 160GB | 512MB | Airport Extreme | Bluetooth Keyboard & Mouse | Wacom Intuos II - Pentax *ist DL - JVC MiniDV Camcorder - Airport Express - iPod Nano 1gb white |
|
#3
| |||
| |||
| Thanks, but i was looking for a way to do this using AppleScript or Terminal. Something like: tell application "x" to put ("x", "z") tags to image (path to image here) |
|
#4
| ||||
| ||||
| Try exiftool, available at http://www.sno.phy.queensu.ca/~phil/exiftool/ This is a command-line tool that lets you access, add and alter exif tags. Naturally it can be called from AppleScript using the "do shell script" command. Apple included a similar command-line tool called "sips", but that causes quality loss (at least when used on JPEGs), so I do not recommend it. |