Latest JAS v1.1.0
144 plugins online

Code / Image / resize

Image :: resize
Method
include/image.php

Description...

Arguments

width
Argument
height
Argument

Return values

Boolean
Returns

Examples

Image Resize method example
PHP
<?
  $image->resize($width, $height);  //Call Image::resize method
?>

Comments (0)