#include <string.h>
#include "jpegmark.h"
+
+void usage();
+
+
#define PGMNAME PGMPREFIX "d"
#define EPGMNAME PGMPREFIX "e"
int lutmax; /* lutmax is either 256 or 4501 */
-
-
/* reset */
#ifndef FIXRESET
int RESET;
#endif
-void usage();
-
-
/* Write one row of pixel values */
}
if (head_scan[0]->need_table)
- fprintf(msgfile,"A mapping table was used which had %i entries of %i bytes each.\n",head_scan[0]->MAXTAB, head_scan[0]->Wt);
+ fprintf(msgfile,"A mapping table was used which had %d entries of %g bytes each.\n",head_scan[0]->MAXTAB, head_scan[0]->Wt);
if (got_restart)
fprintf(msgfile,"Restart markers were found with a restart interval of %i.\n",restart_interval);