flipping the y-axis of an nsimage
flipping the y-axis of an nsimage
- Subject: flipping the y-axis of an nsimage
- From: Chase <email@hidden>
- Date: Thu, 21 Jul 2005 13:36:41 -0500
why does this not output one normal arrow cursor and one flipped :
NSImage * cursorpic = [[NSCursor arrowCursor] image];
[[cursorpic TIFFRepresentation] writeToFile:@"/_regular.tif"
atomically:YES];
[cursorpic setFlipped:![cursorpic isFlipped]];
[[cursorpic TIFFRepresentation] writeToFile:@"/_flipped.tif"
atomically:YES];
instead, i get two identical right-side-up cursors.
- chase
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden