| Sign In/My Account | View Cart |
| Article: |
Bitmap Image Filters | |
| Subject: | Final code problem | |
| Date: | 2002-08-09 22:25:38 | |
| From: | johnts | |
|
In the final filterImage: code, there's a slight problem. At the top there are the declarations: int w = [srcImageRep pixelsWide]; int h = [srcImageRep pixelsHigh];
|
||
Showing messages 1 through 3 of 3.
IAWindowController.m needs:
#import "MyDocument.h"
and in IAWindowController.h this needs to be added:
- (void)setImageToDraw:(NSImage *)image;