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

JPEG Image class

Methods

new  

Attributes

quality  [RW]  Image quality

Public Class methods

Return an initialized FXJPGImage instance.

Parameters:

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

[Validate]