| 
| Subject: | Example does not show image. | 
|---|
 | Summary: | Package rating comment | 
|---|
 | Messages: | 2 | 
|---|
 | Author: | Ivan Lim | 
|---|
 | Date: | 2008-03-25 13:57:51 | 
|---|
 | Update: | 2008-07-17 14:02:35 | 
|---|
 |  |  |  | 
Ivan Lim rated this package as follows:
| Utility: | Insufficient | 
|---|
| Consistency: | Insufficient | 
|---|
| Documentation: | Not sure | 
|---|
| Examples: | Bad | 
|---|
|  | 
  Ivan Lim - 2008-03-25 13:57:53Example does not show image. Loading gd_image.php generates many errors such as imagecreatetruecolor(): Invalid image dimensions and imagesx(): supplied argument is not a valid Image resource
  Thomas Elliott - 2008-07-17 14:02:35 - In reply to message 1 from Ivan LimI had the same problem. just add:
 $this->height = $height;
 $this->width = $width;
 
 into the gd_verification() function, that fixed it for me.
 |