on Mac OS X, an NSImage object is a high-level class for manipulating image data
I have created an NSImage object, and ideally would like to determine how many of each pixels colour it contains. …
cocoa nsimageI program command-line application that will load image from Supporting Files. Image is copied in Supporting Files, but when I …
objective-c cocoa command-line nsimagehow can i read PNG image to NSImage. I tried the following way,but when i get the width and …
cocoa nsimageHow to convert NSImage to NSBitmapImageRep? I have code: - (NSBitmapImageRep *)bitmapImageRepresentation { NSBitmapImageRep *ret = (NSBitmapImageRep *)[self representations]; if(![ret isKindOfClass:[…
objective-c macos bitmap nsimage nsbitmapimagerepI am writing a Mac app based on an iOS app. The code below converts a UIImage to NSData to …
parse-platform uiimage nsdata nsimage uiimagepngrepresentationI'm playing with the Core Image framework. As I understand, if I have an image (NSImage), it needs to be …
objective-c macos cocoa core-image nsimageI have an NSImageView which I get an image for from an NSOpenPanel. That works great. Now, how can I …
objective-c macos nsimage nsimageview nsopenpanelI see that sometimes NSImage size is not real size (with some pictures) and CIImage size is always real. I …
macos cocoa core-graphics nsimageOk, it appears that the I'm creating a PDFDocument where pixelWidth is incorrect in the images that I created. So …
objective-c cocoa bitmap nsimage cgimageI am trying to create a NSImage or NSImageCell with rounded corners inside a NSTableView. I can't get anything to …
cocoa rounded-corners nsimage