Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

template<class ArrayT>
bool Impala::Core::Array::WritePngToMemory ( ArrayT *  src,
char *  buf,
size_t  memBufSize,
size_t *  outSize 
) [inline]

Definition at line 122 of file WritePng.h.

References ILOG_ERROR, and ILOG_VAR.

Referenced by Impala::Core::IDash::VideoSetWrapper::CheckFrameSizes(), Impala::Core::ImageSet::Thumbnails::HandleNewFile(), Impala::Core::VideoSet::ExportKeyframes::HandleNewFrame(), Impala::Core::VideoSet::ExportFrames::HandleNewFrame(), and WritePng().

00123 {
00124     ILOG_VAR(Impala.Core.Array.WritePngToMemory);
00125     ILOG_ERROR("WritePng not available.");
00126     return false;
00127 }


Generated on Fri Mar 19 10:58:52 2010 for ImpalaSrc by  doxygen 1.5.1