$image = new \Think\Image(); $image->open('.'.$path); $image->thumb(150, 150)->save('.'.$str[0].'_thumb.jpeg');