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

JPEG Image class

Methods

fileExt   mimeType   new   supported?  

Attributes

quality  [RW]  Image quality

Public Class methods

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

Return the MIME type for this image type

Return an initialized FXJPGImage instance.

Parameters:

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

Return true if JPEG image file format is supported.

[Validate]