コントラスト、色相、彩度などのさまざまな効果を画像に与えるためのコードを使用しています。Appleコードを使用glImageProcessing
して、ビューからにジャンプし、glimgeProcessing
結果の画像をファイル内のプロパティに保存uiimage
しappDelegate
ます。イーグルビューから戻った後、viewDidAppear
関数を使用して画像ビューを更新された画像に変更しました
"-[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
画像を my に設定しようとすると問題が発生しますimageView
。
助けてください