BlueShoes Application Framework made with PHP http://www.blueshoes.org/


Packageindex Classtrees Modulegroups Elementlist Report XML Files

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
Version4.0.$id$
Copyrightblueshoes.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 Summary

void

Bs_ImageUtil()

constructor

Private Method Summary

string

getImgInfoType(int $number)

returns the image type
void

resizeToFile( $sourcefile, $thumbWidth, $thumbHeight, $targetfile, $jpegqual)

Warning: documentation is missing.

Private Constant Summary

BS_IMAGEUTIL_VERSION >>4.0.$x$<< Warning: documentation is missing.

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
int $number
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




Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta