NSImage Additions

Inherits From:
NSObject

Declared in: EOInterface/EOControlAssociation.h

Class Description

Enterprise Objects Framework adds one method to NSImage to aid in conversion of image data from databases. This method is used as a factory method for custom value archiving, as described in the EOCustomClassArchiving informal protocol specification. See the NSImage class specification in the Application Kit documentation for a list supported image file formats.

Class Methods

imageWithData:

+ imageWithData: (NSData *)imageData

Creates an NSImage from imageData and returns it.

See also: - initWithData: (NSImage class of the Application Kit), - TIFFRepresentation (NSImage class of the Application Kit)

Copyright © 1997, Apple Computer, Inc. All rights reserved.