FAQ
FAQ : Graphics
My graphic library is GD1. Not GD2, as recommended. What should I do?
Make two modifications in the "/graphs/jpgraph.php" file:
- line 96: set USE_TRUECOLOR to FALSE
- line 105: set USE_LIBRARY_GD2 to FALSE (DEFINE("USE_LIBRARY_GD2",FALSE);)
Back to FAQ