item
└image
| metadata tag | 名前 | 番号 | 相対 | 範囲 | フィルタ | ID |
| profile | 名前 | 番号 | 相対 | 範囲 | フィルタ | ID |
| itemクラスから継承された属性 | |
| file type | 解説参照[r/o] |
| 画像ファイルのタイプ | |
| image file | file[r/o] |
| 画像ファイル | |
| location | disk item[r/o] |
| 画像ファイルの含まれる場所 | |
| name | ユニコード[r/o] |
| 画像ファイル名 | |
| bit depth | 解説参照[r/o] |
| 色深度 | |
| color space | 解説参照[r/o] |
| 色空間 | |
| dimensions | 座標[r/o] |
| 画像サイズ{幅,高さ} | |
| embedded profile | profile[r/o] |
| プロファイル | |
| resolution | 実数リスト[r/o] |
| 解像度{横dpi,縦dpi} | |
best/black & white/color/four colors
four grays/grayscale/millions of colors
millions of colors plus/sixteen colors
sixteen grays/thousands of colors
two hundred fifty six colors/two hundred fifty six grays
CMYK/Eight channel/Eight color/Five channel
Five color/Gray/Lab/Named/RGB
Seven channel/Seven color/Six channel/Six color/XYZ
BMP/GIF/JPEG/JPEG2/MacPaint
PDF/Photoshop/PICT/PNG/PSD
QuickTime Image/SGI/Text/TGA/TIFF
set theFile to choose file
tell application "Image Events"
launch
set theImg to open theFile
set theResolution to resolution of theImg
close theImg
end tell
theResolution