summaryrefslogtreecommitdiffstats
path: root/src/driver/gd.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-09-21 14:32:58 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-09-21 14:32:58 +0000
commitcd436f9af6cc7a26fad8c77b56b9fbf7f6efee5c (patch)
tree2b44278732dab6c2e3313ea7f76a607f26f40e0b /src/driver/gd.php
parentdcd873bad4300cc0b91b3686a10077dd921b9ead (diff)
downloadzetacomponents-graph-cd436f9af6cc7a26fad8c77b56b9fbf7f6efee5c.zip
zetacomponents-graph-cd436f9af6cc7a26fad8c77b56b9fbf7f6efee5c.tar.gz
- Added tests for jpeg generation
- Added tests for usage of GIF images
Diffstat (limited to 'src/driver/gd.php')
-rw-r--r--src/driver/gd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/gd.php b/src/driver/gd.php
index c34ec28..c75755a 100644
--- a/src/driver/gd.php
+++ b/src/driver/gd.php
@@ -1105,7 +1105,7 @@ class ezcGraphGdDriver extends ezcGraphDriver
imagepng( $image, $file );
break;
case IMG_JPEG:
- imagejpeg( $image, $file, $this->options->quality );
+ imagejpeg( $image, $file, $this->options->jpegQuality );
break;
}
}
OpenPOWER on IntegriCloud