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

Portable Network Graphics (PNG) Image

Methods

fileExt   mimeType   mimeType   new   supported?  

Public Class methods

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

Return the MIME type for this image type

Return the MIME type for this image type

Return an initialized FXPNGImage instance.

Parameters:

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

Return true if PNG image file format is supported.

[Validate]