| Package | com.myflashlab.air.extensions.spotlight |
| Class | public class AttributeSetImages |
| Inheritance | AttributeSetImages Object |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
| AttributeSetImages | |||
| acquisitionMake | property |
public var acquisitionMake:StringDevice make that was used to acquire this item
| acquisitionModel | property |
public var acquisitionModel:StringDevice model that was used to acquire this item
| aperture | property |
public var aperture:NumberThe size of the lens aperture as a log-scale APEX value when the image was acquired.
| bitsPerSample | property |
public var bitsPerSample:NumberNumber 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..)
| cameraOwner | property |
public var cameraOwner:StringThe owner of the camera used to capture this image.
| colorSpace | property |
public var colorSpace:StringWhat color space model is this item following (For example, "RGB", "CMYK", "YUV", "YCbCr")
| EXIFGPSVersion | property |
public var EXIFGPSVersion:StringThe version of GPSInfoIFD header that was used to generate the metadata
| EXIFVersion | property |
public var EXIFVersion:StringThe verion of the EXIF header that was used to generate the metadata
| exposureMode | property |
public var exposureMode:NumberMode that was used for the exposure. Should be 0 for AutoExposure, 1 for Manual, 2 for AutoBracket.
| exposureProgram | property |
public var exposureProgram:StringThe class of the program used by the camera to set exposure when the picture is taken (Manual, Normal, Aperture Priority, ...)
| exposureTime | property |
public var exposureTime:NumberTime that the lens was open during exposure in seconds
| exposureTimeString | property |
public var exposureTimeString:StringThe time of the exposure as a string, e.g. "1/250 seconds".
| flashOn | property |
public var flashOn:NumberIndicates if the flash was used to take the picture. Should be 1 if flash is on, 0 otherwise.
| fNumber | property |
public var fNumber:NumberThe focal length of the lens divided by the diameter of the aperture when the image was acquired.
| focalLength | property |
public var focalLength:NumberThe actual focal length of the lens in mm.
| focalLength35mm | property |
public var focalLength35mm:NumberIndicates if the focal length is 35mm. Should be 1 if true, 0 otherwise
| hasAlphaChannel | property |
public var hasAlphaChannel:NumberIndicates if this image file has an alpha channel. Should be 0 for no alpha channel, 1 for alpha channel.
| ISOSpeed | property |
public var ISOSpeed:NumberThe ISO Speed the camera was set to when the image was taken. Examples are 100, 200, 400, etc.
| layerNames | property |
public var layerNames:ArrayThe names of the various layers in the file
| lensModel | property |
public var lensModel:StringThe model of the lens used to capture this image.
| maxAperture | property |
public var maxAperture:NumberThe 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.
| meteringMode | property |
public var meteringMode:StringThe metering mode for the image (Average, Partial, Pattern, ...)
| orientation | property |
public var orientation:NumberThe orientation of the data. Should be 0 for Landscape or 1 for Portrait.
| pixelCount | property |
public var pixelCount:NumberThe total number of pixels in the item.
| pixelHeight | property |
public var pixelHeight:NumberThe height of the item in pixels (ie Image height or Video frame height)
| pixelWidth | property |
public var pixelWidth:NumberThe width of the item in pixels (ie Image width or Video frame width)
| profileName | property |
public var profileName:StringName of the color profile used for the image
| redEyeOn | property |
public var redEyeOn:NumberIndicates if red-eye reduction was used to take the picture. Should be 0 for no red-eye, 1 for red-eye
| resolutionHeightDPI | property |
public var resolutionHeightDPI:NumberResolution height of this image in DPI
| resolutionWidthDPI | property |
public var resolutionWidthDPI:NumberResolution width of this image in DPI
| whiteBalance | property |
public var whiteBalance:NumberThe white balance setting of the camera when the image was acquired. Should be 0 for Auto or 1 for Manual.
| AttributeSetImages | () | Constructor |
public function AttributeSetImages()