soui 5.0.0.1
Soui5 Doc
 
Loading...
Searching...
No Matches
SImgDecoder-i.h File Reference

Interface definitions for image decoding. More...

#include <interface/obj-ref-i.h>

Go to the source code of this file.

Classes

interface  IImgFrame
 Interface for an image frame. More...
 
interface  IImgX
 Interface for image data. More...
 
interface  IImgDecoderFactory
 Interface for image decoder factory. More...
 

Macros

#define INTERFACE   IImgFrame
 
#define INTERFACE   IImgX
 
#define INTERFACE   IImgDecoderFactory
 

Typedefs

typedef enum _ImgFmt ImgFmt
 

Enumerations

enum  _ImgFmt {
  Img_PNG , Img_BMP , Img_TIFF , Img_JPG ,
  Img_Webp , Img_TGA
}
 

Detailed Description

Interface definitions for image decoding.

Version
v1.0
Author
SOUI group
Date
2014-05-28

This file contains the interface definitions for image decoding, including interfaces for image frames, image data, and image decoder factories.

Definition in file SImgDecoder-i.h.

Macro Definition Documentation

◆ INTERFACE [1/3]

#define INTERFACE   IImgFrame

Definition at line 27 of file SImgDecoder-i.h.

◆ INTERFACE [2/3]

#define INTERFACE   IImgX

Definition at line 27 of file SImgDecoder-i.h.

◆ INTERFACE [3/3]

#define INTERFACE   IImgDecoderFactory

Definition at line 27 of file SImgDecoder-i.h.

Enumeration Type Documentation

◆ _ImgFmt

enum _ImgFmt
Enumerator
Img_PNG 

PNG format

Img_BMP 

BMP format

Img_TIFF 

TIFF format

Img_JPG 

JPG format

Img_Webp 

WebP format

Img_TGA 

TGA format

Definition at line 121 of file SImgDecoder-i.h.