Re: get image size (W x H)
Re: get image size (W x H)
- Subject: Re: get image size (W x H)
- From: Rob Jorgensen <email@hidden>
- Date: Mon, 1 Apr 2002 15:31:17 -0500
On 4/1/02, Jerome Burg commented:
Hello all,
I'm curious, is there anyway using AS to retrieve image size (W x H) from an
image without opening an image editing application.
You might want to take a look at Image Info.
<
http://www.kanzu.com>
Among its many features, it returns the following information:
-- Height (as pixels, except vector EPS's, which return as points)
-- Width (as pixels, except vector EPS's, which return as points)
-- Resolution (as dots per inch) (except vector EPS's, which return "N/A")
-- Color mode (bitmap, grayscale, RGB, CMYK, Indexed, Multichannel or
Lab)(except vector EPS's, which return "N/A")
FYI, Image Info version 2 will be released soon.
Disclaimer: The developer of Image Info is an associate in matters
not connected to Kanzu Utilities. :-)
--
Rob Jorgensen
Ohio, USA
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.