ZFFramework
 
Loading...
Searching...
No Matches
ZFObjectIO_image.h File Reference

IO type for ZFObjectIOLoad. More...

#include "ZFUIImageIO.h"

Go to the source code of this file.

Macros

#define ZFObjectIO_image
 see ZFObjectIOLoad
 

Functions

void ZFObjectIO_image_imageExtAdd (const zfstring &imageExt)
 see ZFObjectIO_image
 
void ZFObjectIO_image_imageExtRemove (const zfstring &imageExt)
 see ZFObjectIO_image_imageExtAdd
 
zfbool ZFObjectIO_image_imageExtCheck (const zfstring &imageExt)
 see ZFObjectIO_image_imageExtAdd
 
void ZFObjectIO_image_imageExtGetAllT (ZFCoreArray< zfstring > &ret)
 see ZFObjectIO_image_imageExtAdd
 
ZFCoreArray< zfstringZFObjectIO_image_imageExtGetAll (void)
 see ZFObjectIO_image_imageExtAdd
 

Detailed Description

IO type for ZFObjectIOLoad.

Macro Definition Documentation

◆ ZFObjectIO_image

#define ZFObjectIO_image

see ZFObjectIOLoad

for "*.png *.jpg *.jpeg" file, raw image files
additional image extension can be added by ZFObjectIO_image_imageExtAdd

Function Documentation

◆ ZFObjectIO_image_imageExtAdd()

void ZFObjectIO_image_imageExtAdd ( const zfstring & imageExt)
extern

see ZFObjectIO_image

add file ext that should be treated as raw image IO type
default value:

  • "png"
  • "jpg"
  • "jpeg"