cvs: gd /libgd/tests/gdimageline bug00072_exp.png /libgd/tests/gif bug00060.c bug00060.gif bug00066.gif bug00066_exp.png

[email protected] ("Pierre-Alain Joye")
Newsgroups php.gd.cvs
Message-ID <cvspajoye1178481373@cvsserver>
pajoye		Sun May  6 19:56:13 2007 UTC

  Modified files:              
    /gd/libgd/tests/gdimageline	bug00072_exp.png 
    /gd/libgd/tests/gif	bug00060.c bug00060.gif bug00066.gif 
                       	bug00066_exp.png 
  Log:
  - add images as binary
  - readd bug00060.c
  
  
http://cvs.php.net/viewvc.cgi/gd/libgd/tests/gdimageline/bug00072_exp.png?r1=1.3&r2=1.4&diff_format=u
Index: gd/libgd/tests/gdimageline/bug00072_exp.png
http://cvs.php.net/viewvc.cgi/gd/libgd/tests/gif/bug00060.c?r1=1.3&r2=1.4&diff_format=u
Index: gd/libgd/tests/gif/bug00060.c
diff -u /dev/null gd/libgd/tests/gif/bug00060.c:1.4
--- /dev/null	Sun May  6 19:56:13 2007
+++ gd/libgd/tests/gif/bug00060.c	Sun May  6 19:56:13 2007
@@ -0,0 +1,23 @@
+#include <stdio.h>
+#include <gd.h>
+#include <gdtest.h>
+
+
+int main()
+{
+	gdImagePtr im;
+	FILE *fp;
+	char path[1024];
+
+	sprintf(path, "%s/gif/bug00060.gif", GDTEST_TOP_DIR);
+	fp = fopen(path, "rb");
+
+	if (!fp) {
+		printf("cannot open <%s>\n", path);
+		return -1;
+	}
+
+	im = gdImageCreateFromGif(fp);
+	fclose(fp);
+	gdImageDestroy(im);
+}
http://cvs.php.net/viewvc.cgi/gd/libgd/tests/gif/bug00060.gif?r1=1.3&r2=1.4&diff_format=u
Index: gd/libgd/tests/gif/bug00060.gif
http://cvs.php.net/viewvc.cgi/gd/libgd/tests/gif/bug00066.gif?r1=1.3&r2=1.4&diff_format=u
Index: gd/libgd/tests/gif/bug00066.gif
http://cvs.php.net/viewvc.cgi/gd/libgd/tests/gif/bug00066_exp.png?r1=1.3&r2=1.4&diff_format=u
Index: gd/libgd/tests/gif/bug00066_exp.png
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.