From 5ad3fac14d691c2d5a025b19e92929283c6d6d6a Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Sun, 28 Dec 2008 20:39:08 -0500 Subject: bilde_renderer: When setting the image quality level to use with the render_image() function, base it on a 100-point scale --- pts-core/objects/pts_Graph/pts_Graph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pts-core/objects/pts_Graph') diff --git a/pts-core/objects/pts_Graph/pts_Graph.php b/pts-core/objects/pts_Graph/pts_Graph.php index c152511..dd843a3 100644 --- a/pts-core/objects/pts_Graph/pts_Graph.php +++ b/pts-core/objects/pts_Graph/pts_Graph.php @@ -546,7 +546,7 @@ abstract class pts_Graph } protected function return_graph_image() { - $this->graph_image->render_image($this->graph_output, 5); + $this->graph_image->render_image($this->graph_output, 85); $this->graph_image->destroy_image(); } protected function trim_double($double, $accuracy = 2) -- cgit