Class Fox::FXTIFImage
In: rdoc-sources/FXTIFImage.rb
Parent: FXImage

Tagged Image File Format (TIFF) Image

Methods

fileExt   mimeType   new   supported?  

Attributes

codec  [RW]  Codec setting [Integer]

Public Class methods

Return the suggested file extension for this image type ("tif").

Return the MIME type for this image type

Return an initialized FXTIFImage instance.

Parameters:

a:an application instance [FXApp]
pix:a memory buffer formatted in TIF file format [String]
opts:options [Integer]
width:width [Integer]
height:height [Integer]

Return true if TIF image file format is supported.

[Validate]