継承関係(Inheritance)

item
└image

要素(Elements)

metadata tag名前番号相対範囲フィルタID
profile名前番号相対範囲フィルタID

属性(Properties)

ファイル情報
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}

解説(Note)

bit depth

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

color space

CMYK/Eight channel/Eight color/Five channel
Five color/Gray/Lab/Named/RGB
Seven channel/Seven color/Six channel/Six color/XYZ

file type

BMP/GIF/JPEG/JPEG2/MacPaint
PDF/Photoshop/PICT/PNG/PSD
QuickTime Image/SGI/Text/TGA/TIFF

用例(Example)

  1. 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