gpt4 book ai didi

ios - -[不是类型 _cfTypeID] : message sent to deallocated instance

转载 作者:可可西里 更新时间:2023-11-01 03:34:34 25 4
gpt4 key购买 nike

我正在使用代码为图像提供不同的效果,例如对比度、色调、饱和度等;并使用苹果 glImageProcessing 代码,我从我的 View 跳转到 glimgeProcessing,并将生成的图像保存到 appDelegate uiimage 属性中文件。从 Eagle View 返回后,我使用 viewDidAppear 函数将我的 ImageView 更改为更新的图像

"-[Not A Type _cfTypeID]: message sent to deallocated instance"

我的代码是

NSLog(@"app imafe is %@",app.image);

[imageView setImage:app.image];

我的日志响应是

2013-07-26 13:39:37.293 imageProcessingApp[1019:11303] app imafe is <UIImage: 0x73c4100>
2013-07-26 13:39:39.482 imageProcessingApp[1019:11303] app imafe is <UIImage: 0x90e0420>
2013-07-26 13:39:39.483 imageProcessingApp[1019:11303] *** -[Not A Type _cfTypeID]: message sent to deallocated instance 0x90e0b60

尝试将图像设置到我的 imageView 时出现问题。

请帮忙

最佳答案

看起来像您发布的 app.image 或某处。也许你有多余的

CGImageRelease(app.image.CGImage);

[app.image release]

请注意,在 ALAsset.fullResolutionImagefullScreenImage 方法之后您不需要释放图像

关于ios - -[不是类型 _cfTypeID] : message sent to deallocated instance,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17876224/

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