Top "Nsimage" questions

on Mac OS X, an NSImage object is a high-level class for manipulating image data

How do I take a "screenshot" of an NSView?

I need to take the contents of an NSView and put them in an NSImage, for an experimental project. Is …

objective-c cocoa macos nsview nsimage
NSTextView insert image in between text

Is it possible to insert an image (not a background image) into an NSTextView? Something like: Hi :) How are you? …

objective-c cocoa macos nstextview nsimage
Repeating background image in an NSView

I am trying to draw a repeating background image in my NSView, I have this till now: // INIT - (id)…

cocoa drawing nsview nsimage
NSURL → NSImage → NSImageView

I am playing with AppKit and NSDocument and I don't know why this is not working?: I just wrote this …

cocoa macos nsimage nsdocument
How can I load an NSImage representation of the icon for my application?

I have a custom icon file (MyApp.icns) set up for my Cocoa App. How can I access an NSImage …

cocoa icons nsimage
Swift: How to change NSImage image source?

I'm a newbee with XCode and Swift. Trying to simply set an image in my view in an OS X …

xcode swift nsview nsimage nsimageview
How to draw a NSImage like images in NSButtons (with a deepness)?

Is there any way to draw an NSImage like images in NSButtons or other cocoa interface elements? Here are examples: …

objective-c cocoa draw nsimage
how to change image resolution in objective-c

I need to change the resolution of the existing image in objective-c just like Apple's Preview application Tools->Adjust …

objective-c cocoa resolution nsimage
how to code NSButton to look just like image

Using code (not the Interface builder) I need to create an NSButton that looks like an image. Specifically I want …

nstableview nsimage nsbutton