Mistfeal #1914(2007/08/06 06:04 GMT) [ PHP ] Rating0/0=0.00
1 2 3 4 5 6 7 8 9
<?php function GET_jpg($url,$filename) { $im = imagecreatefromjpeg($url); imagefilter($im, IMG_FILTER_NEGATE); imagejpeg($im, $filename); } GET_jpg("http://example.com/sample.jpg","sample.jpg"); ?>
Rating0/0=0.00-0+
[ reply ]
Mistfeal
#1914()
[
PHP
]
Rating0/0=0.00
Rating0/0=0.00-0+
[ reply ]