Image __construct(
object
&$album, sting
$filename
)
|
|
Constructor for class-video
Parameters:
|
object |
&$album: |
the owning album |
|
sting |
$filename: |
the filename of the image |
Redefinition of:
- MediaObject::__construct()
- Class instantiator
string getBody(
[$w
$w = NULL], [$h
$h = NULL]
)
|
|
returns the content of the vido
Parameters:
string getCustomImage(
int
$size, int
$width, int
$height, int
$cropw, int
$croph, int
$cropx, int
$cropy, [bool
$thumbStandin = false], [bool
$effects = NULL], string
$alt, string
$class, string
$id
)
|
|
Get a custom sized version of this image based on the parameters.
Parameters:
|
string |
$alt: |
Alt text for the url |
|
int |
$size: |
size |
|
int |
$width: |
width |
|
int |
$height: |
height |
|
int |
$cropw: |
crop width |
|
int |
$croph: |
crop height |
|
int |
$cropx: |
crop x axis |
|
int |
$cropy: |
crop y axis |
|
string |
$class: |
Optional style class |
|
string |
$id: |
Optional style id |
|
bool |
$thumbStandin: |
set to true to treat as thumbnail |
|
bool |
$effects: |
ignored |
Redefinition of:
- _Image::getCustomImage()
- Get a custom sized version of this image based on the parameters.
void getSizedImage(
$size
)
|
|
(non-PHPdoc)
Parameters:
API Tags:
| See: | zp-core/_Image::getSizedImage() |
Redefinition of:
- _Image::getSizedImage()
- Returns a path to a sized version of the image
string getThumb(
[
$type = 'image']
)
|
|
Get a default-sized thumbnail of this image.
Parameters:
Redefinition of:
- _Image::getThumb()
- Get a default-sized thumbnail of this image.
string getThumbImageFile(
[string
$path = NULL]
)
|
|
Returns the image file name for the thumbnail image.
Parameters:
|
string |
$path: |
override path |
Redefinition of:
- _Image::getThumbImageFile()
- Returns the image file name for the thumbnail image.
Update this object's values for width and height.
Redefinition of:
- _Image::updateDimensions()
- Update this object's values for width and height.
Processes multi-media file metadata
(non-PHPdoc)
API Tags:
| See: | zp-core/_Image::updateMetaData() |
Redefinition of:
- _Image::updateMetaData()
- Parses Exif/IPTC data