Fixed a problem with graphing created by the newer versions of Image Magick.
This commit is contained in:
parent
9bf275a790
commit
62b776d55a
2 changed files with 3 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ sub new {
|
|||
size => $width.'x'.$height,
|
||||
);
|
||||
|
||||
$img->Read(filename => 'xc:white');
|
||||
$img->ReadImage('xc:white');
|
||||
|
||||
bless {_image => $img, _session => $session, _properties => {
|
||||
width => $width,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue