Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は現在、画像(たとえば、写真ライブラリから取得したもの)をいくつかの異なる長方形の断片にスライスする方法を探しています。誰かが私を正しい方向に向けることができますか?
CGImageRef topLeftImageRef = CGImageCreateWithImageInRect(originalImage.CGImage, CGRectMake(0,0,originalImage.size.width/2,originalImage.size.height/2)); UIImage *topLeftImage = [UIImage imageWithCGImage:topLeftImageRef];