View Full Version : Problem in importing NSBitmapImageRep.h
iphonejudy
Jun 18, 2009, 02:04 AM
#import "NSBitmapImageRep.h"
When i import the above file ,I got error No such file .
I tried #import <Appkit/NSBitmapImageRep.h>
then also I got the error y?
robbieduncan
Jun 18, 2009, 03:35 AM
For the last time (I've told you this more than once as have other people).
YOU CAN'T USE THE APPKIT ON THE IPHONE
NSBitmapImageRep is part of the Mac OS AppKit not the iPhone OS UIKit.
Once again I suggest you give up and pay someone who has some degree of competence to do whatever it is you are doing.
iphonejudy
Jun 18, 2009, 03:39 AM
For the last time (I've told you this more than once as have other people).
YOU CAN'T USE THE APPKIT ON THE IPHONE
.
SORRY SORRY SORRY.I AM REALLY SORRY.
bad-dog
Jun 25, 2009, 03:25 AM
SORRY SORRY SORRY.I AM REALLY SORRY.
I was trying to figure that out too. Granted I'm a beginner to iPhone, and looked around a while but didn't grasp the problem until reading that unnecessarily rude reply. Thanks!
We are competent and don't need to always find someone else to do something we can't immediately grasp! Plus I don't got $ to do that.
My need for NSBitmapImageRep functionality was to write and read single pixels to a imageRef (basically). And now that I know I should be looking elsewhere to accomplish that, I think I'm competent enough to find a solution. .
Though any pointers would save time..
ChOas
Jun 25, 2009, 03:59 AM
I was trying to figure that out too. Granted I'm a beginner to iPhone, and looked around a while but didn't grasp the problem until reading that unnecessarily rude reply. Thanks!
We are competent and don't need to always find someone else to do something we can't immediately grasp! Plus I don't got $ to do that.
Look up iphonejudy's posthistory.
Robbieduncan was not unnecessarily rude, really. It's just that iphonejudy is not competent and doesn't want to grasp anything.
robbieduncan
Jun 25, 2009, 05:06 AM
I was trying to figure that out too. Granted I'm a beginner to iPhone, and looked around a while but didn't grasp the problem until reading that unnecessarily rude reply. Thanks!
We are competent and don't need to always find someone else to do something we can't immediately grasp! Plus I don't got $ to do that.
My need for NSBitmapImageRep functionality was to write and read single pixels to a imageRef (basically). And now that I know I should be looking elsewhere to accomplish that, I think I'm competent enough to find a solution. .
Though any pointers would save time..
As iphonejudy had already been told on these forums, more than once, that that specific header was not available on the iPhone I felt it was necessarily rude. In addition the level of question posted by this individual demonstrates their apparent competence well.
With respect to pointers I'd suggest the phrase "world of pain" and this technical Q&A (http://developer.apple.com/iphone/library/qa/qa2007/qa1509.html). Once you have the raw pixels you can manipulate them at a byte level taking care to respect the various parameters like bytes-per-row, bits-per-component and so on. As I said "world of pain".
bad-dog
Jun 25, 2009, 05:24 PM
As iphonejudy had already been told on these forums, more than once, that that specific header was not available on the iPhone I felt it was necessarily rude. In addition the level of question posted by this individual demonstrates their apparent competence well.
With respect to pointers I'd suggest the phrase "world of pain" and this technical Q&A (http://developer.apple.com/iphone/library/qa/qa2007/qa1509.html). Once you have the raw pixels you can manipulate them at a byte level taking care to respect the various parameters like bytes-per-row, bits-per-component and so on. As I said "world of pain".
Thanks robbieduncan. Yeah I was hoping to avoid that world of pain but will need to go with it.. Best -
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.