Leptonica 1.68
C Image Processing Library

pixserial_reg.c File Reference

Tests the fast (uncompressed) serialization of pix to a string in memory and the deserialization back to a pix. More...

#include "allheaders.h"

Go to the source code of this file.

Functions

 main (int argc, char **argv)

Variables

static l_int32 nfiles = 10
static const char * filename []

Detailed Description

Tests the fast (uncompressed) serialization of pix to a string in memory and the deserialization back to a pix.

Definition in file pixserial_reg.c.


Function Documentation


Variable Documentation

const char* filename[] [static]
Initial value:
 {
                         "feyn.tif",         
                         "dreyfus2.png",     
                         "dreyfus4.png",     
                         "weasel4.16c.png",  
                         "dreyfus8.png",     
                         "weasel8.240c.png", 
                         "karen8.jpg",       
                         "test16.tif",       
                         "marge.jpg",        
                         "test24.jpg"        
                            }

Definition at line 27 of file pixserial_reg.c.

Referenced by jbCorrelation(), jbRankHaus(), main(), and pixWriteTempfile().

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines