高清晰GD缩略图生成方法
Apr 12th, 2006 by song

高清晰GD缩略图生成方法

——————————————————————————–

gd、gd2都适用的写法。

[code]<?php
$image = "vintdev.JPG"; // 原图
$thumbw = 200; // 期望的目标图宽
$thumbh = 50; // 期望的目标图高

$size = getimagesize($image); // 获取原图大小
$scale = min($thumbw/$size[0], $thumbh/$size[1]); // 计算缩放比例 Read the rest of this entry »

Iris + 注册机
Apr 11th, 2006 by song

Iris出自eeye公司,这款软件主要是用来截包(网络数据包)的。使用方法:http://www.cnpaf.net/Class/OtherAnalysis/05121415340245491129.htm
[file]attachment/1144771081.rar[/file]

SIDEBAR
»
S
I
D
E
B
A
R
«
»  Substance:WordPress   »