php图像处理库

安装:

  composer require intervention/image

使用:

  Laravel Storage::put()

  Image::make('123.png')          --打开图片
  canvas(800, 800, '#ffffff')     --打开背景图
  resize(450, 450)                --缩放
  croop(100 ,100 ,50 ,50)         --裁剪
  insert('123.png', 'center')     --插入图片
  save('123.png');                --保存


  file_exists(123.png)           --判断文件否存在
  rename($oidFilePath, $newFilePath);--修改文件名字
posted @ 2024-09-11 10:41  『學無止境』  阅读(28)  评论(0)    收藏  举报