Contents Previous Next

4 Working with jpGraph

4.1 What you will learn in this chapter

  1. How to generate images in PHP with JpGraph
  2. How to choose the image encoding
  3. Various ways of using the generated image, streaming it back to the browser, sending it to a file or getting hold of the image handle for further post processing
  4. How to specify fonts (both bit-mapped and TTF) in JpGraph
  5. How to extend JpGraph with your own fonts
  6. How to work with Cyrillic fonts
  7. How to specify colors in JpGraph
  8. List all available named colors in JpGraph
  9. How to effectively use the built in cache schema in JpGraph

Contents Previous Next