|
|
|
|
|
|
Property
|
|
Description
|
|
|
|
|
|
|
|
ClippingPath
|
|
Any embedded clipping path. Clipping paths may be embedded in
Photoshop, TIFF and JPEG images. |
|
|
|
|
|
|
|
ColorProfiles
|
|
Gets the color profiles referenced in the image. There may be
many color profiles associated with an Image. Each of them
represents a particular drawing or bitmap. This is distinct from
the PixelFormat which represents the compositing and output color
profile.
You must make a call to Analyse() to populate this
property. |
|
|
|
|
|
|
|
HasRasterAlpha
|
|
Whether the image includes raster alpha. The alpha channels for
raster images may be entirely opaque, but this is still counted as
alpha because color blending changes as soon as you have any kind
of alpha setting.
You must make a call to Analyse() to populate this
property. |
|
|
|
|
|
|
|
HasRasterMatte
|
|
Whether the image includes raster mattes. Mattes are one bit
masks which may be defined using a black and white stencil image or
as a color range like a chromakey.
You must make a call to Analyse() to populate this
property. |
|
|
|
|
|
|
|
HasVectorAlpha
|
|
Whether the image includes vector alpha. The alpha may have
values which make it entirely opaque, but this is still counted as
alpha because color blending changes as soon as you have any kind
of alpha setting.
You must make a call to Analyse() to populate this
property. |
|
|
|
|
|
|
|
IsRaster
|
|
Whether the image is a simple raster image. |
|
|
|
|
|
|
|
IsRasterRotated
|
|
Whether the image is a simple raster image which has undergone
simple transforms. The transforms that are allowed are ninety
degree rotations, horizontal and vertical mirroring. These
transforms must result in an image which completely fills the
bounds of the image. This does not necesssarily correspond with
flags such as TIFF rotation because the transform may be applied on
a pixel level during import. |
|
|
|
|
|
|
|
PathClipCount
|
|
The number of vector path clipping operations in the image.
You must make a call to Analyse() to populate this
property. |
|
|
|
|
|
|
|
PathPaintCount
|
|
The number of vector path painting operations in the image.
You must make a call to Analyse() to populate this
property. |
|
|
|
|
|
|
|
RasterImageCount
|
|
The number of raster bitmaps in the image.
You must make a call to Analyse() to populate this
property. |
|
|
|
|
|
|
|
ShadingPatternCount
|
|
The number of shading patterns referenced in the image.
You must make a call to Analyse() to populate this
property. |
|
|
|
|
|
|
|
TextObjectCount
|
|
The number of text objects in the image.
You must make a call to Analyse() to populate this
property. |
|
|
|
|
|
|
|
TilingPatternCount
|
|
The number of tiling patterns referenced in the image.
You must make a call to Analyse() to populate this
property. |
|
|
|
|
|
|
|
VectorImageCount
|
|
The number of subordinate vector drawings in the image.
You must make a call to Analyse() to populate this
property. |
|
|
|
|
|
|