Lynkeos
Instance Methods | Protected Attributes | List of all members
MyTiffWriter Class Reference

TIFF file format writer class. More...

#import <MyTiffWriter.h>

Inheritance diagram for MyTiffWriter:
Inheritance graph
[legend]
Collaboration diagram for MyTiffWriter:
Collaboration graph
[legend]

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...
 

Detailed Description

TIFF file format writer class.

Method Documentation

- (IBAction) cancelParams: (id)  sender

Action connected to the "Cancel" button.

Parameters
senderThe button.

References _cfgPanel.

- (IBAction) changeBits: (id)  sender

Action connected to the "bits per pixels" popup.

Parameters
senderThe popup.

References _nBits.

- (IBAction) changeCompression: (id)  sender

Action connected to the compression popup.

Parameters
senderThe popup.

References _compression.

- (IBAction) confirmParams: (id)  sender

Action connected to the "OK" button.

Parameters
senderThe button.

References _cfgPanel.


The documentation for this class was generated from the following files: