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

template<class ArrayT>
bool Impala::Core::Array::WriteJpg ( ArrayT *  src,
String  fileName,
Util::Database *  db,
size_t  memBufSize = 10000000 
) [inline]

Definition at line 114 of file WriteJpg.h.

References Impala::Util::Database::GetIOBuffer(), and WriteJpg().

00116 {
00117     Util::IOBuffer* buf = db->GetIOBuffer(fileName, false, false, "tmp");
00118     if (!buf)
00119         return false;
00120     bool res = WriteJpg(src, buf, memBufSize);
00121     delete buf;
00122     return res;
00123 }

Here is the call graph for this function:


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