gpt4 book ai didi

iphone - 图像裁剪给出了错误的图像部分

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:45:07 25 4
gpt4 key购买 nike

我编写了裁剪图像的代码,但我得到的是图像的另一部分,而不是给定的矩形。

CGImageRef cr = CGImageCreateWithImageInRect([imageCrop.image CGImage], rectangle.frame);
imageCrop.frame=rectangle.frame;
imageCrop.image = [[[UIImage alloc] initWithCGImage:cr] autorelease];
CGImageRelease(cr);

最佳答案

如果您收到图像的另一部分,可能是因为您提供的 UIImageimageOrientation 属性的值。裁剪前考虑图像方向。

图像方向会影响图像数据在绘制时的显示方式。默认情况下,图像以“向上”方向显示。但是,如果图像具有关联的元数据(例如 EXIF 信息),则此属性包含该元数据指示的方向。有关此属性的可能值列表,请参阅 UIImageOrientation

关于iphone - 图像裁剪给出了错误的图像部分,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10814612/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com