如何在iPhone中保存缩放后的图像
提前致谢。 我在图像
上使用了 CGAffineTransformMakeScale(-1.0, 1.0)
变换 我得到了这样的图像 。
我正在图像视图中显示它。
现在,如果我尝试访问该图像并在另一个图像视图中显示,它会像第一张图像一样正常显示。
但我想要访问缩放后的图像。任何人都可以帮助我如何保存和获取缩放后的图像。 这里这个CGAffineTransformMakeScale(-1.0, 1.0)
方法不会对图像产生影响。
Thanks in advance.
I used CGAffineTransformMakeScale(-1.0, 1.0)
tranform on an image
And i got the image like this.
I am displaying that in an imageview.
Now, if i try to access that image and display in another imageview it is displaying normally like first image.
But i want the scaled image to access. Can any one help me how to save and get the scaled image.
Here this CGAffineTransformMakeScale(-1.0, 1.0)
method will not effect on image.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下方法有助于缩放和翻转图像
The following method helps to scale as well as flip the image