1.前因 由于剪切图片用到下面方法,此方法属于CGImage.h中,通过创建CGImageRef像素位图,可以通过操作存储的像素位来编辑图片. /* Create an image using the data contained within the subrectangle `rect' of `image'. 截取图像的一个区域重绘图像*/ CG_EXTERN CGImageRef __nullable CGImageCreateWithImageInRect( CGImageRef cg…