jpgraph-antialiasing-error
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
jpgraph-antialiasing-error [2019/12/29 12:13] – created baumi | jpgraph-antialiasing-error [2019/12/29 12:26] (current) – baumi | ||
---|---|---|---|
Line 3: | Line 3: | ||
{{:: | {{:: | ||
- | <code> | + | 1. Download this file to the " |
- | *** gd_image.inc.orig | + | <file php gd_image.inc.diff> |
- | --- gd_image.inc.php | + | --- gd_image.inc.orig |
- | *************** | + | +++ gd_image.inc.php |
- | *** 107,115 **** | + | @@ -106,10 +106,12 @@ |
- | --- 107,117 ---- | + | $this-> |
- | if( function_exists(' | + | |
- | imageantialias($this-> | + | |
- | } | + | - } |
- | + /* Do not throw exception if imageantialias | + | + } |
- | else { | + | +/* Do not throw exception if function |
- | JpGraphError:: | + | |
+ | | ||
} | } | ||
- | + */ | + | +*/ |
- | } | + | |
- | | + | function GetAntiAliasing() { |
+ | </ | ||
+ | |||
+ | 2. Patch with | ||
+ | <code bash> | ||
+ | $ patch < gd_image.inc.diff | ||
+ | patching file gd_image.inc.php | ||
+ | $ | ||
</ | </ |
jpgraph-antialiasing-error.1577618036.txt.gz · Last modified: 2019/12/29 12:13 by baumi