Scaleform::Render::ImageFileFormat

Scaleform::Render::ImageFileFormat
enum ImageFileFormat {
  ImageFile_Unopened,
  ImageFile_Unknown,
  ImageFile_JPEG,
  ImageFile_DDS,
  ImageFile_PNG,
  ImageFile_TGA,
  ImageFile_PVR,
  ImageFile_KTX,
  ImageFile_GXT,
  ImageFile_GTX,
  ImageFile_GNF,
  ImageFile_SIF,
  ImageFile_Other
};
Description

ImageFileFormat is an enumeration including file formats supported and/or used by GFx.

Members
Members 
Description 
ImageFile_Unopened 
Image file format not yet determined since no attempt was made to open the file. 
ImageFile_Unknown 
Image format unknown even though the file was opened. 
ImageFile_JPEG 
JPEG Image file format. 
ImageFile_DDS 
DDS compressed texture file format. 
ImageFile_PNG 
PNG image file format. 
ImageFile_TGA 
TGA image file format. 
ImageFile_PVR 
PVR compressed texture file format (for mobile devices). 
ImageFile_KTX 
KTX compressed texture file format (for mobile devices). 
ImageFile_SIF 
Scaleform Image format to store platform specific (Swizzled/Packed) formats 
File

Render_ImageFile.h