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 35
__construct($tmp_dir)
at line 42
makeTempImage($keyname, $max_width, $max_height)
at line 55
moveTempImage($filename, $save_dir)
at line 70
deleteImage($filename, $dir)
at line 87
MakeThumb($FromImgPath, $ToImgPath, $tmpMW, $tmpMH, $newFileName = '')
指定サイズで画像を出力する.