Changeset 56 for trunk/Packages/Common/Image.php
- Timestamp:
- Apr 7, 2020, 9:13:33 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Image.php
r55 r56 89 89 if ($this->Type == IMAGETYPE_GIF) 90 90 { 91 $this->Image = imagecreatefromgif 91 $this->Image = imagecreatefromgif($FileName); 92 92 } else 93 93 if ( $this->Type == IMAGETYPE_PNG)
Note:
See TracChangeset
for help on using the changeset viewer.