iOS图片转成视频方法

/** * 裁剪图片 * * @param image 图片 * @param bounds 大小 * */ + (UIImage *)croppedImage:(UIImage *)image bounds:(CGRect)bounds { CGImageRef imageRef = CGImageCreateWithImageInRect([image CGImage], bounds
相关文章
相关标签/搜索