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

GIF Image class

Methods

fileExt   mimeType   new  

Public Class methods

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

Return the suggested MIME type for this image type.

Return an initialized FXGIFImage instance.

Parameters:

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

[Validate]