以下のコードを使用して、rgba forful ビューを埋めています。しかし、私は半分(1/2)の幅しか得ていません。誰でも私のコードに問題があることを教えてください。
CGContextRef bitmap = CGBitmapContextCreate(
rgba,
width, // width = 320
height, // 460
8 //CGImageGetBitsPerComponent(imageRef),
4 * width, // rowbytes
colorSpace,
kCGImageAlphaNoneSkipLast);
);