Class: img

Source Location: /bblog/libs/image.php ( Revision Log )

Class img

Property Summary
mixed   $image  
mixed   $temp  
mixed   $type  

[ Top ]
Method Summary
img   img()  
void   errorHandler()  
void   resize()  
void   show()  
void   store()  
void   sync()  
void   TypeByExtension()  
void   watermark()  
void   _sendHeader()  

[ Top ]
Properties
mixed   $image = '' [line 4]

[ Top ]
mixed   $temp = '' [line 5]

[ Top ]
mixed   $type = '' [line 6]

[ Top ]
Methods
Constructor img  [line 8]

  img img( mixed $sourceFile, mixed $ext  )



[ Top ]
errorHandler  [line 74]

  void errorHandler( )



[ Top ]
resize  [line 35]

  void resize( [mixed $width = 100], [mixed $height = 100], [mixed $aspectradio = true], [mixed $enlarge = false]  )



[ Top ]
show  [line 64]

  void show( )



[ Top ]
store  [line 79]

  void store( mixed $file  )



[ Top ]
sync  [line 57]

  void sync( )



[ Top ]
TypeByExtension  [line 19]

  void TypeByExtension( mixed $ext  )



[ Top ]
watermark  [line 85]

  void watermark( mixed $pngImage, [mixed $left = 0], [mixed $top = 0]  )



[ Top ]
_sendHeader  [line 70]

  void _sendHeader( )



[ Top ]