Image
class Image
Properties
$tmp_dir |
Methods
__construct($tmp_dir)
No description
makeTempImage($keyname, $max_width, $max_height)
No description
moveTempImage($filename, $save_dir)
No description
deleteImage($filename, $dir)
No description
MakeThumb($FromImgPath, $ToImgPath, $tmpMW, $tmpMH, $newFileName = '')
指定サイズで画像を出力する.
Details
at line 23
__construct($tmp_dir)
at line 30
makeTempImage($keyname, $max_width, $max_height)
at line 43
moveTempImage($filename, $save_dir)
at line 58
deleteImage($filename, $dir)
at line 75
MakeThumb($FromImgPath, $ToImgPath, $tmpMW, $tmpMH, $newFileName = '')
指定サイズで画像を出力する.