1 頁 (共 1 頁)

[問題] 虛擬形象放到相冊變成含日期的白色圖

發表於 : 2003-11-26 16:21
minipig
問題外掛:虛擬形象2.20版
參考連結: http://phpbb-tw.net/phpbb/viewtopic.php?t=18723
使用版本:phpBB 2.0.5
RH Linux9 + Apache 2.0.48 + php 4.3.4 + GD-2.0.15
狀況描述:

照出來的圖型左上方還有個日期,但是圖都沒出來!
請問有人遇過這樣的問題嗎??

附註:
1. facealbum.php 裡這二行我也交叉測試過,都完全不行!
[php]<?php
//$dstidfer = imagecreatetruecolor(140,226);//This function was added in PHP 4.0.6 and requires GD 2.0.1 or later
$dstidfer = imagecreate(140,226); // GD 1.x版的gd 請使用這段語法
?>[/php]

2. phpinfo 已有出現\r
GD Support enabled
GD Version bundled (2.0.15 compatible)
GIF Read Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled

發表於 : 2003-11-26 18:38
minipig
已解決,是藍天版本不知道為什麼把下面這段程式改成 "int xxxxx ";

[php]<?php

"int imagecopyresized($dstidfer, $srcidfer, 0, 0, 0, 0, 140, 226, 140, 226)"; //藍天版

imagecopyresized($dstidfer, $srcidfer, 0, 0, 0, 0, 140, 226, 140, 226)" //正常版

?>[/php]

指令都變成無用的字串,也難怪不會動。