Methods summary
public
Image
|
#
__construct( object $album, sting $filename, $quiet = false )
Constructor for class-video
Constructor for class-video
Parameters
- $album
- $album the owning album
- $filename
- the filename of the image
- $quiet
Returns
Overrides
|
public
|
#
updateDimensions( )
Update this object's values for width and height.
Update this object's values for width and height.
Overrides
|
public
string
|
#
getThumbImageFile( string $path = NULL )
Returns the image file name for the thumbnail image.
Returns the image file name for the thumbnail image.
Parameters
Returns
string
Overrides
|
public
string
|
#
getThumb( $type = 'image' )
Get a default-sized thumbnail of this image.
Get a default-sized thumbnail of this image.
Returns
string
Overrides
|
public
string
|
#
getCustomImage( string $size, integer $width, integer $height, integer $cropw, integer $croph, integer $cropx, integer $cropy, integer $thumbStandin = false, string $effects = NULL, string $id,…, boolean $thumbStandin,…, boolean $effects,… )
Get a custom sized version of this image based on the parameters.
Get a custom sized version of this image based on the parameters.
Parameters
- $size
- $alt Alt text for the url
- $width
- $size size
- $height
- $width width
- $cropw
- $height height
- $croph
- $cropw crop width
- $cropx
- $croph crop height
- $cropy
- $cropx crop x axis
- $thumbStandin
- $cropy crop y axis
- $effects
- $class Optional style class
- $id,…
- Optional style id
- $thumbStandin,…
- set to true to treat as thumbnail
- $effects,…
- ignored
Returns
string
Overrides
|
public
string
|
#
getSizedImage( integer $size )
(non-PHPdoc)
Parameters
- $size
- how big an image is wanted
Returns
string
See
zp-core/Image::getSizedImage()
Overrides
|
public
|
#
getFullImageURL( unknown_type $path,… )
returns URL to the original image or to a high quality alternate
e.g. ogg, avi, wmv files that can be handled by the client browser
returns URL to the original image or to a high quality alternate
e.g. ogg, avi, wmv files that can be handled by the client browser
Parameters
Overrides
|
public
|
|
public
string
|
#
getContent( $w = NULL, $h = NULL )
returns the content of the vido
returns the content of the vido
Parameters
Returns
string
Overrides
|
public
|
#
updateMetaData( )
Processes multi-media file metadata
(non-PHPdoc)
Processes multi-media file metadata
(non-PHPdoc)
See
zp-core/Image::updateMetaData()
Overrides
|