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

Portable Pixmap (PPM) Image

Methods

fileExt   new  

Public Class methods

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

Return an initialized FXPPMImage instance.

Parameters:

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

[Validate]