tags:

views:

579

answers:

2

Can anyone please suggest me a good sample code for zooming image in NSImageView. Thanks.

+3  A: 

If you look at the documentation, you'll see that NSImageView doesn't support this. Use Image Kit instead.

Peter Hosey
+1  A: 

Perhaps you want to try using ImageKit's IKImageView instead. This gives you zooming, rotation, etc...all for free.

Reed Olsen
Yeah, ImageKit is a nice idea, but my requirement is NSImageView
lance