--- parser3/src/classes/image.C 2001/09/18 16:05:42 1.44 +++ parser3/src/classes/image.C 2001/09/26 10:32:25 1.46 @@ -2,10 +2,10 @@ Parser: @b image parser class. Copyright(c) 2001 ArtLebedev Group(http://www.artlebedev.com) - Author: Alexander Petrosyan (http://design.ru/paf) + + $Id: image.C,v 1.46 2001/09/26 10:32:25 parser Exp $ */ -static const char *RCSId="$Id: image.C,v 1.44 2001/09/18 16:05:42 parser Exp $"; /* jpegsize: gets the width and height (in pixels) of a jpeg file @@ -48,7 +48,7 @@ public: // Methoded #ifndef DOXYGEN class Measure_reader { public: - enum { READ_CHUNK_SIZE=0x400*10 };// 10K + enum { READ_CHUNK_SIZE=0x400*20 };// 20K typedef size_t(*Func)(void *& buf, size_t limit, void *info); Measure_reader(Func afunc, void *ainfo) :