gpt4 book ai didi

ios - 垂直显示旋转图像

转载 作者:行者123 更新时间:2023-11-29 05:04:14 25 4
gpt4 key购买 nike

我有一个名为“test.png”的向左图像(类似于 UIImageOrientationLeft 文档的“R”图像注释),我首先使用 UIImage 读取它,然后使用 UIImageOrientationLeft 的图像数据创建另一个 UIImage第一个和方向信息,如下所示:

UIImage *image = [UIImage imageNamed:@"test"];
image = [UIImage imageWithCGImage:image.CGImage scale:1.f orientation:UIImageOrientationLeft];
UIImageView *imageView = [[[UIImageView alloc] initWithImage:image] autorelease];
[imageView sizeToFit];

但是imageView上显示的图像是上下颠倒的。怎么了?

最佳答案

过去几周我在这个主题上花了很多时间。 This可能对您有帮助,但要获得更深入的解释,请查看 this link出来。

在这两篇文章之间,有关于为什么旋转图像以及如何自行旋转图像的信息。

关于ios - 垂直显示旋转图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6012835/

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