Torque3D Documentation / _generateds / ImageUtil::CompressJob

ImageUtil::CompressJob

Engine/source/gfx/bitmap/imageUtils.cpp

More...

Public Functions

CompressJob(const U8 * srcRGBA, U8 * dst, const S32 w, const S32 h, const GFXFormat compressFormat, const CompressQuality compressQuality)

Protected Functions

Execute the actions associated with this work item.

Detailed Description

Public Attributes

GFXFormat format 
S32 height 
U8 * pDst 
const U8 * pSrc 
CompressQuality quality 
S32 width 

Public Functions

CompressJob(const U8 * srcRGBA, U8 * dst, const S32 w, const S32 h, const GFXFormat compressFormat, const CompressQuality compressQuality)

Protected Functions

execute()

Reimplemented from: ThreadPool::WorkItem