Changeset 164


Ignore:
Timestamp:
2007/02/06 09:50:07 (17 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/total/class/SC_GraphBase.php

    r17 r164  
    7272    } 
    7373     
     74    // ¥ê¥µ¥ó¥×¥ë 
     75    function resampled() { 
     76        if(imagecopyresampled($tmp_image, $this->image, 0, 0, $this->bgw, $this->bgh, $this->bgw/2, $this-bgh/2)) { 
     77            $this->image = $tmp_image; 
     78        } 
     79    } 
     80     
     81     
    7482    // ¥ª¥Ö¥¸¥§¥¯¥È¥«¥é¡¼¤ÎÀßÄê 
    7583    function setColorList($arrRGB) { 
Note: See TracChangeset for help on using the changeset viewer.