]> granicus.if.org Git - graphviz/commitdiff
no gdImageXbm()
authorellson <devnull@localhost>
Fri, 7 Sep 2007 11:41:31 +0000 (11:41 +0000)
committerellson <devnull@localhost>
Fri, 7 Sep 2007 11:41:31 +0000 (11:41 +0000)
tclpkg/gdtclft/gdtclft.c

index 4b45d7b48d63dbff8932f19d7cb8dea1cb27b4e7..bae5256665aff921e3201177986443575e65334d 100644 (file)
@@ -662,9 +662,12 @@ tclGdWriteCmd(Tcl_Interp * interp, GdData * gdData, int argc,
           color for the B&W wbmp image. */
        int foreground = gdImageColorClosest(im, 0, 0, 0);
        gdImageWBMP(im, foreground, filePtr);
+#if 0
+/* libgd only supports reading xbm format */
 #ifdef HAVE_GD_XPM
     } else if (strcmp(&cmd[5], "XBM") == 0) {
        gdImageXbm(im, filePtr);
+#endif
 #endif
     } else {
        /* cannot happen - but would result in an empty output file */