summaryrefslogtreecommitdiffstats
path: root/pts-core/objects/pts_Graph
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-12-28 20:39:08 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-12-28 20:39:08 -0500
commit5ad3fac14d691c2d5a025b19e92929283c6d6d6a (patch)
tree62e80b28eee0d9c40f60da61af68a65d93d25896 /pts-core/objects/pts_Graph
parentf8db9388c9a96f058291ca8c559cc73185a7e91d (diff)
downloadphoronix-test-suite-upstream-5ad3fac14d691c2d5a025b19e92929283c6d6d6a.tar.gz
phoronix-test-suite-upstream-5ad3fac14d691c2d5a025b19e92929283c6d6d6a.tar.xz
phoronix-test-suite-upstream-5ad3fac14d691c2d5a025b19e92929283c6d6d6a.zip
bilde_renderer: When setting the image quality level to use with the
render_image() function, base it on a 100-point scale
Diffstat (limited to 'pts-core/objects/pts_Graph')
-rw-r--r--pts-core/objects/pts_Graph/pts_Graph.php2
1 files changed, 1 insertions, 1 deletions
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)