<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>图像处理</title>
<link>/html/edu/php/php9/index.html</link>
<description>编程开发 / PHP / 图像处理</description>
<language>zh-cn</language>
<generator>&lt;a href='http://www.souzz.net' target='_blank'&gt;搜站长&lt;/a&gt;</generator>
<webmaster>lyjrich@sina.com</webmaster>
<item>
    <title>PHP编实现程动态图像的创建</title>
    <link>/html/edu/php/php9/6619.html</link>
    <description>只要安装一些第三方的库文件并具有一定的几何知识，就可以利用PHP来创建和处理图像了。利用PHP创建动态图像是相当容易的一件事情。下面，笔者将详细介绍如何实现。 在使用基本的图像创建函数之前，需要安装GD库文件。如果要使用与JPEG有关的图像创建函数，还需要安装jpe</description>
    <pubDate>2005-06-14</pubDate>
    <category>图像处理</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>一个给图片加水印的程序</title>
    <link>/html/edu/php/php9/6618.html</link>
    <description>尚未测试 CODE: ?php /****************************************************************************** 参数说明: $max_file_size : 上传文件大小限制, 单位BYTE $destination_folder : 上传文件路径 $watermark : 是否附加水印(1为加水印,其他为不加水印); 使用说明</description>
    <pubDate>2005-05-15</pubDate>
    <category>图像处理</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>PHP中实现图片的锐化</title>
    <link>/html/edu/php/php9/6617.html</link>
    <description>? //读取图像的类型 //1 = GIF, 2 = JPG, 3 = PNG, 4 = SWF, 5 = PSD, 6 = BMP, 7 = TIFF(intel byte order), 8 = TIFF(motorola byte order), 9 = JPC, 10 = JP2, 11 = JPX, 12 = JB2, 13 = SWC, 14 = IFF function GetImageType($filename) {return (($imginfo=@getim</description>
    <pubDate>2004-09-21</pubDate>
    <category>图像处理</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>创建并处理图象</title>
    <link>/html/edu/php/php9/6616.html</link>
    <description>在安装了一些第三方函数库之后，结合图形处理技能，你就可以迅速使用PHP创建和处理图像了。事实上，你也不需要很多几何学知识——因为我在中学的时候这门功课曾经不及格而现在却能使用PHP创建图像！ 在使用基本的图像创建函数之前，需要安装GD库。要使用JPEG相关的图像</description>
    <pubDate>2004-08-16</pubDate>
    <category>图像处理</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>PHP动态图像的创建</title>
    <link>/html/edu/php/php9/6615.html</link>
    <description>只要安装一些第三方的库文件并具有一定的几何知识，就可以利用PHP来创建和处理图像了。利用PHP创建动态图像是相当容易的一件事情。下面，笔者将详细介绍如何实现。 在使用基本的图像创建函数之前，需要安装GD库文件。如果要使用与JPEG有关的图像创建函数，还需要安装jp</description>
    <pubDate>2004-04-19</pubDate>
    <category>图像处理</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>3维饼图</title>
    <link>/html/edu/php/php9/6614.html</link>
    <description>一直想发表点东西。最近刚把php4中的php_gd.dll搞定，就迫不及待的想做点图形程序玩玩。看到有许多php做饼图的例子,看了一下都是2维的，于是就想做个3维的。经过努力pie3d完成了，好东西与大家分享。不过小弟是php新手，代码可能不够精炼，希望大家指教共同来完善这个程</description>
    <pubDate>2004-04-18</pubDate>
    <category>图像处理</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>PHP生成带有雪花背景的验证码</title>
    <link>/html/edu/php/php9/6613.html</link>
    <description>效果参考(附源码) http://mail.htjs.net/yanzhengma/test.php 在 http://www.dev-club.com/club/bbs/showEssence.asp?id=20768lt;?php session_start(); session_register(login_check_number); //昨晚看到了chianren上的验证码效果，就考虑了一下，用PHP的GD库完成了类</description>
    <pubDate>2003-07-25</pubDate>
    <category>图像处理</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>PHP实现各种曲线图的JPGraph类库</title>
    <link>/html/edu/php/php9/6612.html</link>
    <description></description>
    <pubDate>2003-07-25</pubDate>
    <category>图像处理</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>一个全面获取图象信息的函数getImageInfo()</title>
    <link>/html/edu/php/php9/6611.html</link>
    <description>一个全面获取图象信息的函数getImageInfo() ------------------------------------------------------------ ?php function getImageInfo($img) { //$img为图象文件绝对路径 $img_info = getimagesize($img); switch ($img_info[2]) { case 1: $imgtype = GIF; break; c</description>
    <pubDate>2003-07-25</pubDate>
    <category>图像处理</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>利用&amp;lt;input type=&amp;quot;image&amp;quot;&amp;gt;来巧妙实现map功能...</title>
    <link>/html/edu/php/php9/6610.html</link>
    <description>大家都熟悉HTML标记里的MAP标记吧~，他可以将一个图片进行多个热链接定位，也就是说一个图片可以链接到N个文件~ 我现在所说的是，这一个图片他所链接只有一个文件~ 呵呵，别抛砖头~，你恐怕说直接用一个a标记不就可以链接了吗？ 等等， 你稍微等一下嘛~，让我继续说下去</description>
    <pubDate>2003-07-25</pubDate>
    <category>图像处理</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>说说PHP作图（四）（完）</title>
    <link>/html/edu/php/php9/6609.html</link>
    <description>到前面为止，我们已经能够用GD完成作图基本的需要了。但有的时候恐怕就要嫌ImageString 能用的五种字体少而且难看，那就要用到下面的函数了。这个函数允许我们使用TTF字体；但你 必须拥有这些字体的文件。 ?php Header(Content-type: image/png); $im = ImageCreate(400</description>
    <pubDate>2003-07-25</pubDate>
    <category>图像处理</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>说说PHP作图（三）</title>
    <link>/html/edu/php/php9/6608.html</link>
    <description>上次说到用GD作各种几何图形，以及填充颜色。其中故意把这样一个较复杂的情况 留到后面，这就是任意多边形和任意多边形的填充颜色。 ? Header(Content-type: image/png); $im = ImageCreate (200, 100); $col_blk = ImageColorAllocate($im, 0,0,0); $col_grn = ImageCo</description>
    <pubDate>2003-07-25</pubDate>
    <category>图像处理</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>说说PHP作图（二）</title>
    <link>/html/edu/php/php9/6607.html</link>
    <description>上次说了一种简单的回避GD的作图方法，而后又用GD作了最简单的一幅“图”——直线。 这次我就接着画直线向下说。上次代码中详细解释过的部分，这次不再赘述。 ? Header(Content-type: image/png); $im = ImageCreate (200, 100); $col_black = ImageColorAllocate($im,</description>
    <pubDate>2003-07-25</pubDate>
    <category>图像处理</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>说说PHP作图（一）</title>
    <link>/html/edu/php/php9/6606.html</link>
    <description>实在不敢说是在这里“讲”GD库，因为我用GD也才一两次而已，绝大多数的函数还没 有接触到。可是三斑竹小刁热情地向我约稿，我只好硬着头皮写一点自己的心得。希望能 够起到抛砖引玉的效果。 其实，我们在web页面里实现“图”的效果不一定非用GD不可，比较容易解决的是柱</description>
    <pubDate>2003-07-25</pubDate>
    <category>图像处理</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>PHP中利用GD输出汉字实例</title>
    <link>/html/edu/php/php9/6605.html</link>
    <description>（王锋） 一、原理 PHP中的GD库支持中文，但是必须要以UTF-8格式的参数来进行传递。下面先说一下汉字的UTF-8编码的求得。 用WORD2000或WINDOW 2000下的记事本编辑所要显示的汉字。 把所编辑的文字存成格式为UTF-8格式的文件。 用一个16进制的编辑器(如用PCTOOLS的EDIT功</description>
    <pubDate>2003-07-25</pubDate>
    <category>图像处理</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>缩略图生成的php程序[转自奥索]</title>
    <link>/html/edu/php/php9/6604.html</link>
    <description>客户端上载的页面： --------------------upload.htm--------------------- form enctype=multipart/form-data method=post action=upload.php input type=hidden name=MAX_FILE_SIZE value=10240000000请选择或输入上传文件名:input name=upfile type=file input type=</description>
    <pubDate>2003-07-25</pubDate>
    <category>图像处理</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>用PHP产生动态的影像图[转自奥索]</title>
    <link>/html/edu/php/php9/6603.html</link>
    <description>很多人不了解PHP 可以产生非HTML的资料.这是对产生影像图非常有用的.可以从 database 产生一个简单的广告横图或更简单只产生一个图形按钮 . 我用 TTF 字型在以下的范例中 我通常取名作 'button.php3': ####################################################### -----bu</description>
    <pubDate>2003-07-25</pubDate>
    <category>图像处理</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>图象函数中的中文显示[转]，记得有人问过</title>
    <link>/html/edu/php/php9/6602.html</link>
    <description>zlm 2001年6月7日 把它EMAIL给我 我来谈谈我的看法 上一篇 下一篇 在www.phpx.com上读到一段代码,是把GB码转换到UTF8,php中TTF支持UTF8编码的非ASCII字符输出.在分析这段代码之后,发现可以实现中文与ASCII混合输出图象,这样在我们操作图象函数时可以更方便. 代码如下: ?</description>
    <pubDate>2003-07-25</pubDate>
    <category>图像处理</category>
    <author>未知</author>
    <comments>未知</comments>
</item>

</channel>
</rss>
