Image Info is a REALbasic class for retrieving information about images. Because it does not need to open entire images, it returns the info very quickly.
Features:
- Reads from the data fork of files
- Is not Quicktime dependent - or or require any plugins or outside classes.
- It has been tested with REALBasic 4.0 thru to 4.5.1
- Applications can be built to run on PPC, Carbon (OS X) and Windows.
- More than a dozen common image formats are supported including TIFF, JPEG, EPS, PICT and GIF, and a variety of information can be retrieved about each, including resolution, width, height, color mode, image layers and clipping paths, fonts, colors as well as EXIF and IPTC metadata and ICC color profile data.
- Alias PIX
- BMP
- binary EPS
- vector EPS
- DCS 1 EPS
- DCS 2 EPS
- GIF
- JPEG
- JPEG2000
- Macpaint
- Photoshop
- Photoshop 2
- Photoshop Raw
- PostScript
- PCX
- PICT
- PNG
- Scitex CT
- SGI
- Targa
- TIFF
- name
- width
- height
- resolution
- color mode
- type
- creator
- created
- modified
- where
- file size
- data size
- image size
- size ratio
- format
- compression
- fonts
- channels
- image layers
- adjustment layers
- type layers
- colors
- paths
- clipping path
- comment
- quality
- encoding
- transfer function
- halftone screen
- eps preview
- caption
- artist
- date time
- software
- title
- URL
- copyright
- copyrighted
- pages
- byte order
- all EXIF data
- all IPTC data including keywords
- embedded color profile info



