iOS圖片轉成視頻方法

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