sips-js-api
Preparing search index...
ImageProperties
Interface ImageProperties
The properties of the
Image
.
interface
ImageProperties
{
ColorModel
?:
string
;
Depth
?:
number
;
Exif
?:
{
[
key
:
string
]:
any
}
;
FileSize
:
number
;
GIF
?:
{
[
key
:
string
]:
any
}
;
HasAlpha
?:
0
|
1
;
JFIF
?:
{
[
key
:
string
]:
any
}
;
PixelHeight
?:
number
;
PixelWidth
?:
number
;
PNG
?:
{
[
key
:
string
]:
any
}
;
ProfileName
?:
string
;
TIFF
?:
{
[
key
:
string
]:
any
}
;
uti
:
string
;
[
key
:
string
]:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
Color
Model?
Depth?
Exif?
File
Size
GIF?
Has
Alpha?
JFIF?
Pixel
Height?
Pixel
Width?
PNG?
Profile
Name?
TIFF?
uti
Properties
Optional
Color
Model
ColorModel
?:
string
Optional
Depth
Depth
?:
number
Optional
Exif
Exif
?:
{
[
key
:
string
]:
any
}
File
Size
FileSize
:
number
Optional
GIF
GIF
?:
{
[
key
:
string
]:
any
}
Optional
Has
Alpha
HasAlpha
?:
0
|
1
Optional
JFIF
JFIF
?:
{
[
key
:
string
]:
any
}
Optional
Pixel
Height
PixelHeight
?:
number
Optional
Pixel
Width
PixelWidth
?:
number
Optional
PNG
PNG
?:
{
[
key
:
string
]:
any
}
Optional
Profile
Name
ProfileName
?:
string
Optional
TIFF
TIFF
?:
{
[
key
:
string
]:
any
}
uti
uti
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Color
Model
Depth
Exif
File
Size
GIF
Has
Alpha
JFIF
Pixel
Height
Pixel
Width
PNG
Profile
Name
TIFF
uti
sips-js-api
Loading...
The properties of the Image.