"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "src/gd_xbm.c" between
libgd-2.3.1.tar.gz and libgd-2.3.2.tar.gz

About: LibGD is a library for the dynamic creation of images by programmers (PNG, JPEG, GIF, WebP, XPM, BMP support).

gd_xbm.c  (libgd-2.3.1):gd_xbm.c  (libgd-2.3.2)
skipping to change at line 21 skipping to change at line 21
#include <ctype.h> #include <ctype.h>
#include <stdio.h> #include <stdio.h>
#include <math.h> #include <math.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdarg.h> #include <stdarg.h>
#include "gd.h" #include "gd.h"
#include "gd_errors.h" #include "gd_errors.h"
#include "gdhelpers.h" #include "gdhelpers.h"
#ifdef _MSC_VER
# define strcasecmp _stricmp
#endif
#define MAX_XBM_LINE_SIZE 255 #define MAX_XBM_LINE_SIZE 255
/* /*
Function: gdImageCreateFromXbm Function: gdImageCreateFromXbm
<gdImageCreateFromXbm> is called to load images from X bitmap <gdImageCreateFromXbm> is called to load images from X bitmap
format files. Invoke <gdImageCreateFromXbm> with an already opened format files. Invoke <gdImageCreateFromXbm> with an already opened
pointer to a file containing the desired pointer to a file containing the desired
image. <gdImageCreateFromXbm> returns a <gdImagePtr> to the new image. <gdImageCreateFromXbm> returns a <gdImagePtr> to the new
image, or NULL if unable to load the image (most often because the image, or NULL if unable to load the image (most often because the
 End of changes. 1 change blocks. 
4 lines changed or deleted 0 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)