From: BBands <bb...@gm...> - 2015-04-17 00:23:10
|
There is quite a bit of info on gd here: http://www.boutell.com/gd/manual2.0.33.html Many have moved on from gd for png support, so help may be hard to come by. Here is a snippet from the 4.6 release note: The 4.6 source code supports three primary cross-platform output modes in addition to several platform-specific modes. 1) Cairo/pango/wxWidgets These terminals were introduced in version 4.4 and are now the most stable and full-featured option. This set of terminals includes - pngcairo, pdfcairo, epscairo, and cairolatex for output to a file - wxt for interactive display This is the default configuration, but requires prior installation of libcairo, libpango, libcairo, libwxgtk, and related support libraries To disable these terminals: ./configure --disable-wxt --without-cairo 2) Qt The new qt terminal supports interactive display with menu-driven output to png, svg or pdf. Requires libqt version >= 4.5 ./configure --enable-qt John On Thu, Apr 16, 2015 at 5:01 PM, Jon <dev...@gm...> wrote: > Thank you very much for your information. But I cannot catch the main idea > there. I am not familiar with libgd or fontconfig at all. Could you please > give a more detailed explanation and guide me more closely? I showed > version long and it returned the following, maybe it helps you to identify > the issue for me. > > G N U P L O T > Version 4.2 patchlevel 6 > last modified Sep 2009 > System: Linux 2.6.32-220.el6.x86_64 > > Copyright (C) 1986 - 1993, 1998, 2004, 2007 - 2009 > Thomas Williams, Colin Kelley and many others > > Type `help` to access the on-line reference manual. > The gnuplot FAQ is available from http://www.gnuplot.info/faq/ > > Send bug reports and suggestions to < > http://sourceforge.net/projects/gnuplot> > > Compile options: > -READLINE +LIBREADLINE +HISTORY +BACKWARDS_COMPATIBILITY +BINARY_DATA > +GD_PNG +GD_JPEG +GD_TTF +GD_GIF +ANIMATION > -NOCWDRC +X11 +X11_POLYGON +MULTIBYTE +USE_MOUSE +HIDDEN3D_QUADTREE > +DATASTRINGS +HISTOGRAMS +OBJECTS +STRINGVARS +MACROS +IMAGE > > DRIVER_DIR = "/usr/libexec/gnuplot/4.2" > GNUPLOT_PS_DIR = "/usr/share/gnuplot/4.2/PostScript" > HELPFILE = "/usr/share/gnuplot/4.2/gnuplot.gih" > |