| Lynkeos
    | 
TIFF file format writer class. More...
#import <MyTiffWriter.h>


| Instance Methods | |
| (IBAction) | - changeCompression: | 
| Action connected to the compression popup.  More... | |
| (IBAction) | - changeBits: | 
| Action connected to the "bits per pixels" popup.  More... | |
| (IBAction) | - confirmParams: | 
| Action connected to the "OK" button.  More... | |
| (IBAction) | - cancelParams: | 
| Action connected to the "Cancel" button.  More... | |
|  Instance Methods inherited from <LynkeosImageFileWriter> | |
| (void) | - saveImageAtURL:withData:withPrecision:blackLevel:whiteLevel:withPlanes:width:lineWidth:height:metaData: | 
| Save the image data in a file at the given URL. Simple as that ;o)  More... | |
|  Instance Methods inherited from <LynkeosFileWriter> | |
| (NSPanel *) | - configurationPanel | 
| Get a configuration panel for this writer.  More... | |
| Protected Attributes | |
| IBOutlet NSPanel * | _cfgPanel | 
| Configuration panel. | |
| u_short | _compression | 
| Kind of compression. | |
| u_short | _nBits | 
| Number of bits per pixels. | |
| Additional Inherited Members | |
|  Class Methods inherited from <LynkeosFileWriter> | |
| (NSString *) | + writerName | 
| Get a string identifying this writer.  More... | |
| (NSString *) | + fileExtension | 
| Get the extension that should be appended to a file name, when written by this reader.  More... | |
| (BOOL) | + canSaveDataWithPlanes:width:height:metaData: | 
| Check if this writer is able to save that kind of data.  More... | |
| (id< LynkeosFileWriter >) | + writerForURL:planes:width:height:metaData: | 
| Constructor which creates a writer ready for writing some data with the given parameters.  More... | |
TIFF file format writer class.
| - (IBAction) cancelParams: | (id) | sender | 
| - (IBAction) changeBits: | (id) | sender | 
| - (IBAction) changeCompression: | (id) | sender | 
| - (IBAction) confirmParams: | (id) | sender | 
 1.8.4
 1.8.4