Changeset 177 for branches/dev
- Timestamp:
- 2007/02/06 09:59:13 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/total/class/SC_GraphBase.php
r176 r177 74 74 // ¥ê¥µ¥ó¥×¥ë 75 75 function resampled() { 76 $new_width = $this->bgw / 2;77 $new_height = $this->bgh / 2;76 $new_width = $this->bgw * 0.9; 77 $new_height = $this->bgh * 0.9; 78 78 $tmp_image = imagecreatetruecolor($new_width, $new_height); 79 79 if(imagecopyresampled($tmp_image, $this->image, 0, 0, 0, 0, $new_width, $new_height, $this->bgw, $this->bgh)) {
Note: See TracChangeset
for help on using the changeset viewer.
