可能重复:
如何合并透视图像(3D 变换)?
如何将 3D 转换后的图像与背景图像合并?我正在使用下面的代码。
UIGraphicsBeginImageContext(backgroundImageView.frame.size);
[backgroundImageView.layer renderInContext:UIGraphicsGetCurrentContext()]; //bacgroundImageView here
overlappedImage = UIGraphicsGetImageFromCurrentImageContext();
UIGraphicsEndImageContext();
它工作正常,但我将 3D 变换更改为该图像(猫图像)它不起作用。请看附图。第一张图像是转换图像,第二张图像是合并图像(这是问题)。请帮帮我。我在这个问题上浪费了更多时间。我希望有人能帮助我。提前致谢。