|
|
|
File: C:/usr/local/lib/php/blueshoes-4.2/core/gfx/Bs_ImageUtil.class.php
BlueShoes Application Framework - gfx
Bs_ImageUtil
Bs_Object | +-- Bs_ImageUtil
ImageUtil class.
|
public class Bs_ImageUtil extends Bs_Object
ImageUtil class.
functionality:- create thumbnails (from jpg's)missing:- gif support (if gd/php supports it)dependencies: none
| Authors | |
| Version | 4.0.$id$ |
| Copyright | blueshoes.org |
|
| |
|
Methods inherited from Bs_Object |
| isex, isexception, tostring, tohtml, persist, unpersist, bs_object, bbsetoutput, bbawake, bbisawake, bbxmsg, bbxfunctionstart, bbxfunctionend, bbxecho, bbxvar, bbxvardump, bbforcetrace, bbbufferstart, bbbufferget, bbbufferendflush, bbbufferendclean |
|
|
|
|
|
|
|
Public Method Details |
Bs_ImageUtil |
|
public void Bs_ImageUtil( )
|
| |
constructor
|
| Returns |
void |
|
|
Private Method Details |
getImgInfoType |
|
private string getImgInfoType( int $number )
|
| |
returns the image type
|
| Parameter |
|
|
| Returns |
string |
|
resizeToFile |
|
private void resizeToFile( $sourcefile, $thumbWidth, $thumbHeight, $targetfile, $jpegqual )
|
| |
Warning: documentation is missing.
|
| Parameter |
|
|
$sourcefile |
|
|
Warning: documentation is missing. |
|
|
|
$thumbWidth |
|
|
Warning: documentation is missing. |
|
|
|
$thumbHeight |
|
|
Warning: documentation is missing. |
|
|
|
$targetfile |
|
|
Warning: documentation is missing. |
|
|
|
$jpegqual |
|
|
Warning: documentation is missing. |
|
| Returns |
void |
|
|
Private Constant Details |
BS_IMAGEUTIL_VERSION
define( BS_IMAGEUTIL_VERSION, >>4.0.$x$<< )
Case: default: case sensitive
|
|
|
|
|
|
| PHPDoc 1.0beta |