php 图片裁剪(保存图片 和 不保存图片)
案例一:<?php$src_path = 'https://guwanc.oss-cn-shanghai.aliyuncs.com/video/output/outimgs/2018/09/19/153734256819844_00001.jpg';//创建源图的实例$src = imagecreatefromstring(file_get_contents($src_path)...