mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 13:50:57 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
383 lines
12 KiB
XML
383 lines
12 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.7//EN" "http://www.gnustep.org/gsdoc-0_6_7.xml">
|
|
<gsdoc base="NSBitmapImageRep" up="Gui">
|
|
<head>
|
|
<title>NSBitmapImageRep.m</title>
|
|
<author name="Adam Fedor">
|
|
<email address="fedor@gnu.org">
|
|
fedor@gnu.org
|
|
</email>
|
|
</author>
|
|
<abstract>Bitmap image representation.</abstract>
|
|
<copy>1996 Free Software Foundation, Inc.</copy>
|
|
</head>
|
|
<body>
|
|
<front><contents /></front>
|
|
<chapter>
|
|
<heading>
|
|
Software documentation for the NSBitmapImageRep class
|
|
</heading>
|
|
<class name="NSBitmapImageRep" super="NSImageRep">
|
|
<declared>AppKit/NSBitmapImageRep.h</declared>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<method type="NSData*" factory="yes">
|
|
<sel>TIFFRepresentationOfImageRepsInArray:</sel>
|
|
<arg type="NSArray*">anArray</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="NSData*" factory="yes">
|
|
<sel>TIFFRepresentationOfImageRepsInArray:</sel>
|
|
<arg type="NSArray*">anArray</arg>
|
|
<sel>usingCompression:</sel>
|
|
<arg type="NSTIFFCompression">type</arg>
|
|
<sel>factor:</sel>
|
|
<arg type="float">factor</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="void" factory="yes">
|
|
<sel>getTIFFCompressionTypes:</sel>
|
|
<arg type="const NSTIFFCompression**">list</arg>
|
|
<sel>count:</sel>
|
|
<arg type="int*">numTypes</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="id" factory="yes">
|
|
<sel>imageRepWithData:</sel>
|
|
<arg type="NSData*">tiffData</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="NSArray*" factory="yes">
|
|
<sel>imageRepsWithData:</sel>
|
|
<arg type="NSData*">tiffData</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="NSString*" factory="yes">
|
|
<sel>localizedNameForTIFFCompressionType:</sel>
|
|
<arg type="NSTIFFCompression">type</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="NSData*" factory="yes">
|
|
<sel>representationOfImageRepsInArray:</sel>
|
|
<arg type="NSArray*">imageReps</arg>
|
|
<sel>usingType:</sel>
|
|
<arg type="NSBitmapImageFileType">storageType</arg>
|
|
<sel>properties:</sel>
|
|
<arg type="NSDictionary*">properties</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="NSData*">
|
|
<sel>TIFFRepresentation</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="NSData*">
|
|
<sel>TIFFRepresentationUsingCompression:</sel>
|
|
<arg type="NSTIFFCompression">type</arg>
|
|
<sel>factor:</sel>
|
|
<arg type="float">factor</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="unsigned char*">
|
|
<sel>bitmapData</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="int">
|
|
<sel>bitsPerPixel</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="int">
|
|
<sel>bytesPerPlane</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="int">
|
|
<sel>bytesPerRow</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>canBeCompressedUsing:</sel>
|
|
<arg type="NSTIFFCompression">compression</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>colorizeByMappingGray:</sel>
|
|
<arg type="float">midPoint</arg>
|
|
<sel>toColor:</sel>
|
|
<arg type="NSColor*">midPointColor</arg>
|
|
<sel>blackMapping:</sel>
|
|
<arg type="NSColor*">shadowColor</arg>
|
|
<sel>whiteMapping:</sel>
|
|
<arg type="NSColor*">lightColor</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>getBitmapDataPlanes:</sel>
|
|
<arg type="unsigned char**">data</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>getCompression:</sel>
|
|
<arg type="NSTIFFCompression*">compression</arg>
|
|
<sel>factor:</sel>
|
|
<arg type="float*">factor</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="id">
|
|
<sel>initWithBitmapDataPlanes:</sel>
|
|
<arg type="unsigned char**">planes</arg>
|
|
<sel>pixelsWide:</sel>
|
|
<arg type="int">width</arg>
|
|
<sel>pixelsHigh:</sel>
|
|
<arg type="int">height</arg>
|
|
<sel>bitsPerSample:</sel>
|
|
<arg type="int">bps</arg>
|
|
<sel>samplesPerPixel:</sel>
|
|
<arg type="int">spp</arg>
|
|
<sel>hasAlpha:</sel>
|
|
<arg type="BOOL">alpha</arg>
|
|
<sel>isPlanar:</sel>
|
|
<arg type="BOOL">isPlanar</arg>
|
|
<sel>colorSpaceName:</sel>
|
|
<arg type="NSString*">colorSpaceName</arg>
|
|
<sel>bytesPerRow:</sel>
|
|
<arg type="int">rowBytes</arg>
|
|
<sel>bitsPerPixel:</sel>
|
|
<arg type="int">pixelBits</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="id">
|
|
<sel>initWithBitmapHandle:</sel>
|
|
<arg type="void*">bitmap</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="id">
|
|
<sel>initWithData:</sel>
|
|
<arg type="NSData*">tiffData</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="id">
|
|
<sel>initWithFocusedViewRect:</sel>
|
|
<arg type="NSRect">rect</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="id">
|
|
<sel>initWithIconHandle:</sel>
|
|
<arg type="void*">icon</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>isPlanar</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="int">
|
|
<sel>numberOfPlanes</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="NSData*">
|
|
<sel>representationUsingType:</sel>
|
|
<arg type="NSBitmapImageFileType">storageType</arg>
|
|
<sel>properties:</sel>
|
|
<arg type="NSDictionary*">properties</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="int">
|
|
<sel>samplesPerPixel</sel>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setCompression:</sel>
|
|
<arg type="NSTIFFCompression">compression</arg>
|
|
<sel>factor:</sel>
|
|
<arg type="float">factor</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setProperty:</sel>
|
|
<arg type="NSString*">property</arg>
|
|
<sel>withValue:</sel>
|
|
<arg type="id">value</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<method type="id">
|
|
<sel>valueForProperty:</sel>
|
|
<arg type="NSString*">property</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<NotOpenStep /> <GNUstep /> <MacOS-X />
|
|
</standards>
|
|
</method>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</class>
|
|
</chapter>
|
|
<chapter>
|
|
<heading>
|
|
Software documentation for the
|
|
NSBitmapImageRep(GNUstepExtension)
|
|
category
|
|
</heading>
|
|
<category name="GNUstepExtension" class="NSBitmapImageRep">
|
|
<declared>AppKit/NSBitmapImageRep.h</declared>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<method type="NSArray*" factory="yes">
|
|
<sel>imageRepsWithFile:</sel>
|
|
<arg type="NSString*">filename</arg>
|
|
<desc>
|
|
<em>Description forthcoming.</em>
|
|
</desc>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</method>
|
|
<standards>
|
|
<GNUstep /> <MacOS-X /> <OpenStep />
|
|
</standards>
|
|
</category>
|
|
</chapter>
|
|
</body>
|
|
</gsdoc>
|