DTP駆け込み寺

No.12041へ返信

記事投稿フォーム
補助
送信

[ 返信 ]

Re: 画像のピクセル数を一覧表示

applescriptならこれで画像のピクセルは取得できます。

set theFile to choose file
tell application "Image Events"
set myimage to open theFile
set myDim to dimensions of myimage
end tell

[12041] 774XXR (2011/05/20 Fri 09:19)