Packagecom.myflashlab.air.extensions.spotlight
Classpublic class AttributeSetImages
InheritanceAttributeSetImages Inheritance Object



Public Properties
 PropertyDefined By
  acquisitionMake : String
Device make that was used to acquire this item
AttributeSetImages
  acquisitionModel : String
Device model that was used to acquire this item
AttributeSetImages
  aperture : Number
The size of the lens aperture as a log-scale APEX value when the image was acquired.
AttributeSetImages
  bitsPerSample : Number
Number of bits per sample For example bit depth of an image (8-bit, 16-bit etc..) or bit depth per audio sample of uncompressed audio data (8, 16, 24, 32, 64, etc..)
AttributeSetImages
  cameraOwner : String
The owner of the camera used to capture this image.
AttributeSetImages
  colorSpace : String
What color space model is this item following (For example, "RGB", "CMYK", "YUV", "YCbCr")
AttributeSetImages
  EXIFGPSVersion : String
The version of GPSInfoIFD header that was used to generate the metadata
AttributeSetImages
  EXIFVersion : String
The verion of the EXIF header that was used to generate the metadata
AttributeSetImages
  exposureMode : Number
Mode that was used for the exposure.
AttributeSetImages
  exposureProgram : String
The class of the program used by the camera to set exposure when the picture is taken (Manual, Normal, Aperture Priority, ...)
AttributeSetImages
  exposureTime : Number
Time that the lens was open during exposure in seconds
AttributeSetImages
  exposureTimeString : String
The time of the exposure as a string, e.g.
AttributeSetImages
  flashOn : Number
Indicates if the flash was used to take the picture.
AttributeSetImages
  fNumber : Number
The focal length of the lens divided by the diameter of the aperture when the image was acquired.
AttributeSetImages
  focalLength : Number
The actual focal length of the lens in mm.
AttributeSetImages
  focalLength35mm : Number
Indicates if the focal length is 35mm.
AttributeSetImages
  hasAlphaChannel : Number
Indicates if this image file has an alpha channel.
AttributeSetImages
  ISOSpeed : Number
The ISO Speed the camera was set to when the image was taken.
AttributeSetImages
  layerNames : Array
The names of the various layers in the file
AttributeSetImages
  lensModel : String
The model of the lens used to capture this image.
AttributeSetImages
  maxAperture : Number
The smallest F number of the lens.
AttributeSetImages
  meteringMode : String
The metering mode for the image (Average, Partial, Pattern, ...)
AttributeSetImages
  orientation : Number
The orientation of the data.
AttributeSetImages
  pixelCount : Number
The total number of pixels in the item.
AttributeSetImages
  pixelHeight : Number
The height of the item in pixels (ie Image height or Video frame height)
AttributeSetImages
  pixelWidth : Number
The width of the item in pixels (ie Image width or Video frame width)
AttributeSetImages
  profileName : String
Name of the color profile used for the image
AttributeSetImages
  redEyeOn : Number
Indicates if red-eye reduction was used to take the picture.
AttributeSetImages
  resolutionHeightDPI : Number
Resolution height of this image in DPI
AttributeSetImages
  resolutionWidthDPI : Number
Resolution width of this image in DPI
AttributeSetImages
  whiteBalance : Number
The white balance setting of the camera when the image was acquired.
AttributeSetImages
Public Methods
 MethodDefined By
  
AttributeSetImages
Property Detail
acquisitionMakeproperty
public var acquisitionMake:String

Device make that was used to acquire this item

acquisitionModelproperty 
public var acquisitionModel:String

Device model that was used to acquire this item

apertureproperty 
public var aperture:Number

The size of the lens aperture as a log-scale APEX value when the image was acquired.

bitsPerSampleproperty 
public var bitsPerSample:Number

Number of bits per sample For example bit depth of an image (8-bit, 16-bit etc..) or bit depth per audio sample of uncompressed audio data (8, 16, 24, 32, 64, etc..)

cameraOwnerproperty 
public var cameraOwner:String

The owner of the camera used to capture this image.

colorSpaceproperty 
public var colorSpace:String

What color space model is this item following (For example, "RGB", "CMYK", "YUV", "YCbCr")

EXIFGPSVersionproperty 
public var EXIFGPSVersion:String

The version of GPSInfoIFD header that was used to generate the metadata

EXIFVersionproperty 
public var EXIFVersion:String

The verion of the EXIF header that was used to generate the metadata

exposureModeproperty 
public var exposureMode:Number

Mode that was used for the exposure. Should be 0 for AutoExposure, 1 for Manual, 2 for AutoBracket.

exposureProgramproperty 
public var exposureProgram:String

The class of the program used by the camera to set exposure when the picture is taken (Manual, Normal, Aperture Priority, ...)

exposureTimeproperty 
public var exposureTime:Number

Time that the lens was open during exposure in seconds

exposureTimeStringproperty 
public var exposureTimeString:String

The time of the exposure as a string, e.g. "1/250 seconds".

flashOnproperty 
public var flashOn:Number

Indicates if the flash was used to take the picture. Should be 1 if flash is on, 0 otherwise.

fNumberproperty 
public var fNumber:Number

The focal length of the lens divided by the diameter of the aperture when the image was acquired.

focalLengthproperty 
public var focalLength:Number

The actual focal length of the lens in mm.

focalLength35mmproperty 
public var focalLength35mm:Number

Indicates if the focal length is 35mm. Should be 1 if true, 0 otherwise

hasAlphaChannelproperty 
public var hasAlphaChannel:Number

Indicates if this image file has an alpha channel. Should be 0 for no alpha channel, 1 for alpha channel.

ISOSpeedproperty 
public var ISOSpeed:Number

The ISO Speed the camera was set to when the image was taken. Examples are 100, 200, 400, etc.

layerNamesproperty 
public var layerNames:Array

The names of the various layers in the file

lensModelproperty 
public var lensModel:String

The model of the lens used to capture this image.

maxApertureproperty 
public var maxAperture:Number

The smallest F number of the lens. The unit is the APEX value. Ordinarily it is given in the range of 00.00 to 99.99.

meteringModeproperty 
public var meteringMode:String

The metering mode for the image (Average, Partial, Pattern, ...)

orientationproperty 
public var orientation:Number

The orientation of the data. Should be 0 for Landscape or 1 for Portrait.

pixelCountproperty 
public var pixelCount:Number

The total number of pixels in the item.

pixelHeightproperty 
public var pixelHeight:Number

The height of the item in pixels (ie Image height or Video frame height)

pixelWidthproperty 
public var pixelWidth:Number

The width of the item in pixels (ie Image width or Video frame width)

profileNameproperty 
public var profileName:String

Name of the color profile used for the image

redEyeOnproperty 
public var redEyeOn:Number

Indicates if red-eye reduction was used to take the picture. Should be 0 for no red-eye, 1 for red-eye

resolutionHeightDPIproperty 
public var resolutionHeightDPI:Number

Resolution height of this image in DPI

resolutionWidthDPIproperty 
public var resolutionWidthDPI:Number

Resolution width of this image in DPI

whiteBalanceproperty 
public var whiteBalance:Number

The white balance setting of the camera when the image was acquired. Should be 0 for Auto or 1 for Manual.

Constructor Detail
AttributeSetImages()Constructor
public function AttributeSetImages()