Re: affine transformation of bitmap images
Re: affine transformation of bitmap images
- Subject: Re: affine transformation of bitmap images
- From: Robert Clair <email@hidden>
- Date: Thu, 24 Feb 2005 16:32:01 -0500
I want an NSBitmapImageRep of the post-transformed image.
[newImg lockFocus];
NSBitmapImageRep* newBitmapRep =
[[NSBitmapImageRep alloc] initWithFocusedViewRect:
NSMakeRect( 0.0,0.0, [newImg size].width,
[newImg size].height)];
[newImg unlockFocus];
......Bob Clair
_______________________________________________
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