<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>https://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>https://jackxiang.com/post//</link>
<title><![CDATA[图片上传背景图片透明后上传后背景为黑色的代码]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Wed, 03 Feb 2010 04:55:14 +0000</pubDate> 
<guid>https://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	<div class="code"><br/>&nbsp;&nbsp;&nbsp;&nbsp;if (function_exists(&quot;imagecreatetruecolor&quot;))&#123; <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//resize picture<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$new = imagecreatetruecolor($intWidth, $intHeight); <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;imagealphablending($new,false);<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ImageCopyResampled($new, $img, 0, 0, 0, 0, $intWidth, $intHeight, $arrImageInfo&#91;&quot;width&quot;&#93;, $arrImageInfo&#91;&quot;height&quot;&#93;);<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;imagesavealpha($new,true);<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#125; else &#123; <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//resize picture<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$new = imagecreate($intWidth, $intHeight);<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;imagealphablending($new,false);<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ImageCopyResized($new, $img, 0, 0, 0, 0,$intWidth, $intHeight, $arrImageInfo&#91;&quot;width&quot;&#93;, $arrImageInfo&#91;&quot;height&quot;&#93;);<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;imagesavealpha($new,true); <br/>&nbsp;&nbsp;&nbsp;&nbsp;&#125;<br/></div>
]]>
</description>
</item><item>
<link>https://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] 图片上传背景图片透明后上传后背景为黑色的代码]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>